body,h1,h2,h3,h4,h5,h6,p,a,div,button,input,textarea,select,option,th,td,label,span {
   font-family: "Montserrat", sans-serif !important; 
}
.reward_circle_box {
    display: flex;
    justify-content: space-around;
    gap: 5px;
}

  @keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 6rem;
  --fg: #0eb325;
  --bg: #def;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: #000;
}
.reward_circle_box p {
    text-align: center;
    margin-top: 8px;
}
div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}
button.btn.btn-light.btn-block:hover {
    background: #f8f8f8;
    color: #000;
}
.nav-tabs.nav-tabs-primary.top-icon a.nav-link.active {
    background: #00000 !important;
}
.brand-logo {
    background: #fff;
}
img.logo_img {
    width: 100%;
}
.back_white {
    background: #d9d9d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.head_text {
    text-align: right;
}
.head_text h5 {
    color: #fff;
}
.leg_box h6 {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 15px;
}
.btn-info:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
img.index_img {
    max-width: 100px;
    height: 70px;
}
.activeInd {
    text-align: center;
    margin-bottom: 20px;
}
.userIcon {
    text-align: center;
    margin-bottom: 20px;
}
i.fa.fa-eye:hover {
    cursor: pointer;
}
i.img-circle {
    font-size: 40px;
}
li.dropdown-item.user-details .media {
    align-items: start;
    gap: 10px;
}
a:hover {
    cursor: pointer;
}
.userIcon i {
    font-size: 30px;
    background: #00000;
    padding: 11px 13px;
    border-radius: 100%;
}
.copy_link {
    text-align: center;
    padding-top: 20px;
}
.copy_link i {
    color: #fff;
    background: #7934f3;
    padding: 8px;
    border-radius: 100%;
}
input#copyInput {
    width: 0;
    height: 0;
    background: transparent;
    color: transparent;
    border: none;
}
i.user_icon {
    font-size: 50px;
    color: #fff;
}
.modal-body {
    color: #000;
}
h4.modal-title {
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
}
.content-wrapper{
    height: 100%;
}
footer.footer {
    /*background: #d7d7d7;*/
        background: #00000;
}
footer.footer .text-center {
    color: #000;
}
.card_content label {
    min-width: 100px;
}
span.mob_closer i:hover {
    opacity: .8;
}
span.text-danger p {
    font-size: 12px;
    color: #cb0101;
}
.alert-danger {
    font-size: 12px;
    padding: 10px;
}
.scanner_box {
    text-align: center;
    padding-top: 30px;
}
.payment_box {
    margin-top: 30px;
    background: #ffffff26;
    border-radius: 6px;
    padding: 15px;
}
input[type="file"] {
    font-size: 14px;
}
.scanner_box h5 span {
    border-bottom: 2px solid #fbbe18;
}
.card_set{
    
    display: flex;
    gap: 20px;
}

.dropdown_set{
    
    display: flex;
    align-items: center;
}
.radio_box input {
    width: 18px;
}
.form-group.radio_box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-group.radio_box label {
    margin-bottom: 0;
}
.radio_box input:focus {
    box-shadow: none;
}
.filter_sets{
    display: flex;
    align-items: center;
}
span.mob_closer i {
    z-index: 9999;
    color: #000 !important;
    opacity: 1;
    background: white;
    padding: 7px 9px;
    border-radius: 100%;
}

@media (min-width:1024px){
    span.mob_closer {
        display: none;
    }
}
@media (max-width: 1350px){
    div[role="progressbar"] {
      --size: 5rem;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    div[role="progressbar"] {
      --size: 4rem;
    }
}
@media (max-width: 767px){
    a.navbar-brand img {
         max-width: 100%; 
    }
}

