
/*# sourceMappingURL=custom.min.css.map */
:root, [data-bs-theme=light] 
{
    --vz-primary:#2d1362;
    --vz-success:#8642c3;
    --vz-heading-color:#363d45;
    --bs-primary-rgb: 99, 61, 254;
    --bs-link-light: #151529;
    --bs-border-color: #eee;
    --vz-primary-text-emphasis:#5b299f;
    --vz-success-text-emphasis: #7c3fbc;
    --vz-primary-rgb: #e94090;
    --vz-primary-bg-subtle: #fce9f2;
    --vz-secondary-text-emphasis: #2d1362;
    --vz-secondary-bg-subtle: #eae0ff;
    --vz-secondary-rgb: #2d1362;
}
[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;
}

 .card {
     box-shadow:0 0 10px rgba(0, 0, 0, .1)
 }

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

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

.auth-one-bg {
    background-image: url(../images/oxo-login-pic7839.jpg?v=1.2);
    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*/

.alert-primary .text-primary {color:var(--vz-primary-rgb)!important;}
.border-none {border:none !important;}
.border-right-solid {
    border-right: 1px solid var(--bs-border-color);
}
.alert-cust {
    background: #dacef4;
    border-radius: 10px;
    padding: 15px !important;
    color:#222;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
}
.alert-cust h4{
    color:#222;
}
.border-bottom-solid {
    border-bottom: 1px solid var(--bs-border-color);
}

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

#custom-cards .avatar-sm {
    height: 80px;
    width: 80px;
}

#custom-cards .avatar-sm .avatar-title i {
    font-size: 40px;
    color: #fff;
}

#custom-cards .card {
    border-radius: 15px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .08) !important;*/
}




#custom-cards .avatar-sm .avatar-title.text-secondary {
    background: #6037b3 !important;
}
#custom-cards .avatar-sm .avatar-title.text-info {
    background: #2385ba !important;
}

#custom-cards .avatar-sm .avatar-title.text-primary {
    background: #2385ba !important;
}



.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;}

.btn-label .label-icon {
        width: 24px;
}

.table-card div.dataTables_wrapper div.dataTables_filter label {display:inline-block;}

.profile-table td{
    vertical-align:middle;
}

.profile-table .bx {
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: #2d1362;
}
.profile-table .input-group .bx {
    top: 0;
    position:static;
    color:#fff;
    margin-right:0;
}

@media (min-width: 768px) {
    .table-card div.dataTables_wrapper .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
    @media (max-width:767px) {
        .border-right-solid {border:none}
        .scanner-wrap.text-center {
            padding-top: 20px;
            border-top: 1px solid #eeee;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 767.98px) {
    .navbar-brand-box {
        display: block;
    }
     
    :is([data-layout=vertical],[data-layout=semibox]) .navbar-brand-box {
        display: block;
    }
    :is([data-layout=vertical],[data-layout=semibox]) .navbar-brand-box.horizontal-logo {
        display: none;
    }
    
    .logo {
    line-height: 40px;
}
}

#preloader {
    background:#f3f3f9;
}


.loader {
  width: 32px;
  height: 90px;
  display: block;
  margin: 20px auto;
  position: relative;
  border-radius: 50% 50% 0 0;
  border-bottom: 10px solid #2d1362;
  background-color: #FFF;
  background-image: radial-gradient(ellipse at center, #FFF 34%, #2d1362 35%, #2d1362 54%, #FFF 55%), linear-gradient(#2d1362 10px, transparent 0);
  background-size: 28px 28px;
  background-position: center 20px , center 2px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: animloaderBack 1s linear infinite alternate;
}
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 15px #2d1362 inset;
  top: 67px;
}
.loader::after {
  content: '';  
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  background: radial-gradient(ellipse at center, #ffdf00 8%, rgba(249, 62, 0, 0.6) 24%, rgba(0, 0, 0, 0) 100%);
  border-radius: 50% 50% 0;
  background-repeat: no-repeat;
  background-position: -44px -44px;
  background-size: 100px 100px;
  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}

@keyframes animloaderBack {
  0%, 30%, 70% {
    transform: translateY(0px);
  }
  20%, 40%, 100% {
    transform: translateY(-5px);
  }
}

@keyframes animloader {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }
  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}