:root {
    --green: #93f859;
    --red: #db1215;
}

pre{
  margin: 15px 0;
  padding: 10px;
  white-space: wrap;  
  background-color: #eee !important;
  border: 1px solid #000;
}

ul.styled li{
  line-height: 1.5;
  list-style: inside;
}


ol {
  list-style-type: none; 
  counter-reset: num;
  margin: 0 0 0 45px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
ol li {
  position: relative; 
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
ol li:before {
  content: counter(num); 
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ef6780;
}


.table th, .table td {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) td{background-color: rgba(0, 0, 0, 0.05); }
tr:hover td { background-color: #ddd; }

.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #83b735;/*#04AA6D;*/
  /*background-color: rgb(161, 161, 161);*/
  color: white;
  font-weight: bold;
}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100{ width: 100%; }

.table-center{ 
  margin-left: auto;
  margin-right: auto;
}
.center{ text-align: center; }
.left{ text-align: left; 
justify-content: left;
align-items: left;
}


.mt-0{ margin-top: 0; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }

.mb-0{ margin-bottom: 0; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 40px; }

.ml-0{ margin-left: 0; }
.ml-10{ margin-left: 10px; }
.ml-20{ margin-left: 20px; }
.ml-30{ margin-left: 30px; }
.ml-40{ margin-left: 40px; }

.mr-0{ margin-right: 0; }
.mr-10{ margin-right: 10px; }
.mr-20{ margin-right: 20px; }
.mr-30{ margin-right: 30px; }
.mr-40{ margin-right: 40px; }

.pl-0 { padding-left: 0;  }
.pl-10 { padding-left: 10px;  }
.pl-20 { padding-left: 20px;  }
.pl-30 { padding-left: 30px;  }
.pl-40 { padding-left: 40px;  }

.pb-0 { padding-bottom: 0;  }
.pb-10 { padding-bottom: 10px;  }
.pb-20 { padding-bottom: 20px;  }
.pb-30 { padding-bottom: 30px;  }
.pb-40 { padding-bottom: 40px;  }



.tf-progress-bar .green span{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0a9a2c;
    border-radius: 3px;
}

.green{ color: #0a9a2c;  }
.bg-yellow{ background-color: #D1D100;  }
.bg-green{ background-color: #0a9a2c;  }
.bg-grey{ background-color: #909090;  }
.bg_primary1 {
    background-color: var(--primary) !important;
}

.color-grey { color: var(--text-2); }


.icon-rounded {
    width: 16px;
    height: 16px;
    background-color: #83b735;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1150px) {
    .card-product .size-list {
        height: 60px;
    }
}

.size-list {
    background-color: rgba(0, 0, 0, 0.3);
    gap: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.4s ease 0.1s;
}

.size-list span {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: rgb(242, 242, 242);
}


.top-bar-text .tf-btn {
  color: var(--red);
}

a .top-bar-text .tf-btn {
  color: var(--red);
}