header .menu-mobile {
  display: none !important;
}

.ui.modal.scrolling.transition.active.visible.normal {
  width: auto !important;
}

@media only screen and (min-width: 991px) {
  .notHelp {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .helpTrue {
    display: none !important;
  }

  .grid.ui > *,
  .grid.ui .row > * {
    width: 100% !important;
  }

  .grid.ui > *,
  .grid.ui .row > *:not(:last-child) {
    margin-bottom: 16px;
  }

  .ui.grid
    > .row
    > .column:is(
      [class*="one"],
      [class*="two"],
      [class*="three"],
      [class*="four"],
      [class*="five"],
      [class*="six"],
      [class*="seven"],
      [class*="eight"],
      [class*="nine"],
      [class*="ten"],
      [class*="eleven"],
      [class*="twelve"]
    ),
  .ui.grid
    > .column.row
    > .column:is(
      [class*="one"],
      [class*="two"],
      [class*="three"],
      [class*="four"],
      [class*="five"],
      [class*="six"],
      [class*="seven"],
      [class*="eight"],
      [class*="nine"],
      [class*="ten"],
      [class*="eleven"],
      [class*="twelve"]
    ),
  .ui.grid
    > .column:is(
      [class*="one"],
      [class*="two"],
      [class*="three"],
      [class*="four"],
      [class*="five"],
      [class*="six"],
      [class*="seven"],
      [class*="eight"],
      [class*="nine"],
      [class*="ten"],
      [class*="eleven"],
      [class*="twelve"]
    ),
  .ui.column.grid
    > .column:is(
      [class*="one"],
      [class*="two"],
      [class*="three"],
      [class*="four"],
      [class*="five"],
      [class*="six"],
      [class*="seven"],
      [class*="eight"],
      [class*="nine"],
      [class*="ten"],
      [class*="eleven"],
      [class*="twelve"]
    ),
  .ui.three.cards > .card {
    width: 100% !important;
  }

  app-motors-quotations {
    width: 100%;
    overflow: auto;
    position: relative;
    display: block;
  }

  .ui.basic.segment:after,
  .ui.segments .ui.basic.segment:after,
  .ui.basic.segments:after {
    content: "";
    clear: both;
    display: table;
  }

  .ui.steps:not(.unstackable) {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    padding: 0;
    border: none !important;
    align-items: flex-start;
    border-radius: 0;
    min-height: 115px;
    height: auto;
    overflow-y: hidden;
  }

  .ui.steps:not(.unstackable) .step {
    width: 25% !important;
    font-size: 11px;
    transition: all ease-in-out 200ms;
    border-bottom: solid 1px rgb(9, 93, 103) !important;
    height: 100%;
    min-height: 110px;
  }

  .ui.steps:not(.unstackable) .step:after {
    left: 0;
    transform: unset;
    width: 0;
    height: 3px;
    border: none;
    background: #21ba45;
    transition: all ease-in-out 200ms;
    transform-origin: center center;
    right: 0;
  }

  .ui.steps:not(.unstackable) .step i {
    font-size: 22px;
  }

  .ui.steps:not(.unstackable) .step.completed:after {
    width: 100%;
    bottom: -2px;
    top: auto;
  }

  html body .master-container header {
    margin-bottom: 14px !important;
  }

  html body .master-container header .logo {
    width: 120px !important;
    height: auto !important;
  }

  header .menu-mobile {
    display: block !important;
    order: 2;
  }

  header .menu-mobile button {
    border: none;
    background: transparent;
    font-size: 24px;
    color: rgb(9, 93, 103);
  }

  header .menu-mobile button.active {
    color: #e74d64;
  }

  header .ui.grid {
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    grid-gap: 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  header .ui.grid > .column:is([class*="eight"]) {
    width: auto !important;
    padding: 0;
    margin: 0;
  }

  header .ui.grid > .column:is([class*="eight"]):first-child {
    flex: 1;
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 {
    order: 3;
    flex: 0 0 100%;
    margin: 0;
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 .p-3 button {
    margin: 0 !important;
  }

  .ui.stackable.inverted.menu {
    display: none;
    background: #fff !important;
    position: absolute;
    z-index: 9999;
    top: 65px;
    width: 100%;
    transition: all ease-in-out 200ms;
    /*transform: scale(0);*/
    transform-origin: top center;
  }

  .ui.stackable.inverted.menu.show {
    display: block;
    transform: scale(1);
  }

  html body .master-container header .menu .ui.menu {
    background: #fff !important;
    border: none;
  }

  .ui.stackable.menu .item {
    color: rgb(9, 93, 103) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 24px;
    font-weight: normal;
    border-radius: 0;
  }

  .ui.menu .item > i.icon {
    margin-inline-end: 10px;
  }

  .ui.stackable.menu .item.active {
    color: rgb(183, 206, 207) !important;
    background: transparent;
  }

  .ui.stackable.menu .item:last-child {
    border: none;
  }

  html:is([dir="ltr"], [dir="rtl"]) header .ui.menu .ui.floating.label {
    top: -7px !important;
    position: relative;
    order: 4;
    margin-inline-start: 10px;
  }

  header .ui.grid > .column:is([class*="eight"]):not(.px-0) > .ui.segment {
    display: none;
    position: fixed;
    width: calc(100% + 30px);
    float: none;
    z-index: 999;
    left: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    top: 60px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    transition: all ease-in-out 200ms;
    transform: scale(0);
    right: 0px;
    width: 100% !important;
  }

  header .ui.grid > .column:is([class*="eight"]):not(.px-0) > .ui.segment.show {
    display: block;
    transform: scale(1);
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 > .ui.segment a {
    margin-bottom: -10px;
    display: block;
    color: #fff;
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 > .ui.segment .ten {
    padding: 20px !important;
    background: rgb(9, 93, 103);
    border-radius: 6px;
    margin-bottom: -10px !important;
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 .p-3 > * {
    margin-bottom: 6px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    color: rgb(9, 93, 103) !important;
    border-bottom: solid 1px #d7d7d7;
    border-radius: 0;
    font-size: 14px;
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 .p-3 > * i {
    position: relative;
    box-shadow: none;
    background: transparent;
  }

  header .ui.grid > .column:is([class*="eight"]).px-0 .p-3 > *:last-child {
    border: none;
  }

  .ui.five.cards > .card {
    width: 100%;
  }

  .ui.buttons .button,
  .ui.buttons .or,
  .ui.button {
    width: 100%;
    margin-bottom: 10px;
    min-height: 46px;
  }

  .ui.button.captcha-resp {
    width: auto !important;
  }

  .ui.labeled.icon.buttons > .button > .icon:before,
  .ui.labeled.icon.button > .icon:before,
  .ui.labeled.icon.buttons > .button > .icon:after,
  .ui.labeled.icon.button > .icon:after {
    top: 8px;
  }

  .ui.cards > .card > .content > .meta + .description,
  .ui.cards > .card > .content > .header + .description,
  .ui.card > .content > .meta + .description,
  .ui.card > .content > .header + .description,
  .ui.cards > .card > .content p,
  .ui.card > .content p {
    line-height: 2;
  }

  .ui.ui.ui.ui.table.primary.flat:not(.unstackable) > tfoot {
    width: 100% !important;
    background: rgb(9, 93, 103);
  }

  .ui.ui.ui.ui.table.primary.flat:not(.unstackable) tr {
    /* width: 100% !important; */
  }

  .ui.table.primary.flat thead th {
    color: #fff;
    background: rgb(9, 93, 103) !important;
  }

  .ui.form {
    max-width: unset;
  }

  .ui.checkbox {
    margin-bottom: 14px;
  }

  .ui.checkbox + a {
    display: block;
    margin-inline-start: 26px;
  }

  .card :is(*[class^="bg-"], *[class*=" bg-"]) .column {
    width: 50% !important;
    margin: 0;
  }

  footer .grid.ui .column {
    width: auto !important;
    margin: 0;
  }

  .ui.inverted.menu .active.item:hover {
    background: transparent;
    color: rgb(183, 206, 207) !important;
  }

  .ui.inverted.menu .active.item:hover {
    background: transparent;
    color: rgb(183, 206, 207) !important;
  }

  fui-accordion.styled.fluid.ui.accordion {
    border: none;
    box-shadow: none;
  }

  fui-accordion-panel.ng-star-inserted {
    display: block;
    margin-bottom: 4px;
  }

  app-home .ui.grid > .row > .column {
    width: 50% !important;
  }

  .service-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .ui.ui.ui.red.ribbon.label {
    width: 90%;
  }

  .ui.ui.ui.grid.container {
    /*width: 100%;*/
  }

  .ui.grid > .row {
    margin-bottom: 0;
  }

  .ui.stackable.grid > .column:not(.row) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ui.stackable.grid {
    margin: 0;
  }

  .ui.table:not(.unstackable) {
    display: block;
    width: 100%;
    overflow: auto;
    margin-top: 10px;
    border-radius: 4px !important;
    border: none !important;
  }

  .ui.table:not(.unstackable) td button {
    width: auto !important;
    margin: 0;
    min-height: 36px;
  }

  body
    ng-snotify
    .snotify:is(
      .snotify-centerTop,
      .snotify-centerCenter,
      .snotify-centerBottom
    ) {
    width: calc(100% - 30px) !important;
    left: 10px !important;
    right: 10px !important;
  }

  .ui.table:not(.unstackable) > :is(tbody, thead, tfoot) {
    display: table-header-group !important;
  }

  .ui.table:not(.unstackable) > :is(thead, tbody, tfoot) > tr {
    display: table-row !important;
    width: 100% !important;
  }

  .ui.table:not(.unstackable)
    > :is(thead, tbody, tfoot)
    > tr
    > :is(th:not(.rowspanned), td:not(.rowspanned)) {
    display: table-cell !important;
    width: 100% !important;
    padding: 10px !important;
  }

  header > .ui.grid {
    grid-gap: 0 1rem;
  }

  .ui.six.cards > .card {
    width: 100%;
  }

  .ui.six.cards > .card .extra.content button {
    margin-bottom: 0 !important;
  }

  .homepage .body-container {
    margin-top: 0 !important;
  }

  .homepage .interactive .description {
    padding: 60px 28px !important;
  }

  .homepage .interactive .description p {
    line-height: 2;
  }

  .mx-1 {
    margin: 0 !important;
  }

  .ui.radio.checkbox label {
    font-size: 16px;
  }

  .ui.secondary.pointing.menu .item {
    flex: 0 0 50%;
  }

  ngx-qrcode + button {
    margin: 0 !important;
  }

  .ui.celled.grid > .column:not(.row),
  .ui.celled.grid > .row > .column {
    box-shadow: none;
  }

  .ui.table.primary.flat {
    border-color: #acacac !important;
  }

  html body .styled.ui.accordion .content {
    background: #f6f7f7;
    padding: 10px !important;
    border-radius: 0 0 4px 4px;
  }

  .ui.form .inline.fields label {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  app-medical-quotation
    .ui.table.cchi-minimums:not(.unstackable)
    > thead
    > tr
    > th:nth-of-type(1) {
    position: relative;
    padding-inline-start: 35px !important;
  }

  app-medical-quotation table.cchi-minimums th:nth-of-type(1) span {
    display: flex;
    width: 28px;
    background: rgba(9, 92, 191, 0.11) !important;
    vertical-align: text-bottom;
    position: absolute;
    height: 100%;
    margin-inline-start: -34px;
    margin-left: 0 !important;
    padding: 3px !important;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    margin-top: -10px;
  }

  .ui.segment > .ui.segment {
    padding: 0;
  }

  app-medical-quotation table.cchi-minimums th:nth-of-type(1) span i:before {
    content: "\f078" !important;
  }

  app-medical-quotation table.cchi-minimums th:nth-of-type(1) span i {
    transform: rotate(0deg);
    transition: all ease-in-out 200ms;
  }

  app-medical-quotation table.cchi-minimums th:nth-of-type(1) span i.minus {
    transform: rotate(180deg);
  }

  .ui.form .inline.fields label {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  form .ui.table:not(.unstackable) td field {
    max-width: 60px;
  }

  form .ui.table:not(.unstackable) td date-field {
    max-width: 100px;
  }

  form .ui.table:not(.unstackable) td date-field input {
    padding-left: 6px !important;
    padding-right: 6px;
  }

  /* Card tables styles */
  .ui.table.primary.flat.cards_tbl {
  }

  .ui.table:not(.unstackable).cards-tbl {
    border: none;
    display: block;
    overflow: hidden;
  }

  .ui.table:not(.unstackable).cards-tbl thead {
    display: none !important;
  }

  .ui.table:not(.unstackable).cards-tbl tbody {
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr {
    display: flex !important;
    align-items: center;
    justify-content: start;
    background: white;
    border: solid 1px whitesmoke !important;
    border-radius: 4px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    padding: 0 !important;
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td {
    display: flex !important;
    align-items: center;
    border-bottom: solid 1px #f4f4f4 !important;
    justify-content: space-between;
    color: black;
    font-size: 15px;
    text-align: end;
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td > *:not(.tooltip) {
    flex: 1;
    display: flex;
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td:last-child {
    justify-content: end;
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td .tooltip {
    padding: 0 10px;
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td .tooltip button {
    width: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td:before {
    content: attr(data-label);
    font-size: 13px;
    color: rgb(9, 93, 103);
    align-self: flex-start;
    flex: 0 0 40%;
    display: flex;
    justify-content: start;
  }

  .ui.table:not(.unstackable).cards-tbl tfoot {
    background: transparent !important;
    display: block !important;
  }

  .ui.table:not(.unstackable).cards-tbl tfoot tr {
  }

  .ui.table:not(.unstackable).cards-tbl tfoot tr td {
    padding: 0 !important;
    overflow: hidden;
    max-width: 100%;
  }

  .ui.table:not(.unstackable).cards-tbl tfoot td .pagination {
    float: none;
    display: flex;
    justify-content: center;
    box-shadow: none;
    border: none;
    width: 100%;
    overflow: auto;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ui.table:not(.unstackable).cards-tbl tfoot td .pagination a {
    color: #acacac;
    background: transparent;
    font-size: 15px;
    border: solid 1px #e8e9e9 !important;
    border-radius: 4px !important;
  }

  .ui.table:not(.unstackable).cards-tbl tfoot td .pagination a.active {
    font-weight: bold;
    color: rgb(9, 93, 103);
  }

  .ui.table:not(.unstackable).cards-tbl tbody tr td .tooltip button i {
  }

  .ui.table:not(.unstackable).cards-tbl tfoot td .pagination a:before {
    display: none;
  }

  /* home page cards */
  .homepage .products {
    padding: 0.25rem;
  }

  .homepage .products .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .homepage .products .grid .column .product {
    position: relative;
  }

  .homepage .products .grid .column .product .button {
    background: transparent !important;
    width: 100% !important;
    inset: 0 !important;
    margin: 0 !important;
    bottom: 8px !important;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .homepage .products .grid .column .product .button a {
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px !important;
    border-radius: 50px;
  }

  /* Login page */

  .ui.action.input > .button,
  .ui.action.input > .buttons {
    flex: 0 !important;
  }

  .ui.form input[type="password"] {
    width: 80% !important;
  }

  /* Login page */
}

/* --- */
.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  font-family: "Icons";
  content: "\f00c";
}
