*,
*:after,
*:before {
  box-sizing: border-box;
  text-decoration: none;
}

:root {
  --color-bg-primary: #d0d6df;
  --color-bg-primary-offset: #f1f3f7;
  --color-bg-secondary: #fff;
  --color-text-primary: #3a3c42;
  --color-text-primary-offset: #898c94;
  --color-orange: #dc9960;
  --color-green: #1eb8b1;
  --color-purple: #657cc4;
  --color-black: var(--color-text-primary);
  --color-red: #d92027;
  --green-btn: #9cd965;
  --green-btn-hover: #92cf5c;
  --error-msg-bg: #fa5757;
  --heading-color: #5a5d68;
  --form-control-color: #18b5b5;
  --nav-link-color: hsl(174, 12%, 15%);
  --bg-color: rgb(240 243 247);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  /* -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

  @font-face {
      font-family: Faruma;
      /* src: local("Faruma"), local("MVFaseyhaMhr"), url(../fonts/Faruma.ttf) format("truetype"), url(../fonts/Faruma.ttf) format("ttf"); */
      src: url(../fonts/Faruma.ttf) format("truetype"), url(../fonts/Faruma.ttf) format("ttf");
  }
      .thaana-input {
        font-family: Faruma;
        direction: rtl !important;
        -webkit-font-smoothing: antialiased;
        font-weight: 100;
        font-size: 20px !important;
        text-align: right !important;
      }

body {
  font-family: "Open Sans", sans-serif;
  background-color: var(--bg-color);
  color: var(--color-text-primary);
  font-size: 14px;
  margin: 0;
  padding: 0;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
::-webkit-scrollbar-track {
  /*background-color: #ebebeb;*/
  background-color: var(--color-bg-primary);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9098a2;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #717c8a;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  img {
    max-width: 100%;
  }
}


.same-as-current-address{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
    padding: 0.5rem;
  & img{
    height: 16px;

  }
}



.home-container{
  display:flex;
  flex-direction: column;
  gap: 1rem;
}

.home-cards-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 200px));
  & .home-card, .logout-form{
      display: flex;
      background: #fff;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 35px;
      border-radius: 20px;
      cursor:pointer;

      gap:1rem;

      & > span{
          font-size:0.9rem;
          color: var(--nav-link-color);
          font-weight:500;
      }
      & i.bx{
          color: var(--alia-blue-color);
          font-size:25px;
      }
  }
}


@media screen and (width <= 576px){
  .home-cards-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      align-items: center;
      justify-content: center;
      gap:1rem;


      & .home-card, .logout-form{
      padding: 10px;
      border-radius: 5px;
      gap:0.2rem;

      & > span{
          font-size:0.9rem;
          color: var(--nav-link-color);
          font-weight:500;
      }
      & i.bx{
          color: var(--alia-blue-color);
          font-size:25px;
      }
  }
  }
}

















/* Image responsive  */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* End image responsive  */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.fade-in-image {
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.heart {
  color: red;
  font-size: 14px;
  vertical-align: middle;
  animation: pound 0.35s infinite alternate;
  -webkit-animation: pound 0.35s infinite alternate;
}

@keyframes pound {
  to {
    transform: scale(1.3);
  }
}

.copy-code {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shadow {
  box-shadow: 0 10px 20px rgb(64 64 64 / 15%);
}

small {
  padding: 5px;
  color: #626262;
  font-size: smaller;
  border-radius: 5px;
  border: 1px solid rgba(203, 203, 203, 1);
  margin: 0 0 0 5px;
}

/* Colors page and search page */
#models_holder {
  max-width: 650px;
  margin: 0 auto;
}
.model_color_holder {
  display: flex;
  background: #fff;
  margin: 10px 0;
  padding: 10px;
  overflow: auto;
  color: #727272;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(64 64 64 / 15%);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.model_color_holder img.model_img_pre {
  float: left;
  max-width: 200px;
  max-height: 150px;
}
.model_color_info {
  float: left;
  color: #727272;
}
.model_color_info span {
  display: block;
  font-size: 14px;
  padding: 5px;
  margin: 0;
}

.model_color_info span.cat_img_span,
.model_color_info a.cat_img_span {
  display: inline-block;
}
.model_color_info a.cat_img_a {
  padding: 5px;
  overflow: auto;
}

.model_color_info span img.cat_img {
  cursor: pointer;
}

.model_color_holder span.model_img_holder {
  cursor: pointer;
  position: relative;
  display: block;
  margin-right: 5%;
}

.model_color_holder span.model_img_holder img.model_zoom {
  position: absolute;
  display: none;
}

.model_color_holder span.model_img_holder:hover img.model_zoom {
  display: block;
}

.model_color_info span a.name {
  color: #1b73c4;
  cursor: pointer;
}

.model_color_info span a.name:hover {
  text-decoration: underline;
}
.model_color_info span strong {
  font-weight: bold;
  color: rgba(0, 122, 173, 1);
  min-width: 90px;
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  .model_color_info {
    width: 100%;
  }
}

#model_img_modal {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}

#model_img_modal img {
  margin: 20px;
}

#model_img_modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#model_img_modal #cancelBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: url(../img/close.png) center center;
  outline: none;
  font-size: 18px;
  color: #525252;
  width: 24px;
  height: 24px;
}

/* colors page and search page end*/

/* Search page */

.search-form-holder {
  margin: 5% auto;
  width: 400px;
  z-index: 9999;
}

.search-form {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
  background: #fff;
  transition: all 0.3s ease;
}
.search-form.focus {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.search-input {
  position: absolute;
  top: 15px;
  left: 38px;
  font-size: 14px;
  background: none;
  color: #5a6674;
  width: 250px;
  height: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-input::-webkit-input-placeholder {
  text-transform: capitalize;
}

.max-width {
  width: 285px;
}

.toUpperCase {
  text-transform: uppercase;
}

div.search-form:focus-within {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.search-button {
  position: absolute;
  top: 13px;
  left: 15px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  font-size: 24px;
  color: #5a6674;
  -webkit-tap-highlight-color: transparent;
}

.search-option {
  position: absolute;
  text-align: right;
  top: 11px;
  right: 15px;
}
.search-option div {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.search-option div:nth-child(1) {
  margin-right: 5px;
}

.search-option div:nth-child(2) {
  margin-right: 5px;
}

.search-option div:nth-child(3) {
  margin-left: 5px;
}

.search-option div input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.01;
  cursor: pointer;
}
.search-option div span {
  position: absolute;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background: #929aa3;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 12px;
  top: -18px;
  transition: all 0.2s ease-in-out;
}
.search-option div span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 4px solid #929aa3;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: all 0.2s ease-in-out;
}
.search-option div:hover span {
  opacity: 1;
  top: -21px;
}
.search-option div label {
  display: block;
  cursor: pointer;
}
.search-option div img {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.search-option div img.second {
  display: none;
}
.search-option div input:checked + label img.first {
  display: none;
}
.search-option div input:checked + label img.second {
  display: inline-block;
}

.search-option div input:checked + label span {
  background: #e24040;
}
.search-option div input:checked + label span::after {
  border-top-color: #e24040;
}
.search-form-holder h4 {
  display: inline-block;
  font-size: 130%;
  margin: 10px 0;
  color: var(--heading-color);
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  .search-form-holder {
    width: 90%;
    margin: 10% auto;
  }

  .max-width {
    width: 240px;
  }
}

#searchedCatHolderWrapper {
  max-width: 650px;
  margin: 0 auto;
}

/*end search*/

/*Start Catalouge*/
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 1px;
  display: flex;
}

@keyframes highlight {
  0% {
    /*    background: #A7E4EE;  */
    background: #99dad3;
  }

  100% {
    background: none;
  }
}

.highlight {
  animation: highlight 10s;
}

.responsive {
  max-width: 100%;
  height: auto;
}

table {
  margin: 10px 0;
}

td.edit {
  text-align: center;
}

td.edit:hover {
}

/* td.edit,
    td input.edit {
      text-align: center;
    }
  
    td input.user-list-qty {
      padding: 0.3rem;
      width: 100px;
      border-radius: 0.3rem;
      border: 1px solid #ccc;
      outline: none;
    }
  
    td input.user-list-qty:hover {
      border: 1px solid #555;
    }
  
    td input.user-list-qty:focus {
      outline: 1px solid #777;
    }
 */

.NAN {
  background: rgba(255, 210, 211, 1) !important;
  font-weight: bold;
}

.data-table {
  border: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}
.data-table thead tr th {
  font-weight: bold;
}

.data-table tbody td,
.data-table thead tr th {
  font-size: 110%;
  border: solid 1px #eee;
  color: #333;
  padding: 8px;
  text-shadow: 1px 1px 1px #fff;
}
.data-table thead tr th {
  text-align: left;
}

.data-table-highlight tbody tr {
  background-color: #fff;
}

.data-table-highlight tbody tr:hover {
  background-color: #f8f8f8;
}

.data-table-horizontal tbody td {
  border-left: none;
  border-right: none;
  cursor: pointer;
}

.delete {
  cursor: pointer;
}

.column {
  float: left;
  width: 50%;
}

.row {
  margin: 0 0 20px 0;
  position: relative;
  box-shadow: 0 0 10px #ccc;
  padding: 10px;
  background: #fff;
}

.page_no {
  position: absolute;
  bottom: 1%;
  color: #787878;
  left: 40%;
  margin: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#fixed_table {
  position: fixed;
  bottom: 0%;
  width: 100%;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  left: 0;
  background: #fff;
  height: 100px;
}

.fixedTableVisible {
  display: block !important;
  height: 100% !important;
  position: fixed;
  left: 0;
  top: 0;
}

.fig_details {
  font-weight: bold;
  padding: 5px 0;
}

.list_details {
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px 0 1px 0;
  text-align: center;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
}
.list_details input.listInputs {
  padding: 7px 10px;
  width: auto !important;
  font-size: 100%;
  margin: 0 5px;
}

.part-list-button {
  font-size: 14px;
  color: #fff;
  border: none;
  margin: 0 5px;
  padding: 9px 10px;
  cursor: pointer;
  border-radius: 4px;
}

#list_save {
  background: var(--green-btn);
}
#list_save:hover {
  background: var(--green-btn-hover);
}

#clear_list {
  background: #dd353f;
}
#clear_list:hover {
  background: #ab111a;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 25px;
}

#showList {
  position: fixed;
  left: 8px;
  top: 50px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none;
  background: url(../img/list_new.png) no-repeat center;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4;
  z-index: 7777;
}
#showList:hover {
  opacity: 1;
}

#settings {
  position: fixed;
  left: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  background: url(../img/setting_2.png) no-repeat center;
  opacity: 0.5;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
}
#settings:hover {
  opacity: 1;
}

#settings span.set {
  display: none;
  position: absolute;
  left: 40px;
  top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #353535;
  color: #fff;
  font-size: 12px;
}

#settings:hover span.set {
  display: block;
}

#settings span.set::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 40%;
  left: -10%;
  transform: rotate(90deg);
}

#settings_holder {
  display: none;
  background: #353535;
  padding: 0 8px 8px 8px;
  position: fixed;
  top: 10px;
  left: 50px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgb(64 64 64 / 10%);
  text-align: center;
}

#settings_holder::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #353535 transparent transparent transparent;
  position: absolute;
  top: 8%;
  left: -10%;
  transform: rotate(90deg);
}

#settings_holder div {
  margin: 5px 0;
  padding: 5px;
  color: #fff;
  font-size: 80%;
}

.s_show {
  display: block !important;
}

.green {
  background: #cadfb4 !important;
}

.green td {
  text-shadow: none !important;
}

.fig_map_cont {
  position: relative;
  display: inline-block;
}

.fig_map_circle {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
}

.fig_map_circle:hover:before {
  /* ------- THIS IS THE MAGIC ----------------*/
  content: attr(data-tooltip);
  /* ------------------------------------------*/
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  left: 100%;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 9999 !important;
}
/*.fig_map_circle:hover:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-bottom-color: #000;
  bottom: -10px;
  left: 80%;
  margin-left: -10px;
  z-index: 2;
  
  }
  */

.fig_map_circle_un {
  background: rgba(199, 199, 199, 0.44);
}

.fig_map_circle_sel {
  background: rgba(0, 128, 0, 0.44);
}

.resizers {
  position: relative;
}

.resizers .resizer {
  width: 100%;
  height: 10px;
  z-index: 9999;
  cursor: n-resize;
  position: fixed;
}

#cat_name_fixed {
  position: fixed;
  font-size: 12px;
  top: 10px;
  left: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  padding: 5px 10px;
  z-index: 9999;
  border-radius: 5px;
  opacity: 0.1;
  transition: all 0.4s;
  cursor: default;
  transform: translate(-50%, 0);
}

#cat_name_fixed:hover {
  opacity: 1;
}

/*
  #add_m_p{
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;

  }
  */

@media only screen and (max-width: 900px) {
  .column {
    float: none;
    width: 100%;
  }
  /*body{
    margin: 0 0 205px 5px;
  }*/
  .row {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .data-table {
    font-size: 11px;
  }

  .data-table tbody tr td:nth-child(3) {
    min-width: 30px !important;
  }

  .data-table tbody td,
  .data-table thead tr th {
    padding: 5px;
    font-size: 100%;
  }

  .page_no {
    margin: 0;
    font-size: 80%;
    bottom: 0.5%;
  }

  .row {
    padding: 10px 10px 20px 10px;
  }
  #fixed_table .list_details .addPartNumberDiv .form-group {
    padding: 5px;
  }

  #fixed_table .list_details .addPartNumberDiv .form-group input {
    display: block;
    width: 100% !important;
    margin: 5px 0;
  }

  /*
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}*/

  #showList {
    display: block;
  }

  #fixed_table {
    display: none;
  }

  #list_save,
  #clear_list {
    width: 49%;
    margin: 10px 0;
    box-sizing: border-box;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.icon-showcase .icon-showcase-cell {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

.full-width {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .page-content-wrapper {
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    padding: 0;
    margin-top: 65px;
  }

  .page-content-wrapper .page-content-wrapper-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.content-row {
  display: flex;
  flex-wrap: wrap;
}

.content-row h3.row-heading {
  font-size: 1.5rem;
  display: block;
  margin: 20px 10px;
  font-weight: 500;
  color: var(--heading-color);
  width: 100%;
}

.equel-grid {
  display: flex;
  align-items: stretch;
}

.grid-body .grid-body-form {
  margin-bottom: 75px;
}

.equel-grid .grid {
  width: 100%;
  min-width: 100%;
}

.grid {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgb(183 192 206 / 15%);
  margin-bottom: 15px;
  border: 1px solid rgba(238, 238, 238, 0);
}
.grid-body {
  padding: 20px 25px 20px;
  font-size: 95%;
  color: var(--color-text-primary-offset);
  /*padding-bottom:75px;*/
}

.grid-body div.footer {
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
  padding: 15px 0;
}

.grid h3 {
  font-size: 112%;
  display: block;
  margin: 15px 26px 0px;
  font-weight: 500;
  color: var(--heading-color);
}
.grid h3 span.heading-btn {
  float: right;
  background: var(--color-text-primary-offset);
  color: var(--color-bg-secondary);
  padding: 5px;
  font-size: 90%;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 700;
}
.grid h3 span.heading-btn:hover {
  background: var(--color-text-primary);
}

.grid h4 {
  font-size: 100%;
  display: block;
  margin: 5px 26px 0px;
  font-weight: 500;
  color: var(--heading-color);
}

.form-group {
  margin-bottom: 15px;
}
.grid-body div.check-box {
  display: flex;
  justify-content: space-between;
}
.grid-body div.check-box p {
  font-size: 95%;
}

.form-group label {
  display: inline-block;
  font-size: 110%;
  margin: 0 0 5px 0;
  font-weight: 400;
  color: var(--heading-color);
}
.form-group input.form-input {
  font-size: 105%;
}

.form-group label.switch {
  transform: scale(1.1);
}

.form-group div.checkbox-label {
  margin: 5px 0;
  font-size: 110%;
  color: var(--heading-color);
}
.form-group div.slider-holder {
  display: flex;
  align-items: center;
}

.form-group button.save {
  display: block;
  font-size: 15px;
  color: #fff;
  border: none;
  margin: 0;
  letter-spacing: 0.1em;
  background: var(--green-btn);
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
}

.form-group button.save:hover {
  background: var(--green-btn-hover);
}
.form-group .form-feedback {
  display: none;
  padding: 5px 0;
  font-size: 95%;
}

.form-group div.invalid,
div.invalid {
  color: #e84a59;
  display: block;
}
.form-group div.valid {
  color: #81b553;
  display: block;
}

.form-group input.invalid,
.form-group select.invalid,
.form-group textarea.invalid {
  outline: 2px solid rgb(232 74 89 / 0.5);
}


@media (width >= 576px){
table.alt-table .sticky-header{
    position: sticky;
    top: -1px;
    z-index: 8888;


    &.is-pinned{
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);

      & th{
        background-color: #f1f1f1;
      }
    }


    & th{
      background-color: #fff;
    }
}
}




table.alt-table tbody tr.pointer {
  cursor: pointer;
}

table.alt-table {
  border-collapse: collapse;
  width: 100%;
}
table.alt-table td,
th {
  text-align: left;
}

table.alt-table td,
table.alt-table th {
  padding: 0.8em 1.3em;
  vertical-align: middle;
  border-top: 1px solid #f2f4f9;

  &.icon-td{
    padding: 0.2rem;
  }
}

table.alt-table thead tr th {
  color: var(--heading-color);
  font-weight: 500;
}

table.alt-table tbody tr td {
  font-size: 90%;
  transition: all 0.1s linear;
}

table.alt-table tbody tr:hover td {
  background: #fafafa;
}

table.alt-table tbody tr td a.gotoCat {
  color: var(--color-text-primary-offset);
}

table.alt-table tbody tr td a.gotoCat:hover {
  color: var(--color-text-primary);
  text-decoration: underline;
}

table.alt-table tbody tr td.partnum-year span {
  background: #f7f4eb;
  padding: 2px 5px;
  border-radius: 2px;
  color: #777;
  margin: 0 2px;
}

table.alt-table tbody tr{
  cursor: pointer;
}

table.alt-table tbody tr.remarks{
  color: black;
  display: none;
  pointer-events: none;
}

table.alt-table tbody tr.open + tr.remarks{
  display: table-row;

}
table.alt-table tbody tr.open+tr td {
  background-color: rgb(240, 240, 240);

}


table.alt-table tbody tr.open  td{ 
  background-color:rgb(96 125 139 / 71%);
  color: white;
    border-color:rgb(171, 171, 171);
}




.sticky-head {
  position: sticky;
  top: 50px;
  z-index: 10;
  background: #fff;
}

.text-center {
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  table.alt-table {
    border: 0;
  }

  table.alt-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.alt-table tr:not(.open) {
    border-bottom: 1px solid #e4e6ed;
    display: block;
    margin-bottom: 20px;
  }

  table.alt-table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table.alt-table td.form-status-td {
    display: flex;
    justify-content: space-between;
  }

  table.alt-table td::before {
    content: attr(data-label);
    float: left;
    color: rgb(80, 80, 80);
    font-weight: 500;
    font-size: 110%;
  }

  table.alt-table td:last-child {
    border-bottom: 0;
  }

  .text-center {
    text-align: right !important;
  }
}

.altGoto {
  padding: 5px 10px;
  background: var(--color-bg-primary);
  color: #fff;
  border-radius: 3px;
}

.altGoto:hover {
  background: var(--color-text-primary-offset);
}

.delete-alt {
  font-size: 20px;
  cursor: pointer;
}
.delete-alt:hover {
  color: var(--heading-color);
}

.add-part {
  margin: 0 !important;
  color: #5a6674;
}
.addPartNumberDiv {
}

.addPartNumberDiv .inline-form-group {
  display: flex;
  justify-content: space-between;
}

.addPartNumberDiv .inline-form-group .sc_part_num_holder {
  margin-right: 5px;
}

.addPartNumberDiv .inline-form-group .sc_part_num_holder input {
  width: 400px;
}
.addPartNumberDiv .inline-form-group:first-child > input {
  margin-right: 5px;
}

.addPartNumberDiv .inline-form-group:last-child input {
}

.addPartNumberDiv input,
.addPartNumberDiv textarea {
  margin: 5px 0;
}
.largeModalDiv input,
.largeModalDiv select {
  margin: 5px 0;
  width: 48%;
}

.largeModalDiv .large-form-group {
  display: flex;
  align-items: flex-start;
  height: 270px;
  flex-flow: column wrap;
}
.largeModalDiv .large-form-group .autoSuggest-wrapper {
  width: 48% !important;
}

.largeModalDiv .large-form-group .autoSuggest-wrapper input {
  width: 100% !important;
}

.inputDefault {
  width: 100%;
  display: flex;
  font-family: inherit;
  padding: 15px;
  font-size: 16px;
  color: #666;
  border-radius: 4px;
  border: unset;
  border-radius: 4px;
  outline-color: rgb(118 130 148 / 0.5);
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px,
    rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.inputDefault:focus {
  color: #444;
}
select.inputDefault {
  margin: 5px 0;
  font-size: 95%;
}
/* select.inputDefault:focus {
} */


/* textarea.inputDefault{
  
} */
.set-cover-color {
  margin: 0 5px;
  cursor: default;
}
#remove-color {
  font-size: 18px;
  vertical-align: bottom;
  cursor: pointer;
}

#remove-color:hover {
  color: var(--color-text-primary);
}
/* START TOOLTIP STYLES */
/* CREDIT TO https://codepen.io/tutsplus */
/* https://codepen.io/tutsplus/pen/WROvdG */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 12px;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 9999; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* END TOOLTIP STYLES */

#img-input {
  display: none;
}

.photo-upload {
  font-size: 40px;
  color: #457ccb;
  margin: 10px 0;
}

.img-browse {
  background: #2f80ec;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.img-upload-div {
  display: flex;
  margin: 10px 0;
}
.img-col {
  display: flex;
  width: 40%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.img-col:last-child {
  width: 60%;
}

/*
.img-col:last-child{
    max-height: 400px;
    overflow-y: scroll;
}



.img-col:last-child::-webkit-scrollbar{
  width: 5px;
}
*/

.img-upload-status-holder {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0 5px 0 0;
}
.img-upload-status-holder span.file-type {
  float: left;
  border-radius: 50%;
  margin: 0 10px 0 0;
  background: #d6eef9;
  border: 1px solid #2f80ec;
  padding: 10px;
  color: #2f80ec;
  font-size: 90%;
}

.img-upload-status-holder span.file-name {
  font-weight: 400;
  width: 100%;
  font-size: 90%;
  float: left;
  word-break: break-all;
}

.img-upload-status-holder div.percentage-holder {
  width: 80%;
  height: 5px;
  background: #f1f1f1;
  margin: 10px 0;
  float: left;
}

.img-upload-status-holder div.percentage-holder div {
  position: relative;
  background: #2f80ec;
  height: 100%;
  width: 0%;
}

.img-upload-status-holder div.percentage-holder div span.per {
  position: absolute;
  top: -30px;
  right: -10px;
  padding: 2px 5px;
  background: #5a5252;
  font-size: 80%;
  border-radius: 3px;
  color: #fff;
}
.img-upload-status-holder div.percentage-holder div span.per::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  border-width: 4px;
  border-style: solid;
  border-color: #5a5252 transparent transparent transparent;
}

.img-upload-status-holder div.status {
  float: right;
  color: #ccc;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.img-upload-error {
  color: red !important;
}

.image-grid {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image-grid label.grid-item div.set-default {
  display: none;
  position: absolute;
  bottom: -18px;
  text-align: center;
  width: 100%;
}

.image-grid label.grid-item:hover div.set-default {
  display: block;
}

.image-grid label.grid-item {
  flex-basis: 33.3333333333%;
  position: relative;
  justify-items: space-between;
}
.image-grid label.grid-item .iris {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  clip-path: circle(48% at 50% 50%);
  -webkit-clip-path: circle(48% at 50% 50%);
  overflow: hidden;
}
.image-grid label.grid-item .iris .image-block {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  transition: transform 0.1s ease-in;
}
.image-grid label.grid-item:after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.image-grid label.grid-item:hover {
  cursor: pointer;
  z-index: 1;
}
.image-grid label.grid-item:hover .iris {
  /*clip-path: circle(100% at 50% 50%);
  -webkit-clip-path: circle(100% at 50% 50%);
  transition: clip-path 0.5s ease-out;*/
}
.image-grid label.grid-item:hover .iris .image-block {
  transform: scale(1.1);
}
.image-grid input[type="checkbox"] {
  display: none;
}
.image-grid input[type="checkbox"]:checked + label.grid-item {
  cursor: arrow;
  position: fixed;
  z-index: 1;
  top: 2em;
  bottom: 2em;
  left: 2em;
  right: 2em;
}
.image-grid input[type="checkbox"]:checked + label.grid-item .image-block {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.image-grid input[type="checkbox"]:checked + label.grid-item:before {
  content: "×";
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-align: right;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-right: 0.5em;
  background: rgba(0, 0, 0, 0.9);
}
.image-grid input[type="checkbox"]:checked + label.grid-item .iris {
  clip-path: none;
  -webkit-clip-path: none;
}
.image-grid input[type="checkbox"]:checked + label.grid-item:hover .image-block {
  transform: scale(1);
  cursor: default;
}

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card__wrap--outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.card__wrap--inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/*Card Styling*/

.card {
}

.card .img-holder {
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.card .info-holder {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  font-size: 90%;
}
.card .info-holder div.info-sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 3px 0;
}
.card .info-holder div.info-sub a.external-part-link {
  background: url("../img/external-link.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

.card .info-holder div.info-sub span {
  display: flex;
}

.card .info-holder div.info-sub span:first-child {
  width: 40%;
  font-weight: 600;
  color: rgba(0, 122, 173, 1);
}
.card .info-holder div.info-sub span:last-child {
  width: 60%;
  color: #696c74;
}

.card .info-holder div.info-sub div.applicableModelsHolder {
}

.card .info-holder div.info-sub div.applicableModels {
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 80%;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.card .info-holder div.info-sub div.applicableModels em.appModelSpan {
  padding: 2px 5px;
  border-radius: 3px;
  margin: 1px 0;
  background: #f3f5f5;
  color: #2f3238;
  line-height: 15px;
  font-weight: bold;
}
.view-more-applicable-holder {
  position: relative;
  margin: 5px 0;
  display: block !important;
  width: 0 !important;
}
.view-more-applicable {
  cursor: pointer;
  font-size: 150%;
  font-weight: 100 !important;
}

.view-more-applicable + div {
  position: absolute;
  background: var(--heading-color);
  padding: 5px;
  bottom: 25px;
  width: 250px;
  z-index: 1;
  left: -100px;
  min-height: 100px;
  display: none;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1.2rem rgb(0 0 0 / 20%);
}

.view-more-applicable + div strong {
  display: inline !important;
  font-size: 80%;
  margin: 2px;
  padding: 2px;
  float: left;
  background: #f3f3f3;
  color: #000;
  border-radius: 2px;
  font-weight: bold;
}

.view-more-applicable + div:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: solid 5px var(--heading-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}

.view-more-applicable:hover + div {
  display: block;
}

.card__wrap--inner {
  padding: 10px;
}

#pick_list tbody tr:nth-child(odd) td {
  background: rgba(179, 193, 210, 0.05);
}
#pick_list {
  margin: 0;
}

.copiedTd {
  background: #cadfb4 !important;
  color: #555;
}

.excel-export {
  position: fixed;
  left: 5px;
  top: 5px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  z-index: 200;
}
.excel-export img {
  margin: 0;
  vertical-align: middle;
}

#print-btn {
  position: fixed;
  top: 70px;
  left: 5px;
  background: url(../img/print-icon.png) no-repeat center center;
  border: none;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  z-index: 200;
}

@media print {
  * {
    background: #fff;
    color: #000;
  }

  .alt-table {
    width: 100%;
    font-size: 80%;
  }

  .excel-export,
  #print-btn {
    display: none;
  }
}

.partNumberRemarks {
  margin: 10px 0;
  border-top: 1px solid #f1f1f1;
  padding: 5px 0;
}

.partNumberRemarks h4 {
  margin: 0 0 5px 0;
}

.partNumberRemarks div.remark {
  font-size: 85%;
  margin: 2px 0;
}

.part-stats-holder {
  display: flex;
  margin: 10px 0;
  justify-content: space-evenly;
}

.part-stats-holder i {
  font-weight: 100;
}

.part-stats-holder .stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-stats-holder .stat-card strong.stat-count {
  font-weight: bold;
  font-size: 120%;
}
.part-stats-holder .stat-card span.stat-name {
  text-transform: uppercase;
  font-size: 70%;
  font-weight: 500;
}

/* Pagination Styles */
.pagination {
  text-align: center;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .material-icons-outlined {
  padding: 3px;
  font-weight: 500;
}

.pagination p {
  font-size: 90%;
  margin: 0;
  color: #c3c3c3;
}

.pagination a {
  color: #999;
  border: 0;
  outline: 0;
  font-weight: 600;
}
.pagination a,
.pagination strong {
  display: inline-block;
  margin-right: 5px;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 3px;
}
.pagination a:hover {
  background-color: #3699fa;
  color: #fff;
}
.pagination a:active {
  background: #3699fa;
}
.pagination strong {
  font-weight: 500;
  color: #fff;
  background-color: #3699fa;
}

/* End Pagination Styles */

.search-lists {
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  background: #f7f7f7;
  float: right;
  min-width: 300px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
}
.search-lists:focus {
  border: 1px solid #ccc;
}

@media (width >= 1300px) {
  .page-content-wrapper {
    /* padding: 1.5rem 2.5rem calc(90px + 1.5rem); */

    width: 100%;
    margin: 5px auto !important;
  }
}


.copy-frame{
  font-weight: 600;

  &:hover{
    font-weight: 700;
    text-decoration: underline;
  }
}



/* ===== Base Button ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 38px;
  padding: 0 14px;

  border-radius: 999px;
  border: 1px solid transparent;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;

  text-decoration: none;
  cursor: pointer;

  white-space: nowrap;
  user-select: none;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition: 0.16s ease;
}

/* icon inside */
.btn i,
.btn .add-btn {
  font-size: 18px;
}

/* hover */
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
  filter: brightness(0.95);
}

/* active */
.btn:active {
  transform: translateY(0);
}

/* focus */
.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(37, 99, 235, 0.2),
    0 8px 18px rgba(15, 23, 42, 0.08);
}


/* ===== Variants ===== */

/* Primary (blue) */
.btn-primary {
  background: #2563eb;
  color: #fff;
  border-color: #1d4ed8;
}

/* Success (green) */
.btn-success {
  background: #16a34a;
  color: #fff;
  border-color: #15803d;
}

/* Danger (red) */
.btn-danger {
  background: #dc2626;
  color: #fff;
  border-color: #b91c1c;
}

/* Soft / subtle */
.btn-soft {
  background: #f3f6fb;
  color: #2f5fbf;
  border-color: #d6e4ff;
  box-shadow: none;
}

.btn-soft:hover {
  background: #e9f1ff;
  filter: none;
}
