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

:root {
    --vz-font-sans-serif: 'Inter', sans-serif;
    --vz-btn-font-family: 'Inter', sans-serif;
    --vz-font-sidebar: 'Inter', sans-serif;
    --vz-vertical-menu-width: 220px;
    --vz-body-font-size: 0.875rem;
}

.btn {
    --vz-btn-font-size: 0.875rem;
}

:root[data-sidebar=dark] {
    /*--vz-vertical-menu-bg: #343C57;*/
    --vz-vertical-menu-bg: #202947;
}

body {
    font-family: var(--vz-font-sans-serif);
}

.card-header {
    border-top-left-radius: var(--vz-card-border-radius);
    border-top-right-radius: var(--vz-card-border-radius);
}

.form-control {
    padding: .5rem .75rem;
}

:is(.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6) {
    font-family: var(--vz-font-sans-serif);
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: var(--vz-font-sans-serif);
}

.badge {
    padding-top: 0.40em;
    padding-bottom: 0.30em;
    font-weight: 600;
}

.dropdown-menu {
    --vz-dropdown-min-width: 8rem;
}

.dropdown-item {
    font-size: 0.75rem;
    font-weight: 500;
}

.dark-label {
    color: var(--vz-body-color);
}

.filter-tabs a {
    font-size: 0.75rem;
}

.campaign-weight {
    width: 100px;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.z-10 {
    z-index: 10;
}

.input-group .choices {
    margin-left: calc(var(--vz-border-width) * -3) !important;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group .targeting-sign {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
}

.multi-wrapper::before {
    font-family: "Font Awesome 6 Free";
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
}

.included-locations .multi-wrapper::before {
    content: "\2b";
    color: #0ab39c;
}

.excluded-locations .multi-wrapper::before {
    content: "\f068";
    color: #f06548;
}

#included_locations_app::before {
    content: "\2b";
    color: #0ab39c;
}

#excluded_locations_app::before {
    content: "\f068";
    color: #f06548;
}

.border-dashed-bottom {
    border-bottom: 1px dashed var(--vz-border-color)!important;
}

.input-group-text {
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
}

[class^="ri-"], [class*=" ri-"] {
    font-size: 1rem;
}

.bg-primary-hover:hover {
    background-color: var(--vz-primary-bg-subtle) !important;
}

.bg-secondary-hover:hover {
    background-color: var(--vz-secondary-bg-subtle)!important;
}

.bg-success-hover:hover {
    background-color: var(--vz-success-bg-subtle)!important;
}

.bg-info-hover:hover {
    background-color: var(--vz-info-bg-subtle)!important;
}

.bg-warning-hover:hover {
    background-color: var(--vz-warning-bg-subtle)!important;
}

.bg-danger-hover:hover {
    background-color: var(--vz-danger-bg-subtle)!important;
}

.bg-dark-hover:hover {
    background-color: var(--vz-dark-bg-subtle)!important;
}

.bg-light-hover:hover {
    background-color: var(--vz-light-bg-subtle)!important;
}

/* ================================ */
/* ================================ */
/* Select2 style */

.select2-container--open {
    z-index: 9999999
}

.input-group .select2-container {
    margin-left: calc(var(--vz-border-width) * -3) !important;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    border-radius: 0.25rem;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
}

/* ================================ */
/* ================================ */
/* Sidebar style */

.in-logo {
    color: #ffffff;
    font-size: 30px;
}

.navbar-menu .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--vz-font-sans-serif);
}

.navbar-menu .navbar-nav .nav-link i {
    min-width: 2rem;
}

/* ================================ */
/* ================================ */
/* Top menu style */

.page-title-box h4 {
    font-weight: 600;
    font-size: 0.875rem !important;
}

.page-title-box h4 .active {
    color: var(--vz-heading-color);
}

/* ================================ */
/* ================================ */
/* Tab navs style (Breadcrumbs) */

.nav-tabs-custom.card-header-tabs .nav-link {
    padding: 1rem 1.25rem;
}

.nav-tabs-custom .nav-item .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
}

/* ================================ */
/* ================================ */
/* Index table style */

.index-table th {
    font-size: 0.75rem;
}

.index-table .entity-title {
    display: flex;
    align-items: center;
}

.index-table .entity-title a {
    font-size: 1rem;
}

.index-table .entity-title .status-point {
    font-size: 10px;
}

.index-table .entity-type {
    font-size: 0.75rem;
    font-weight: 500;
}

.index-table td.stat-value {
    font-size: 0.875rem;
    font-weight: 400;
}

.index-table .index-controls {
    padding: 0;
}

.index-table .index-controls div .btn, .index-table .index-controls li .btn {
    font-size: 0.875rem;
    border: 1px solid var(--vz-input-border-custom);
    font-weight: 500;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.index-table .control-button {
    font-size: 0.75rem;
    font-weight: bold;
    border: 1px solid var(--vz-input-border-custom);
    border-radius: var(--vz-border-radius-sm);
    padding: 0.2rem 0.5rem;
    color: #495057;
}

.index-table a.control-button:hover {
    text-decoration: underline;
}

/* ================================ */
/* ================================ */
/* Asterisk style */

span.asteriskField {
    display: none;
}

.requiredField:after {
    content: ' *';
    color: red;
}

/* ================================ */
/* ================================ */
/* Timetable style */

.timetable {
    text-align: center;
}

.timetable td, .timetable th {
    padding: 0;
    height: 35px;
    vertical-align: middle;
}

.timetable th {
    font-weight: 500;
    padding: 0 8px;
}

.timetable input {
    padding: 0;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 0;
    text-align: center;;
    height: 35px;
    color: #0b0b0b;
}

.timetable .timetable-input-yes {
    background-color: #daf4f0;
}

.timetable .timetable-input-no {
    background-color: #f3f3f9;
}

/* ================================ */
/* ================================ */
/* Ad events style */

.ad-event-title {
    min-width: 200px;
    line-height: 21px;
}

.ad-event-url {
    padding: .3rem .9rem;
}

.ad-preview {
    max-width: 800px;
}

.ad-preview video {
    width: 100%;
}

/* ================================ */
/* ================================ */
/* Stats style */

.table-loader .loading {
    color: transparent;
    background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
    background-size: 400%;
    animation: table-loader-frames 0.75s ease-in-out infinite;
    border-radius: 4px;
}

@keyframes table-loader-frames {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.tt-item {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #495057 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-stats {
    margin-bottom: 2rem;
}

.table-stats tr td:first-child {
   border-left: 0 !important;
}

.table-stats tr td:last-child {
   border-left: 0 !important;
}

.accordion-stats .accordion-button {
    padding: 0.5rem 0.75rem;
}

.accordion-stats .accordion-body {
    padding: 0.5rem 0.75rem;
}

/* ================================ */
/* ================================ */
/* Log table style */

/*.log-table .cell-bordered tr td {*/
/*    border-right: 1px solid #e9ebec;*/
/*}*/

/*.log-table .cell-bordered tr td:last-child {*/
/*    border-right: none;*/
/*}*/

/* ================================ */
/* ================================ */
/* Home section */

.nft-hero {
    background-image: url(/static/assets/images/nft/bg-home.jpg);
}

.bg-overlay-pattern {
    background-image: url(/static/assets/images/landing/bg-pattern.png);
}

.navbar-landing .navbar-nav .nav-item .nav-link {
    font-family: var(--vz-font-sans-serif);
}

.home-box {
    height: 100%;
}

@media (max-width: 991.98px) {
    .navbar-landing .navbar-brand .card-logo-dark {
        display: block
    }

    .navbar-landing .navbar-brand .card-logo-light {
        display: none
    }

    .navbar-landing .navbar-nav .nav-item .nav-link {
        color: var(--vz-body-color);
    }
}
