 
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Inter", sans-serif;
  }
  #message{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
   
    
    background-image: url("https://buycanadianapp.ca/wp-content/uploads/2025/04/yes.png");
     background-repeat: no-repeat;
     background-size: contain;
    display: none;
      
      
  }
  .senex-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .senex-form-wrapper {
    margin: 0 auto;
    width: 100%;
    background: #c9eef7;
    padding: 10px;
  }

  .senex-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }
  .senex-input-flex > div {
    width: 50%;
  }

  .senex-input-radio-wrapper {
    margin-bottom: 28px;
  }
  .senex-radio-flex {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .senex-radio-label {
    font-size: 14px;
    line-height: 24px;
    color: #07074D;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .senex-input-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;

  }
  .senex-radio-checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 1px solid #DDE3EC;
    border-radius: 50%;
  }
  .senex-radio-label .senex-input-radio:checked ~ .senex-radio-checkmark {
    background-color: #6A64F1;
  }
  .senex-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .senex-radio-label .senex-input-radio:checked ~ .senex-radio-checkmark:after {
    display: block;
  }

input[type=radio] {
    border: 0px;
    width: 1.5em;
    height: 1.5em;
}

.senex-radio-text {
   
    
}

  .senex-radio-label .senex-radio-checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
  }

  .senex-form-input {
    width: 100%;
    padding: 13px 22px;
    border-radius: 10px !important;
    border: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #07074D;
    outline: none;
    resize: none;
  }
  .senex-form-input::placeholder {
    color: #536387;
    
  }
  .senex-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .senex-form-label {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .senex-btn {
    text-align: center;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #6A64F1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .senex-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
.senex-heading {
     margin-top: 15px;
     font-size: 20px;
     font-weight: 700;
}
.senex-input-check{
    margin-left: 20px;
    margin-top: 15px;
}
input[type='checkbox'] {
   
    width:24px;
    height:23px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}
.canuckScale {
   
    
}
.canuckContainer {
     margin-left: 20px;
     border: 1px solid;
    padding: 15px;
    border-radius: 10px;
}
li.canuck-scale {
  display:inline;
  
}
.canuckHeader{
     font-size: 20px;
     display: inline;
    
}

.productsTable{
    
    text-align: left;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  
}
.productsTable thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    
}

.productsTable tbody tr {
    border-bottom: 1px solid #dddddd;
     height: 34px !important;
}

.productsTable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.productsTable tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.productsTable tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


.productsTable td, th {
    padding: 5px !important;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
     overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}

.productsTable button {
    padding: 3px !important;
    background: #f3f3f3;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    margin-right: 10px;
}

#productEdit {
    display: none;
}

.readOnlyText{
    color: #999;
}
#productsDiv {
     background-color: #f3f3f3;
    
}
#productEdit {
    padding: 10px;
     background-color: #f3f3f3;
    
}
#save-product{
    width: 50%;
    background-color: #777;
}
#cancel-product{
    width: 50%;
    background-color: #777;
    
    
}