.bg-light {
  background-color: #f6f7fc !important;
}
#deviceimg {
  max-width: 130px;
}
.device-id {
  font-size: 0.9rem;
  font-weight: 500;
}
/* .nice-select {
  height: 32px !important;
  line-height: 30px !important;
  width: 100%;
} */
.select2-selection {
  height: 42px !important;
  font-size: 0.9rem;
  border-color: #e8e8e8 !important;
  padding: 6px;
}
.select2-selection__arrow {
  height: 42px !important;
  right: 7px !important;
}
.payment-icons > img {
  height: 20px;
}
.saudi-made > img {
  height: 30px;
}
.btn-custom {
  color: #fff;
  background-color: #f1a943;
  border-color: #f1a943;
}
.countdown {
  text-transform: uppercase;
  font-weight: bold;
}
.countdown span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  margin-left: 0.8rem;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.8);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
ol {
  list-style-position: outside;
  padding-left: 1.5rem;
  position: relative;
  text-align: justify;
}