@font-face {
    font-family: 'aicp';
    src: url('fonts/aicp.ttf?pipf44') format('truetype'),
    url('fonts/aicp.woff?pipf44') format('woff'),
    url('fonts/aicp.svg?pipf44#aicp') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 95%;
    }
}

@media all and (max-width: 960px) {
    .brand-logo img {
        max-height: 40px;
        margin: 12px 0 0;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 95%;
    }
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'aicp', monospace !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.aicp-arrow_drop_down:before {
    content: "\e5c5";
}

.aicp-menu:before {
    content: "\e5d2";
}

.aicp-search:before {
    content: "\e8b6";
}

.allcaps {
    text-transform: uppercase !important;
}

.brand-logo img {
    max-height: 56px;
    margin: 4px 4px 4px 0;
}

.card .card-content h5 {
    font-size: 1.3rem;
    font-weight: 500;
}

.devicechoose.tabs .tab a {
    padding: 0 16px;
}

.menu-title {
    font-size: 1rem;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    text-align: center !important;;
}

.modal table tr {
    cursor: pointer;
}

.modal-btn {
    cursor: pointer;
}

.modal.bottom-sheet {
    max-height: 75%;
}