.hide-scroll {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.hidden { display: none !important; }

.opacity-half { opacity: .5; }
.icon-fix { line-height: normal; vertical-align: auto; }
.border-transparent { border-color: rgba(1, 1, 1, 0); }

.fs-sm { font-size: .875rem; }

[contenteditable] { border-bottom: 1px dashed #555; }
[contenteditable]:focus { outline: 1px solid transparent; border-bottom: 1px dashed #000; }

.card ons-icon  {
    line-height: normal;
    vertical-align: middle !important;
    min-width: 16px;
}

.border-bottom-dashed   { border-bottom: 1px dashed black; }

.rounded-8              { border-radius: 8px !important; }
.rounded-top-left-8     { border-top-left-radius: 8px !important; }
.rounded-top-right-8    { border-top-right-radius: 8px !important; }
.rounded-bottom-left-8  { border-bottom-left-radius: 8px !important; }
.rounded-bottom-right-8 { border-bottom-right-radius: 8px !important; }

.mw-560 {
    max-width: 600px;
    margin: auto;
}

.tabbar.ons-tabbar__footer {
    justify-content: center;
}

.tabbar__item {
    max-width: 112px;
}