.mini-sidebar .logo-img img{
    /* width: 100px; */
}
body{
    letter-spacing: 0.0125em;
}
.page-title-box{
    display: flex;
    flex-direction: column;
}
.page-title-box .page-title {
font-size: 18px;
margin: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 20px;
}
.page-title-box .page-title-right {
float: right;
margin-top: 20px;
}
.page-title-left{
    float: left;
    margin: 1px 0px 3px 0;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
font-size: 13.5px;
}
.breadcrumb .breadcrumb-item.active a {
color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: rgba(108, 117, 125, 0.75);
content: "\ea61";
font-family: tabler-icons!important;
}  

.btn .icon { font-size: 0.95rem; line-height: inherit; }

.addPage {
margin-left: 0 !important;
}
.addPage  .app-header{
    width: 100% !important;
}
.addPage .container-fluid{
    max-width: 1400px !important;
}
.modal-header .close{
    background: #fceceb;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;

}
.modal-header .close em{
    color: #e85347;
    font-size: 14px;

}
.branch_select {
    padding: 0;
}

.branch_select li {
    list-style-type: none;
    margin: 10px 0;
}

.branch_select li a {
    display: block;
    padding: 6px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #2a3547;
}
.branch_select li a:hover {
    background: #f5f6fa;
    border:1px solid #6576ff;
}
.form-label en{
    color: red;
}
.preview-title-lg{
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #8094ae;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.form-wrap{
    display: flex;
}
.min-textarea{
    height: 2.8em !important;
}
.fileupload .raw.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    transform: translate(-300px, 0) scale(4);
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-new .input-group-addon .btn-file {
    border-radius: 0 4px 4px 0;
}

.fileupload-exists .input-group-addon .btn-file {
    border-radius: 0;
}

.fileupload {
    padding-left: 0;
    margin-bottom: 20px;
}

.fileupload h4 {
    margin: 0 0 10px;
}

.fileupload .fileupload-preview+div {
    display: inline-block;
    margin-left: 10px;
}

.fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
}

.fileupload .thumbnail>img {
    display: block;
    max-height: 100%;
    vertical-align: middle;
    height: 160px;
}

.fileupload .thumbnail.fileupload-small {
    width: 50px;
    height: 50px;
}

.fileupload .thumbnail.fileupload-small.flexible {
    width: auto;
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

.fileupload .thumbnail.fileupload-large {
    width: 90px;
    height: 90px;
    border: 1px solid #ecf0f1;
    /* padding: 2px; */
     border-radius:24%;
}

.fileupload .thumbnail.fileupload-large.flexible {
    width: auto;
    height: auto;
    max-width: 350px;
    max-height: 250px;
}

.fileupload .thumbnail+.btn {
    margin-bottom: 5px;
}

.fileupload .thumbnail+.btn+.btn {
    margin-bottom: 5px;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload .form-control {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}
.table-response{
    overflow-x: auto;
}
/*  */
.blockContainer{
margin-bottom: 15px;
}
.bg-light1{
background: #ffebf3 !important;
}
.bg-light1 em{
color: #ff63a5 !important;
}
.bg-primary1{
background: #e9f2fe;
}
.bg-primary1 em{
color: #559bfb !important;
}
.bg-warning1{
background: #fff3e9 !important;
}
.bg-warning1 em{
color: #ffa353 !important;
}
.bg-success1{
background:#e2f8f1 !important ;
}
.bg-success1 em{
color: #20c997 !important;
}
.bg-gray1{
background: #e5ecf5 !important;
}
.bg-gray1 em{
color: #1f2b3a;
}
.bg-danger1{
background: #fce9e7 !important;
}
.bg-danger1 em{
color: #e85347;
}
.bg-info1{
background: #dff7fb !important;
}
.bg-info1 em{
color: #09c2de;
}
.bg-secondary1{
background: #e4e5e6 !important;
}
.bg-secondary-light{
  background: #F4F5F7 !important;
}
.bg-secondary1 em{
color: #364a63;
}
.bg-purple1{
background: #efecff !important;
}
.bg-purple1 em{
color: #816bff !important;
}
.bg-azure1{
background: #e1edfe !important;
}
.bg-azure1em{
color: #1676fb !important;
}
.blockContainer:hover{
transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.08) inset;

}
.blockContainer p{
font-size: 16px;
color: #6e82a5;
font-weight: 500;
text-transform: capitalize;
}
.iconWrapper{
    /* background: #ffebf3 !important; */
    border-radius: 50% 20% / 10% 40%;
    padding: 10px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    .iconWrapper em{
    font-size: 22px;
    }
    .data-list:not(:first-child) { margin-top: 1.5rem; }

.data-item { position: relative; padding: 1rem 1.25rem; display: flex; align-items: center; }

.data-item .icon { color: #8094ae; text-align: center; height: 32px; vertical-align: middle; }

.data-item:not(:last-child) { border-bottom: 1px solid #e5e9f2; }

.data-item[data-toggle] { cursor: pointer; }

.data-item:hover .data-label { color: #526484; }

.data-item:hover .data-value, .data-item:hover .icon { color: #364a63; }

.data-head { padding: 0.5rem 1.25rem; margin-bottom: 0.25rem; background-color: #ebeef2; border-radius: 4px; }

.data-head.is-plain { margin-bottom: 0; background-color: transparent; }

.data-head.is-plain:first-child { margin-top: 1rem; }

.data-head .title { color: #526484; }

.data-col { flex-grow: 1; }

.data-col span { display: inline-block; transition: color .3s; }

.data-col-end { flex-grow: 0; margin-left: auto; }

.data-label { color: #8094ae; width: 100%; flex-shrink: 0; font-size: 13px; }

.data-value { color: #526484; font-size: 13px; }

.data-more { position: relative; z-index: 4; text-align: center; line-height: 28px; height: 28px; width: 28px; display: inline-block; }

.data-more:before { position: absolute; z-index: -1; height: 20px; width: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); transform-origin: 50% 50%; content: ''; background-color: #e5e9f2; border-radius: 50%; opacity: 0; transition: all .3s; }

.data-item:hover .data-more:before { opacity: 1; height: 40px; width: 40px; }

.data-more.disable:before { display: none; }

.data-list-s2:not(:first-child) { margin-top: 1rem; }

.data-list-s2 .data-item, .data-list-s2 .data-head { padding-left: 0; padding-right: 0; background: transparent; }

.data-list-s2 .data-head { border-bottom: 1px solid #dbdfea; }

.data-list-s2 .data-item:not(:last-child) { border-bottom-color: #dbdfea; }

.data-list-s2 .data-label { color: #526484; }

.data-list-s2 .data-placeholder { color: #8094ae; }
.data-value img{
    width: 120px;
    height: 120px;
}
@media (min-width: 768px) { .data-list:not(:first-child) { margin-top: 2rem; }
  .data-list-s2:not(:first-child) { margin-top: 1.25rem; }
  .data-item { padding: 1.5rem 1.25rem; }
  .data-col { display: flex; align-items: center; }
  .data-col-end { width: 200px; text-align: right; justify-content: flex-end; }
  .data-label:not([class^="w-"]) { width: 50%; }
  .data-labels:not([class^="w-"]) { width: 15% ; }
   }

@media (min-width: 1200px) and (max-width: 1359px) { .card-aside-wrap .data-list .data-col { flex-wrap: wrap; }
  .card-aside-wrap .data-list .data-label { width: 100%; } 
 
}
@media (max-width: 1300px){
    .addPage .container-fluid {
        max-width: 1100px !important;
      }
}

.is-compact .data-item { padding-top: .75rem; padding-bottom: .75rem; }
.nk-block table tbody tr {
    background-color: #fff;
}

.page_loading {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(46, 60, 84, 0.6);
    display: none;
}

.overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loading_image {
    background: rgba(255, 255, 255, 1);
    width: 250px;
    height: 250px;
    position: fixed;
    top: 33%;
    left: 41%;
    z-index: 11;
    border-radius: 20px;
}

.load_img {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
}

.load_img img {
    width: auto;
    overflow: hidden;
    margin: 45px auto 0 auto;
}

.load_text {
    text-align: center;
    margin: 0px 0 18px 0;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    width: 100%;
}

@media (max-width: 748px) {
    .loading_image {
        background: #FFF;
        width: 180px;
        height: 180px;
        position: fixed;
        top: 33%;
        left: 27%;
        z-index: 11;
        border-radius: 10px;
    }

    .load_img img {
        width: 55%;
        overflow: hidden;
        margin: 25px auto 0 auto;
    }

    .load_text {
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}
.content{
    padding: 70px  22px 32px 22px;
}
.nk-content{
    padding:70px 22px 32px 22px;
}
.tableResponsive{
    overflow-x: auto;
    /* visibility: hidden; */
}
.card-inner{
    padding: 1rem;
}
.help_text{
    font-size: 12px;
}
.logoImg{
  width: 100px;
  max-height: 75px;
  height: 75px;
  object-fit: contain;
}
.logo-image{
  object-fit: contain;
}
.profileWrapper{
    width: 90px;
    height: 90px;
    border: 1px solid #ecf0f1;
    border-radius: 24%;
  }
  .profileWrapper2{
    width: 90px;
    height: 90px;
    border: 1px solid #ecf0f1;
    border-radius: 24%;
  }
  img {
    max-width: 100%;
    /* height: auto; */
  }
  .p-image {
    position: absolute;
    bottom: 3px;
    left: 22%;
    color: #666666;
  }
  .p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }
  .upload-button {
  font-size: 1.2em;
  }
  .z-index1{
    z-index: 1;
  }
  .hidden{
    visibility: hidden;
  }
  .error{
    color: red;
    border-color: red !important;
    font-size: 14px;
  }
.selectError{
    display: flex;
    flex-direction: column-reverse;
}
.footer{
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 15px 25px;
    width: calc(100% - 270px);
    width: 100%;
}
/* Message */
.hstack-right .text-block{
    text-align: left;
    background-color: #eceded;
}
.text-block{
    font-size: .875rem;
    padding: 0.5rem;
    display: inline-block;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity));
    border-radius: var(--bs-border-radius-sm);
    width: 100%;
    max-width: 500px;
}
.hstack{
    align-items: start;
}
.uploadedImg img{
    width: 80px;
    max-width: 80px;
    height: 80px;
    margin: 0 5px;
    border-radius: 4px;
}
.imgUploader{
  width: 32px;
  height: 32px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
#upload-img-wrap > .image-preview{
  max-width: 75px;
  max-height: 75px;
  border: 1px solid silver;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 2px;
}

#upload-img-wrap > .image-preview > .remove-icon {
  cursor: pointer;
  color: red;
  font-size: 100px;
}
/* End Message */

.tableResponsive::-webkit-scrollbar {
    width: 3px;
    height: 4px;
  }
  .tableResponsive::-webkit-scrollbar-track {
    background: transparent; 
  }
  .tableResponsive::-webkit-scrollbar-thumb {
    background: transparent; 
  }
  .tableResponsive:hover::-webkit-scrollbar-track {
    background: #ebf1f6; 
  }
  .tableResponsive:hover::-webkit-scrollbar-thumb {
    background: #ebf1f6; 
  }
/* Auto Search */
.custom-scrollBar::-webkit-scrollbar , .mastersettingname::-webkit-scrollbar , .modelnamepart::-webkit-scrollbar {
    width: 3px;
  }
  .custom-scrollBar::-webkit-scrollbar-track , .mastersettingname::-webkit-scrollbar-track , .modelnamepart::-webkit-scrollbar-track{
    background: #f1f1f1; 
  }
  .custom-scrollBar::-webkit-scrollbar-thumb, .mastersettingname::-webkit-scrollbar-thumb , .modelnamepart::-webkit-scrollbar-thumb {
    background: #e1dede; 
  }
.search-input{
    position: relative;
}
.search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 142px;
    overflow-y: auto;
    border: 1px solid #dfe5ef;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
  }
  
  .search-input.active .autocom-box{
    padding: 5px;
    opacity: 1;
    pointer-events: auto;
    
  }
  .search-input.active input{
    border-radius: 4px 4px 0 0;
  }
  .autocom-box .employeeBtn{
    list-style: none;
    padding: 0.375rem 0.75rem;
    display: none;
    cursor: pointer;
    font-size: 13px;
  }
  .autocom-box .employeeBtn:not(:last-child) {
    margin-bottom: 0.125rem;
  }
  .search-input.active .autocom-box .employeeBtn{
    display: block;
  }
  .search-input.active .autocom-box .employeeBtn a{
    width: 100% !important;
  }
  .autocom-box .employeeBtn:hover{
    background: #e5e9f2;
    border-radius: 4px;
  }
/* Close Auto Search */
.badge-dim.bg-success {
color: #1ee0ac;
background-color: #e6fcf6 !important;
border-color: #e6fcf6;
}
.badge-dim.bg-danger {
color: #e85347;
background-color: #fceceb !important;
border-color: #fceceb;
}
.nav-item{
  padding: 0 0.5rem;
}
 .nk-menu-item {
    padding: 1px 0;
  }
  .nk-menu-item:hover > a{
    background: #f5f6fa;
    color: #7f8dff;
  }
  .nk-menu-sub .nk-menu-link {
    padding:0.5rem 1.25rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.25rem;
    color: #526484;
    align-items: center;
    display: flex;
  }
  .nk-menu-sub {
    position: absolute;
    left: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #e5e9f2;
    border-radius: 4px;
    padding: 0.5rem 0;
    transition: opacity 0.4s, margin 0.2s;  
  }
  .nav-link.is-disable {
    cursor: default;
  }
  .nav-link.is-disable:hover, .active > .nav-link.is-disable {
    color: #6e82a5;
  }
  .nav-link.is-disable:hover .count, .active > .nav-link.is-disable .count {
    color: #6e82a5;
  }
  .nav-item.active > .nav-link{
    color: #5d87ff;
  }
  .nav-item.active >  .nav-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #5d87ff;
    border-radius: 3px 3px 0 0;
    opacity: 0;
}
.nav-item.active > .nav-link:before{
opacity: 1;
}
.badge-sm {
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
}
.upload-button:hover {
transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
color: #999;
}
.form-control-wrap{
    position: relative;
}
.form-icon {
justify-content: center;
display: inline-flex;
align-items: center;
width: calc(1rem + 24px);
height: calc(2.125rem + 2px);
}
.form-icon.form-icon-right {
position: absolute;
right: 0px;
left: auto;
}
.form-icon em{
    font-size: 14px;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-link .ti {
    font-size: 0px;
}
.profilePic img{
    width: 120px;
    height: 120px;
}
.border-right{
  border-right: 1px solid #dfe5ef;
}
/* NavTabs */

.nav .nav-link {
    display: inline-flex;
    align-items: center;
  }
  .nav .nav-link .icon + span,
  .nav .nav-link span + .icon {
    margin-left: 0.75rem;
  }
  .nav .nav-link .icon {
    font-size: 1.3em;
  }
  
  .nav-tabs {
    margin: 0;
    font-size: 0.8125rem;
    border-bottom: 1px solid #dbdfea;
  }
  .nav-tabs-s2 {
    border-bottom: none;
    justify-content: center;
  }
  .nav-tabs + .tab-content {
    margin-top: 1.25rem;
  }
  .nav-tabs .nav-item {
    padding-right: 0.25rem;
  }
  .nav-tabs .nav-item:last-child {
    padding-right: 0;
  }
  .nav-tabs .nav-item.active .nav-link {
    color: #6576ff;
  }
  .nav-tabs .nav-link {
    padding: 0.425rem 0.7rem;
    font-weight: 600;
    color: #526484;
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    align-items: center;
    font-size: 18px;
  }
  .border-xl{
    border-radius: 8px;
  }
  .dashCard{
    cursor: pointer;
  }
  .dashCard:hover{
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.08) inset;
  }
  .successActive::after{
    background: #13dfbd !important;
  }
  .warningActive::after{
    background: #ffae1f !important;
  }
  .nav-tabs .nav-link .icon {
    font-size: 1.4em;
  }
  .nav-tabs .nav-link .icon + span {
    margin-left: 0.5rem;
  }
  .nav-tabs .nav-link .badge {
    margin-left: 0.25rem;
  }
  .nav-tabs .nav-link:hover {
    color: #364a63;
  }
  .nav-tabs .nav-link:focus {
    color: #6576ff;
  }
  .nav-tabs .nav-link:before, .nav-tabs .nav-link:after {
    position: absolute;
    content: "";
  }
  .nav-tabs .nav-link:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #6576ff;
    opacity: 0;
  }
  .nav-tabs .nav-link.active {
    color: #6576ff;
    border: none;
    background-color: transparent;
  }
  .nav-tabs .nav-link.active:after {
    opacity: 1;
  }
  
  .nav-sm {
    font-size: 0.8125rem;
  }
  .user-container .user-wrapper{
    display: flex;
    margin-bottom: 15px;
    font-size: 13.5px;
  }
  .imageUp{
    width: 32px;
    height: 32px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
  }
  .imageUploader{
    width: 100px;
    height: 100px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    cursor: pointer;
  }
  .uploaderIcon{
    display: inline-block;
    text-align: center;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 10px;
    line-height: 26px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    
  }
  .uploadIcon{
    display: inline-block;
    text-align: center;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 10px;
    line-height: 26px;
  }
  .box{
    width: 100px;
    padding: 0 10px;
    border: 1px dashed #ddd;
    margin: 0px 5px 0px 0px;
  }
  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    top: 8px;
    width: 80px;
    height: 80px;
  }
  .upload-img-wrap{
    /* width: 100%; */
    display: flex;
    position: relative;

  }
  .upload-img{
    width: 100%;
    display: flex;
    height: 100px;
  }
  .w-fit{
    width: fit-content;
  }
  .img-close{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    top: -17px;
    right: -17px;
    text-align: center;
    line-height: 19px;
    z-index: 9999999;
    cursor: pointer;
  }
  .img-close::after{
    content: "\eb55";
          font-size: 12px;
          color: white;
          font-family: tabler-icons!important;
  }
  .cardTitle{
    max-width: 125px;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
  }
  .cardSubtitle{
    margin-bottom: 2px;
    margin-left: 8px;
    font-size: 13px !important;
  }
  .checkbox-dropdown {
    /* width: 200px; */
    border: 1px solid #dfe5ef;
    padding: 8px 16px;
    position: relative;
    margin: 0 auto;
    user-select: none;
    border-radius: 7px;
    cursor: pointer;
}
.checkbox-dropdown.is-active{
border-color: #6576ff !important;
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.checkbox-dropdown:after {
  content: "\ea5f";
  font-family: tabler-icons!important;
  line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

/* Reverse the CSS arrow when the dropdown is active */
.checkbox-dropdown.is-active:after {
    margin-top: -9px;
}
.checkbox-dropdown-list::-webkit-scrollbar {
  width: 3px;
}
.checkbox-dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.checkbox-dropdown-list::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}
.checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 103%;
    border: inherit;
    border-top: none;
    left: -1px;
    right: -1px; 
    opacity: 0; 
    background-color: #fff;
    transition: opacity 0.4s ease-in-out;
    height: 160px;
    overflow: scroll;
    overflow-x: hidden;
    cursor: pointer;
    pointer-events: none; 
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 99;
}
.is-active .checkbox-dropdown-list {
    opacity: 1;
    pointer-events: auto; 
}

.checkbox-dropdown-list li label {
    display: flex;
    padding: 10px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.checkbox-dropdown-list input{
  margin-right: 5px;
}
.checkbox-dropdown-list li label:hover {
    background-color: #e5e9f2;
    color: #5A6A85;
    cursor: pointer;
}
.checkList::-webkit-scrollbar {
  width: 3px;
}
.checkList::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.checkList::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}
.borderLight{
  border: 1px solid #ebf1f6;
}
.checkList li input{
  margin-right: 5px;
}
.checkList{
  max-height: 190px;
  overflow-x: auto;
  margin-bottom: 0 !important;
}
.checkList label{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
}
.assignTable{
  max-height: 378px;
  overflow: auto;
}
.assignTable::-webkit-scrollbar {
  width: 3px;
}
.assignTable::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.assignTable::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}
@media (min-width: 992px){
#main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebartype=mini-sidebar] .footer {
    width: calc(100% - 87px);
}
}
@media (min-width: 992px){
.footer{
    width: calc(100% - 270px)
}
}
@media (max-width:767.98px){
.footer{
    width: 100%;
}
}
@media (max-width:675px){
  /* .breadcrumb-item + .breadcrumb-item::before{
    display: none;
  }
  .breadcrumb-item + .breadcrumb-item{
    padding-left: 0;
  }
  .page-title-left{
    display: flex;
    flex-direction: column;
  }
  .breadcrumb{
    flex-direction: column;
  } */
  .btn{
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 5px;
    --bs-btn-font-size: 12;
  }
  .btnRight{
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
.content {
    padding: 70px  22px 32px 22px;
}
}
.assetInfo{
  border: 1px solid #c1c8ff;
  padding: 12px;
  border-radius: 8px;
}
.assetInfo .head{
  /* width: 95px; */
  margin-bottom: 8px;
}

.assetInfo .subHead{
  margin-left: 10px;
}
.max-body{
  max-height: 84vh;
    overflow: auto;
}
.timelineBody{
  max-height: 79vh;
  overflow: auto;
}

.hoverImg{
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.hoverQr{
  max-width:75px !important;
}
.hoverQr .iconWrapper{
  width: 25px !important;
  height: 25px !important;
  font-size: 12px !important;
}
.hoverImg .iconWrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 22px;
  padding: 0;
  color: #000000;
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hoverImg a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.hoverImg:hover .iconWrapper,
.hoverImg.hover .iconWrapper {
transform: translate(-50%, -50%) scale(1);
transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hoverImg.hover .qrImg{
  background: #000;
}
.hoverImg .qrImg{
  max-width: 100%;
vertical-align: top;
}
.qrIconContent{
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #0000003d;
  max-width:115px;
  border-radius: 16px;
}
.hoverImg:hover .qrIconContent{
  opacity: 1;
}
.formGroupInputs input.form-control{
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.formGroupAddOn .input-add{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.formGroupAddOn .input-right{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.formGroupInputs .select2-container--default .select2-selection--single, .select2-container{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.fs-20px{
  font-size: 20px;
}
.profile-nav-tabs-item{
  padding: 0.8rem 0;
  margin-bottom: 0;
}
.profile-nav-tabs-item .profile-nav-item{
  padding: 1rem 2rem;
}
.profile-nav-tabs-item li a{
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
}
.profile-nav-tabs-item .profile-nav-item:hover{
  background-color: var(--bs-light-gray);
}
.profile-nav-tabs-item .profile-nav-item.active{
  border-left: 4px solid var(--bs-blue);
  background-color: var(--bs-light-gray);

}
.headline{
  color: var(--bs-blue);
  font-size: 16px;
  border-left: 3px solid var(--bs-blue);
  font-weight: 600;
}
.form-select.error{
  border-color: red !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.assetInfo .qrImg{
  width: 130px;
  height: 130px;
}
.onboarding-step {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #5d87ff;
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 10px;
}

.onboarding-step.active {
  border: 1px solid #5d87ff;
  background: #5d87ff;
  color: #fff;
}

.onboarding-step.current {
  border: 1px solid #08e752;
  background: #08e752;
  color: #fff;
}

.onboarding-border {
  width: 70px;
  height: 2px;
  background: #5d87ff;
  border-radius: 100px;
  margin: -1px;
}
.bg-light-purple{
  background: #d6d3e578;

}
.modelnamepart ul{
  background: #ffff;
  border: 1px solid #e4e9f2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  border-top: 0;

}
.modelnamepart li:hover{
 background-color: #e5e9f2;
}
.modelnamepart li{
  padding: 5px 12px;
}
#asset_name{
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;

}

.mastersettingname , .modelnamepart{
  position: absolute;
    width: 100%;
    z-index: 9;
    max-height: 200px;
    overflow-y: auto;
}

.mastersettingname ul{
  background: #ffff;
  border: 1px solid #e4e9f2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  border-top: 0;

}
.mastersettingname li:hover{
 background-color: #e5e9f2;
}
.mastersettingname li{
  padding: 5px 12px;
}

#brand_name{
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

#edit_brand_name{
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}



.expire-alert-label{
  background-color:#ff4560;
  color:white;
  text-align:center;
  padding:5px;
  position:relative; 
  display:block;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
}
.text-danger-dark{
  color: #dc3545;
}

.textWrapper h2{
  font-size: 1.125rem !important;
  font-weight:700;
}
.textWrapper p{
  margin-bottom: 0;
  font-size: 14px !important;
}

.closeBtn{
    right: 4%;
    top: 4%;
}
.rounded-xxl{
    border-radius: 100%;
}
.closeBtn .btn-hover-dark{
    --bs-btn-color: #2A3547;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #2A3547;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FA896B;
    --bs-btn-hover-border-color: #FA896B;
    --bs-btn-focus-shadow-rgb: 74, 83, 99;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:#FA896B;
    --bs-btn-active-border-color: #FA896B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2A3547;
    --bs-btn-disabled-border-color: #2A3547;
}
.up-demo .footer{
  bottom: 46px;
}
.eyeIcon{
  position: absolute;
  right: 1%;
  top: 27%;
}
.form-add-eye .input-group{
  position: relative;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.padding-xl{
  padding-top: calc(100px + 15px) !important;
}
.w-h-55{
  width: 55px;
  height: 55px;
}
/* #mobile-error , #what_app_mobile-error{
  position: absolute;
  bottom: -50%;
} */
.th{
  font-size: 17px;
}
.text-gray{
  color: #6e82a5;
}
.form-icon-lg {
  height: calc(2.125rem + 6px) !important;
}
.money_symbol{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#qrmodel{
  width: 80%;
  padding-left: 100px;
}

/* Base container for the toggle switch */
.toggle-switch {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}

/* Hide the radio buttons */
.toggle-switch input[type="radio"] {
  display: none;
}

/* Style the labels as toggle options */
.toggle-option {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  border: 2px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}

/* Active/Selected toggle option */
.toggle-switch input[type="radio"]:checked + .toggle-option {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
