* {
    margin: 0;
    padding: 0;
    box-shadow: none !important;
}

.col:empty::after {
    content: ".";
    visibility: hidden;
}

html {
    font-family: sans-serif;
    overflow-y: scroll;
}

strong {
    font-weight: bold;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-width: 320px;
    width: auto !important;
    width: 320px;
    font-size: .96em;
    /* word-break: break-word; */
}

main {
    flex: 1 0 auto;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 90% !important;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90% !important;
    }
}

nav {
    height: 64px;
    line-height: 64px;
}

nav.hide-on-large-only {
    height: auto;
    min-height: 64px;
    line-height: 64px;
}

nav.hide-on-large-only.m {
    height: auto;
    min-height: 64px;
    line-height: 64px;
}

nav.hide-on-large-only ul li {
    width:100%;
}

nav.hide-on-large-only.nav-no-links {
    height: auto;
    min-height: 64px;
    line-height: 64px;
}

nav.hide-on-large-only.nav-no-links ul li {
    width:100%;
}

.mobile-nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    gap: 16px;
}

.mobile-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.mobile-nav-menu {
    display: none;
    margin: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.mobile-nav-toggle:checked ~ .mobile-nav-menu {
    display: block;
}

.mobile-nav-menu li a,
.mobile-nav-menu li span.nav-exchange-rate {
    display: block;
    color: #1a1a1a;
    line-height: 1.5;
    padding: 12px 16px;
}

.mobile-nav-menu li {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-nav-menu li:nth-last-child(2) {
    border-bottom: 0;
}

.mobile-nav-menu li:last-child {
    display: none;
}

nav li.nav-logo,
footer span.page-footer-logo {
    font-size: 2rem;
    font-weight: bold;
}

nav a {
    font-weight: bold;
}

nav span.nav-exchange-rate {
    /* font-weight: bold; */
}

nav.hide-on-large-only ul li span.nav-exchange-rate {
    padding: 0 15px 0 15px;
}

nav.hide-on-med-and-down ul li span.nav-exchange-rate {
    padding: 0 0 0 15px;
}

table.highlight > tbody > tr {
    transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
    background-color: #e3f2fd !important;
}

table th {
    padding-bottom: 13px;
}

table.table-c {
    /* font-size: .9em; */
}

table.table-m {
    font-size: .9em;
}

.collection {
    padding: 10px 0;
}

.collection .collection-header {
    padding-left: 20px;
}

.collection .collection-item .title,
.collection .collection-item.avatar .title {
    font-size: 20px;
}

.collection .collection-item i.material-icons,
.collection .collection-item.avatar i.material-icons,
.collection .collection-item.avatar img.avatar-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.btn,
.btn-large,
.btn-flat {
    /* font-size: .96em; */
    text-transform: none;
}

p.p-spacer-5,
div.div-spacer-5 {
    height: 5px;
}

p.p-spacer-10,
div.div-spacer-10 {
    height: 10px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

textarea {
    font-size: 1rem;
    height: auto;
    margin-top: 10px;
    padding: 6px 10px;
    border: 1px solid #a9a9a9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    outline: none;
}

.input-field {
    padding-bottom: 1px;
}

.input-field label,
.input-field input[type=text]:focus + label {
    color: #000;
}

.input-field label.select-label {
    padding: 1px 0;
}

.input-field select {
    display: block;
    border: 1px solid #9e9e9e;
    margin-bottom: 20px;
}

.input-field select:focus {
    border: 1px solid #8eb0e8;
}

.input-field select option{
    /* font: 13px "Roboto", sans-serif; */
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]) {
     border-bottom: 1px solid #8eb0e8;
     box-shadow: none;
}

textarea:focus:not([readonly]) {
     border: 1px solid #8eb0e8;
     box-shadow: none;
}

.btn,
.btn-large,
.btn-flat {
    padding: 0 1rem;
}

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled, .btn[disabled], .btn-large[disabled], .btn-large[disabled], .btn-floating[disabled] {
	background-color: #DFDFDF !important;
	color: #000 !important;
}

.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover, .btn[disabled]:hover, .btn-large[disabled]:hover, .btn-large[disabled]:hover, .btn-floating[disabled]:hover {
	background-color: #DFDFDF !important;
	color: #000 !important;
}

.card-panel {
    box-shadow: none !important;
}

@media only screen and (max-width: 992px) {
    .account-table {
        border: 0;
    }

    .account-table thead {
        display: none;
    }

    .account-table tbody,
    .account-table tr,
    .account-table td {
        display: block;
        width: 100%;
    }

    .account-table tbody tr {
        margin-bottom: 16px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        overflow: hidden;
    }

    .account-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 14px;
        text-align: right;
        border-bottom: 1px solid #eeeeee;
        white-space: normal;
        word-break: break-word;
    }

    .account-table tbody td:last-child {
        border-bottom: 0;
    }

    .account-table tbody td::before {
        content: attr(data-label);
        flex: 0 0 46%;
        max-width: 46%;
        text-align: left;
        font-weight: bold;
        color: #000;
    }

    .account-table tbody td.center {
        display: block;
        text-align: left;
    }

    .account-table tbody td.center::before {
        display: block;
        max-width: none;
        margin-bottom: 10px;
    }

    .account-table tbody td.center .btn,
    .account-table tbody td.center button {
        width: 100%;
        margin: 0;
    }

    .account-table tbody tr td[colspan="6"] {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .account-table tbody td {
        flex-direction: column;
        text-align: left;
        gap: 6px;
    }

    .account-table tbody td::before {
        flex: none;
        max-width: none;
    }
}
