@font-face {
    font-family: 'Subscribe';
    src: url('/assets/iof/fonts/subscribe.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TrailerTT';
    src: url('/assets/iof/fonts/TrailerTT.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {

}

.tooltip {
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.2rem;
    --bs-tooltip-color: #3f78e0;
    --bs-tooltip-bg: #e0e9fa;
    font-size: 14px;
}

.pagehead {
    display: flex;
    align-items: center;
}

.pagehead-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-head-r-login, .page-head-r-profile {
    display: flex;
    align-items: center;
}

.page-head-r-profile {
    margin-left: 14px;
}

.page-head-r-profile .nav-link {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-head-r-profile .dropdown-menu .dropdown-item {
    font-weight: normal !important;
}

.page-head-r-profile .dropdown-menu li {
    font-size: 16px;
}

.page-head-r-profile img {
    border-radius: 50%;
    max-width: 40px;
    border: 1px solid #ccc;
}

.page-head-r-sharecard, .page-head-r-wallet {
    
}

.nav-item-flex {
    display: flex;
    align-items: center;
}

.nav-item-flex-icon {
    min-width: 20px;
}

.nav-item-flex-name {
    margin-left: 8px;
}

.m-menuitem, .m-hammenu {
    display: none;
}

.appicon {
    margin-left: 12px;
    cursor: pointer;
    color: var(--bs-primary);
    border-radius: 50%;
    padding: 8px;
    border-radius: 50%;
    background-color: #fafafa;
    font-size: 24px;
}

.dropdown-menu li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.dropdown-menu li:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

#modal-wallet .wallet-container {
    margin-bottom: 1rem;
}

#modal-wallet .wallet-box {
    border: 1px solid #bbb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem !important;
    margin-top: -1px;
}

#modal-wallet .wallet-box.delegate {
    border: 1px dashed #bbb;
}

#modal-wallet .wallet-content {
    display: flex;
}

#modal-wallet .wallet-remarks {
    margin-left: 5px;
}

.noti-date {
    font-size: 11px;
    color: #aaa;
}

.logo-area {
    display: flex;
    align-items: center;
}

.logo-area img {
    max-height: 80px;
}

.brand {

    margin-left: 6px;
    font-size: 24px;
    font-weight: 600;
    font-family: inherit;
    color: #444;

}

.item {
    width: 100%;
}

.sbt-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.sbt-filter-left, .sbt-filter-right {
    display: flex;
    align-items: center;
}

.sbt-filter-left .list-inline li a {
    font-size: 18px;
}

.sbt-filter-right {
    justify-content: flex-end;
}

.sbt-year, .sbt-year:hover, .sbt-year:active {
    background-color: #fff !important;
}

.sbt-year.active {
    background-color: #fff;
    color: #81abff;
}

.sbt-filter-holding {
    display: flex;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #555;
}

.form-check-input:checked {
    background-color: #3f78e0;
    border-color: #bbb;
}

#active-filters {
    align-items: center;
}

.sbt-search {
    margin-right: 5px;
}

.sbt-items .glyphs li i:before {
    font-size: 22px;
}

.sbt-item-img {
    position: relative
}

.sbt-item-detail {
    margin-bottom: 35px;
}

.sbt-item-chain {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sbt-item-chain svg {
    width: 22px;
    height: 22px;
    color: #fff;
    margin-bottom: 0px !important;
}

.sbt-item-fav {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sbt-item-fav .fav-icon {
    width: 22px;
    height: 22px;
    text-align: center;
    margin-bottom: 0px !important;
}

.sbt-item-img img{
    width: 100%;
    border-radius: 10px;
}

.sbt-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sbt-intro-left {
    min-width: 50%;
    max-width: 50%;
}

.sbt-intro-right {
    text-align: right;
}

.sbt-intro-right-content {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.3);
}

.sbt-intro-right-content div {
    padding-left: 20px;
    line-height: 24px;
}

.sbt-intro-right-content div:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.sbt-stat-header {
    font-weight: 400;
    font-size: 14px;
}

.sbt-stat-content {
    font-size: 20px;
}

.sbt-collections .btn {
    border-color: transparent;
}

.sbt-collections .btn:not(.btn-link):hover {
  transform: none;
  box-shadow: none;
}

.sbt-collections .btn.show, .sbt-collections .btn:active {
    border-color: transparent;
}

.sbt-collections .dropdown-menu {
    margin-top: 5px;
    min-width: 250px;
}

.sbt-lightbox-desc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sbt-lightbox-desc-l {
    text-align: left;
}

.sbt-lightbox-desc-c {
    text-align: center;
    padding: 0px 20px;
}

.sbt-lightbox-desc-r {
    text-align: right;
}

div.dt-container div.dt-length select {
    min-width: 70px;
}

.offcanvas {
    background-color: rgba(255, 255, 255, 0.95);
}

.offcanvas-body {
    padding: 0px;
}

.modal-backdrop {
    background-color: rgba(30, 34, 40, 0.7);
}

.offcanvas-backdrop.show, .modal-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.offcanvas-title {
    position: absolute; 
    top: 20px; 
    left: 20px; 
    width: 220px;
    z-index: 100;
}

.offcanvas-title img {
    max-width: 220px;
}

.accordion-wrapper .card-header button:before {
    font-family: "Unicons";
    position: absolute;
    left: auto !important;
    right: 1.3rem;
    content: "\e932";
    font-size: 1.15rem;
    font-weight: normal;
    width: 1rem;
    margin-top: -0.25rem;
    margin-right: 0.4rem;
    display: inline-block;
    color: var(--bs-primary);
}

#offcanvas-filter .card {
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    border-top: 0px !important;
    box-shadow: none;
}

#offcanvas-filter .accordion-wrapper .card-header button.collapsed {
    color: #011331;
}

#offcanvas-filter .form-check {
    margin-bottom: 0.5rem;
    cursor: pointer;
}

#offcanvas-filter .form-check-input {
    border: 1px solid #555;
    cursor: pointer;
}

#offcanvas-filter .form-check label {
    color: #555;
    cursor: pointer;
}

#offcanvas-filter .form-check .chain-icon{
    max-width: 20px;
}

#offcanvas-filter .form-check .collection-icon{
    border: 1px solid #ccc;
    max-width: 20px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {

    height: 25px;
}

th {
    border: 1px solid #efefef;
}

.view-toggle-group .btn {
    margin: 0;
    border-radius: 0;
}

.view-toggle-group .btn:first-child {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}

.view-toggle-group .btn:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.view-toggle-group .btn + .btn {
    border-left: 1px solid rgba(255, 255, 255, 0.3); /* adjust as needed */
}

.view-toggle-group .btn:hover {
    color: #fff;
    clear: both;
}

@media (max-width: 484px) {
    
    .logo-area img {
        max-height: 70px;
    }
    
    #modal-wallet .wallet-content {
        display: block;
    }
    
    #modal-wallet .wallet-remark {
        margin-left: 0px;
        margin-top: 5px;
    }
    
    .m-menuitem, .m-hammenu {
        display: block;
    }
    
    .page-head-r-sharecard, .page-head-r-wallet {
        display: none;
    }
    
}

@media (min-width: 768px) {
    .item {
        width: 50%;
    }
    
}

@media (max-width: 768px) {
    
    .sbt-intro-left {
        min-width: 100%;
        max-width: 100%;
    }
    
    .sbt-intro {
        display: block;
        
    }
    
    .sbt-intro-right {
        width: 100%;
        margin: 14px 0px;
    }
    
    .sbt-intro-right-content {
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .item {
        width: 33.333%;
    }
}

@media (min-width: 1400px) {
    .item {
        width: 25%;
    }
}