
.simplePassMeter {
  border: 1px solid #aaa;
  background-color: #f3f3f3;
  color: #666;
  font-size: 1rem;
  padding: 0rem 1rem;
  margin: 0;
  width: 250px;
  justify-content: left;
}

.meterFail {border: 1px solid red;color: red;background: #fdd !important;justify-content: flex-start;display: flex !important;align-items: center;}
.meterFail .simplePassMeterText{color: red;background: url("../../images/sub/sign_x_img.png") 0% 50% no-repeat !important;background-size: 2rem !important;display: block;}
.meterGood {border: 0.1rem solid #2d5aff;color: #0628a1 !important;background: #f0f6ff !important;justify-content: flex-start;display: flex !important;align-items: center;}
.meterGood .simplePassMeterText{color: #0628a1 !important;background: url("../../images/sub/sign_completed_img.png") 0% 50% no-repeat !important;background-size: 2rem !important;display: block;padding: 0rem 0rem 0.5rem 2.3rem !important;}
.meterWarn {border: 0.1rem solid #2d5aff;color: #0628a1 !important;background: #f0f6ff !important;justify-content: flex-start;display: flex !important;align-items: center;}
.meterWarn .simplePassMeterText{color: #a34300 !important;background: url("../../images/sub/sign_meterWarn_img.png") 0% 50% no-repeat !important;background-size: 2rem !important;display: block;padding: 0rem 0rem 0.5rem 2.3rem !important;}
.meterExcel {border: 0.1rem solid #2d5aff;color: #0628a1 !important;background: #e6fff2 !important;justify-content: flex-start;display: flex !important;align-items: center;}
.meterExcel .simplePassMeterText{color: #009329 !important;background: url("../../images/sub/sign_meterExcel_img.png") 0% 50% no-repeat !important;background-size: 2rem !important;display: block;padding: 0rem 0rem 0.5rem 2.3rem !important;}



.meterWarn {border: 1px solid #ff9245;background-color: #fff2e9 !important;}
.meterGood {border: 1px solid #2d5aff;background-color: #dfd;}
.meterExcel {border: 1px solid #aad;background-color: #ddf;}

.simplePassMeterBar { background-color: #ddd; width: 98% !important;}
.meterFail .simplePassMeterProgress  { background-color: #f66; }
.meterWarn .simplePassMeterProgress  { background-color: #ff9245; }
.meterGood .simplePassMeterProgress  {background-color: #2d5aff;}
.meterExcel .simplePassMeterProgress {background-color: #179c5f;}

.simplePassMeter p { margin: 0; }

.simplePassMeterText {/* margin-left: 2px; */}

.simplePassMeter {position: sticky !important;width: 60%;margin-left: 1rem;background: #f0f6ff;border-radius: 0.5rem;min-height: 35px;inset: auto !important;}
.simplePassMeterText {font-size:1.3rem;padding: 0.3rem 0rem 0.3rem 2.3rem !important;font-weight: 500;}
@media (max-width: 650px) {
.simplePassMeter {width: 100%; margin:0rem;}
}