* {
  margin: 0;
  padding: 0;
}
.all-hide {
  display: none;
}
.all-hide * {
  display: none;
}
.all-full-width * {
  width: 100%;
  width: -webkit-fill-available;
}
.flex {
  display: flex;
}
.row {
  width: 100%;
}
.col-1 {
  max-width: 8.3333%;
  width: 8.3333%;
  overflow: hidden;
}
.col-2 {
  max-width: 16.6666%;
  width: 16.6666%;
  overflow: hidden;
}
.col-3 {
  max-width: 25%;
  width: 25%;
  overflow: hidden;
}
.col-4 {
  max-width: 33.3333%;
  width: 33.3333%;
  overflow: hidden;
}
.col-6 {
  max-width: 50%;
  width: 50%;
  overflow: hidden;
}
.col-7 {
  max-width: 58.3333%;
  width: 58.3333%;
  overflow: hidden;
}
.col-8 {
  max-width: 66.6666%;
  width: 66.6666%;
  overflow: hidden;
}
.col-9 {
  max-width: 75%;
  width: 75%;
  overflow: hidden;
}
.col-10 {
  max-width: 83.3333%;
  width: 83.3333%;
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.txc {
  text-align: center;
}
.txr {
  text-align: right;
}
.txl {
  text-align: left;
}
.txupper {
  text-transform: uppercase;
}
.txlower {
  text-transform: lowercase;
}
.txcap {
  text-transform: capitalize;
}
.hideLargeText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*************************    Ons Correction    **********************/
.notification {
  margin-left: 10px !important;
}

ons-splitter-side[side="left"][mode="split"] {
  width: 10px;
  max-width: 10px;
}
ons-toolbar > .left {
  width: auto;
}
ons-toolbar > .center {
  width: inherit;
}
ons-toolbar > .right {
  width: auto;
  padding: 0 10px;
}

ons-tabbar .tabbar {
  overflow-y: auto;
}

ons-input,
ons-text,
ons-select,
ons-radio-button,
ons-check-list {
  margin: 20px 0;
}
ons-select {
  width: 100%;
  position: relative;
  background: unset;
  padding: 0;
  background-image: linear-gradient(to top, transparent 1px, #afafaf 1px);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
}

/*************************    Brackets    **********************/

.box-bracket::before {
  content: "[";
}
.box-bracket::after {
  content: "]";
}
.curly-bracket::before {
  content: "{";
}
.curly-bracket::after {
  content: "}";
}
.round-bracket::before {
  content: "(";
}
.round-bracket::after {
  content: ")";
}
/*************************    New Feature    **********************/
.checkMark:before {
  content: "✓";
  font-size: large;
  padding-right: 5px;
  font-weight: bold;
}
.underline {
  background-image: linear-gradient(to top, transparent 1px, #afafaf 1px);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
}
