
/*# sourceMappingURL=custom.min.css.map */
:root, [data-bs-theme=light] 
{
    --vz-primary:#151529;
    --vz-success:#00db96;
    --vz-heading-color:#363d45;
    --bs-primary-rgb: 99, 61, 254;
    --bs-link-light: #151529;
    --bs-border-color: #eee;
}
[data-theme=default][data-sidebar=dark] {
    --vz-vertical-menu-bg: var(--vz-primary);

}

[data-bs-theme=dark][data-sidebar=dark] {
    --vz-vertical-menu-bg: #212529;
}
[data-bs-theme=dark] {
    color-scheme: dark;
    --vz-body-color: #ced4da;
    --vz-body-color-rgb: 206,212,218;
    --vz-body-bg: #1a1d21;
    --vz-body-bg-rgb: 26,29,33;
    --vz-emphasis-color: #fff;
    --vz-emphasis-color-rgb: 255,255,255;
    --vz-secondary-color: #878a99;
    --vz-secondary-color-rgb: 135,138,153;
    --vz-secondary-bg: #212529;
    --vz-secondary-bg-rgb: 33,37,41;
    --vz-tertiary-color: rgba(206, 212, 218, 0.75);
    --vz-tertiary-color-rgb: 206,212,218;
    --vz-tertiary-bg: #2a2d31;
    --vz-tertiary-bg-rgb: 42,45,49;
    --vz-primary-text-emphasis: #6674a1;
    --vz-secondary-text-emphasis: #5d92f4;
    --vz-success-text-emphasis: #3bc2b0;
    --vz-info-text-emphasis: #54b0e2;
    --vz-warning-text-emphasis: #f9c66f;
    --vz-danger-text-emphasis: #f3846d;
    --vz-light-text-emphasis: #535659;
    --vz-dark-text-emphasis: #5f6164;
    --vz-primary-bg-subtle: rgba(64, 81, 137, 0.15);
    --vz-secondary-bg-subtle: rgba(53, 119, 241, 0.15);
    --vz-success-bg-subtle: rgba(10, 179, 156, 0.15);
    --vz-info-bg-subtle: rgba(41, 156, 219, 0.15);
    --vz-warning-bg-subtle: rgba(247, 184, 75, 0.15);
    --vz-danger-bg-subtle: rgba(240, 101, 72, 0.15);
    --vz-light-bg-subtle: #25282c;
    --vz-dark-bg-subtle: #313437;
    --vz-primary-border-subtle: #2a3559;
    --vz-secondary-border-subtle: #1b3c79;
    --vz-success-border-subtle: #055a4e;
    --vz-info-border-subtle: #154e6e;
    --vz-warning-border-subtle: #7c5c26;
    --vz-danger-border-subtle: #783324;
    --vz-light-border-subtle: #35383c;
    --vz-dark-border-subtle: #3c3f42;
    --vz-heading-color: #ced4da;
    --vz-link-color: #d9dce7;
    --vz-link-hover-color: #e1e3ec;
    --vz-link-color-rgb: 217,220,231;
    --vz-link-hover-color-rgb: 225,227,236;
    --vz-code-color: #f672a7;
    --vz-highlight-color: #dee2e6;
    --vz-highlight-bg: #664d03;
    --vz-border-color: #32383e;
    --vz-border-color-translucent: #32383e;
    --vz-form-valid-color: #3bc2b0;
    --vz-form-valid-border-color: #3bc2b0;
    --vz-form-invalid-color: #f3846d;
    --vz-form-invalid-border-color: #f3846d;
    --bs-link-light: #dbdbdb;
     --bs-border-color: #2d3237;
}


.avatar-sm {
    height: 35px;
    width: 35px;
}

.alert {
    --vz-alert-padding-y: 0.3rem;
}

.auth-one-bg {
    background-image: url(../images/auth-one-bg.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.badge.badge-lg {
    font-size: 16px;
}

.badge.badge-md {
    font-size: 12px;
}

.tof-txt {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
}
.link-copy {color:var(--bs-link-light)}

.table-sm>:not(caption)>*>* {
    padding: .5rem .25rem;
}

/*// New Style */

.border-right-solid {
    border-right: 1px solid var(--bs-border-color);
}
.border-bottom-solid {
    border-bottom: 1px solid var(--bs-border-color);
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.progress-wrap {
    height: 130px;
    margin: 15px 0 0;
    position: relative;
}
.progress-inr{
    position: absolute;
    margin: 0 auto;
    width: 240px;
    left:50%;
    margin-left: -120px;
    text-align: center;
  }
  .progress-inr .barOverflow{ /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 240px;
    height: 120px; /* Half circle (overflow) */
   /* bring the numbers up */
  }
  .progress-inr .bar{
    position: absolute;
    top: 0; left: 0;
    width: 240px;
    height: 240px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eee;     /* half gray, */
    border-bottom-color: #06b49c;  /* half azure */
    border-right-color: #06b49c;
  }

  .progress-inr span {
    display: none;
   }

   .progress-inr.progress-second {
        top: 10px;
        width: 220px;
        margin-left: -110px;
   }
   .progress-inr.progress-second .barOverflow {     
        width: 220px;
        height: 110px;
    }

   .progress-inr.progress-second .bar {
        width: 220px;
        height: 220px;
        border-bottom-color: #f6b84b;  /* half azure */
        border-right-color: #f6b84b;
   }

   .progress-inr.progress-third {
        top: 20px;
        width: 200px;
        margin-left: -100px;
   }

   .progress-inr.progress-third .barOverflow {     
    width: 200px;
    height: 100px;
    }

    .progress-inr.progress-third .bar {
        width: 200px;
        height: 200px;
    }

   .progress-inr.progress-four {
        top: 30px;
        width: 180px;
        margin-left: -90px;
   }

   .progress-inr.progress-four .barOverflow {     
    width: 180px;
    height: 90px;
    }

    .progress-inr.progress-four .bar {
        width: 180px;
        height: 180px;
    }


    /* Card UI */

    .text-bg-primary {
        color: #fff !important;
        background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    }

    .text-bg-warning {
        color: #fff !important;
        background-color: rgb(255 166 35) !important;
    }

    .custom-card .card-header {
        background: none;
    }

    .custom-card  .card-title { 
        font-size: 18px;
        color:#fff
    }

    .icon-light .primary {
        stroke: #fff;
    }

    .custom-card.text-bg-success{
        background-color: rgb(10 179 89) !important;
    }

    .custom-card-one {
        border-radius: 24px;
        padding: 0;
    }

    .custom-card-one .card-body {
        padding: 20px;
    }

    .custom-card-once .avatar-title .icon-md{
        font-size: 35px;
        height: 35px;
        width: 35px;
    }
    .custom-card-one   .avatar-title,
    .custom-card-two .avatar-title {
        padding: 20px;
        border-radius: 20px !important;
    }

    .custom-card-two {
        border-radius: 24px;
        padding: 0;
        height: 100%;
        margin-bottom: 0;
    }
    .custom-card-two .avatar-title .icon-md{
        font-size: 40px;
        height: 40px;
        width: 40px;
    }
    .custom-card-two .card-body {
        padding: 10px;
    }

    .custom-card-two .card-body h3 {
        font-size:16px ;
        margin-top:15px;
    }
    .card-outer {
        gap: 5px;
    }
    .card-wrap {height: 100%;}

    .custom-card-two  .avatar-lg{
        width: 100%;
        height: 5rem;
    }

    .control-sm-txt {font-size: 10px;}


    @media (max-width:767px) {
        .border-right-solid {border:none}
        .scanner-wrap.text-center {
            padding-top: 20px;
            border-top: 1px solid #eeee;
            margin-top: 20px;
        }
    }