.form-row-error,
.form-row-error:focus {
  border: 1px solid red;
}
.form-msg {
  font-size: 13px;
  margin-bottom: 10px;
}
.form-msg-error {
  color: red;
}
.form-msg-success {
  color: green;
}
.status-sp {
  color: white;
  padding: 1px 8px 3px 8px;
  border-radius: 10px;
}
.kokoc-red {
  color: #ff4747;
}
.btn-kokoc {
  background-color: #ff4747;
  border-color: #ff4747;
}
.btn-kokoc:hover,
.btn-kokoc:focus {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.card-kokoc.card-outline {
  border-color: #ff4747;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  [data-content]:before {
    content: attr(data-content);
  }
  /* Force table to not be like tables anymore */
  .table-mobile-responsive,
  .table-mobile-responsive thead,
  .table-mobile-responsive tbody,
  .table-mobile-responsive th,
  .table-mobile-responsive td,
  .table-mobile-responsive tr {
    display: block;
  }
  .table-mobile-responsive.text-center {
    text-align: left !important;
  }
  .table-mobile-responsive caption {
    width: max-content;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .table-mobile-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-mobile-responsive > :not(:first-child) {
    border-top: none;
  }
  .table-mobile-responsive > :not(caption) > * > * {
    border-color: var(--tmr-bootstrap-border-color);
  }
  .table-mobile-responsive tr:not(.bg-light-blue) {
    border-bottom: 2px solid var(--tmr-row-divider-color);
  }
  /* Default layout */
  .table-mobile-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid var(--tmr-white);
    position: relative;
    padding-left: 50%;
    padding-top: 1.5rem !important;
  }
  .table-mobile-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    padding-top: 4px;
    white-space: nowrap;
    font-weight: bold;
    color: var(--tmr-table-header);
  }
  /* Sided layout */
  .table-mobile-responsive.table-mobile-sided > :not(:first-child) {
    border-top: none;
  }
  .table-mobile-responsive.table-mobile-sided > :not(caption) > * > * {
    border-color: var(--bs-table-border-color);
  }
  .table-mobile-responsive.table-mobile-sided td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50% !important;
    padding-top: 5px !important;
    justify-content: flex-end;
  }
  .table-mobile-responsive.table-mobile-sided td:last-child {
    border-bottom: none;
  }
  .table-mobile-responsive.table-mobile-sided td.empty-row {
    padding-top: 10px !important;
    display: block;
  }
  .table-mobile-responsive.table-mobile-sided td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: var(--tmr-table-header);
  }
  /* Styleless */
  .table-mobile-responsive.table-mobile-styleless tr:not(.bg-light-blue) {
    border-bottom: none !important;
  }
  /* Stripped rows */
  .table-mobile-responsive.table-mobile-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: var(--tmr-stripped-row-background-color) !important;
  }
}

