@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');

body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}

.custom-banner {
    min-height: 160px !important;
    background: #F0F3F6 !important;
}

h1 {
    font-size: 2rem;
    color: #006937;
}

#app-cards {
    max-width: 5000px;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: start;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

#app-cards-holder {
    padding-left: 5px;
    padding-right: 5px;
}

.header__left {
    display: flex;
    align-items: center;
}

.customheader .headerbody .title {
    max-height: 56px;
}

.customheader {
    background-color: #fff;
    z-index: 2 !important;
    position: relative;
}

.customheader .headernav {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
}

.customheader .headerbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: #006937;
    border-bottom-width: 3px;
}

.customheader .headerbody .title {
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.customheader .headerbody .title .qlik-logo {
    height: auto;
    max-height: 32px;
}

.divider {
    margin: 0 15px;
    height: 38px;
    width: 2px;
    background-color: rgba(0, 0, 0, 0.5);
}

.customheader .headerbody .title .inner-title {
    font-size: 38px;
    color: #54565B;
}

.customheader .headerbody .btn {
    color: #fff;
    background: #009845;
    border-color: #009845;
    padding: 12px 22px;
    margin-left: 200px;
}

.customheader .headerbody .btn.dark {
    background: #006937;
    border-color: #006937;
}

.customheader .headerbody .btn.dark:active,
.customheader .headerbody .btn.dark:focus,
.customheader .headerbody .btn.dark:hover {
    background: #004f29;
    border-color: #004f29;
}

.customheader .headerbody .btn:active,
.customheader .headerbody .btn:focus,
.customheader .headerbody .btn:hover {
    background: #006937;
    color: #fff;
    text-decoration: none;
    border-color: #006937;
}

.header__nav .navPrimary__main .navPrimary__list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.header__nav .navPrimary__main .navPrimary__list .navPrimary__trigger {
    position: relative;
    margin: 0;
    color: #373737;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    font-size: 1.15rem;
    line-height: 1.2777777778;
}

.header__nav .navPrimary__main .navPrimary__list .navPrimary__trigger .navPrimary__hd {
    transition: color 0.2s ease-in-out;
}

.header__nav .navPrimary__main .navPrimary__list .navPrimary__trigger::after {
    content: " ";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -28px;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
}

.header__nav .navPrimary__main .navPrimary__list .navPrimary__trigger:hover {
    color: #006937;
}

.header__nav .navPrimary__main .navPrimary__list .navPrimary__trigger:hover::after {
    opacity: 1;
    background: #006937;
}

.header__nav .navPrimary__main .navPrimary__list>* {
    margin-left: 35px;
}

.clear-button-col {
    margin-right: 50px;
}

#site-title {
    white-space: nowrap;
}

@media only screen and (max-width: 770px) {
    #tag-selector {
        display: none;
    }

    #property-selector {
        display: none;
    }

    #dropdown-1 {
        max-width: 999px;
    }

    .header__nav {
        display: none;
    }
}

@media only screen and (max-width: 1175px) {
    .clear-button {
        position: inherit !important;
    }

    #property-selector {
        display: none;
    }

    #and-or {
        display: none !important;
    }
}

@media only screen and (max-width: 1205px) {
    #try_qlik {
        display: none !important;
    }
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.row {
    width: 100%;
    --bs-gutter-x: 0rem !important;
}

.hidden {
    display: none !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    word-break: normal !important;
}

.choices__placeholder {
    font-size: 14px;
}

@media only screen and (max-width: 450) {

    .custom-banner,
    #app-cards-holder,
    #dropdowns {
        display: none;
    }
}

#and_no_apps {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

#and_no_apps_placeholder {
    max-width: 500px;
    text-align: center;
    font-weight: 450;
    font-size: 14px;
    opacity: .9;
}

#and_no_apps_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    max-width: 500px;
    padding: 30px;

}

#and_no_apps_warning {
    max-width: 150px;
}