@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
        /* max-width: 1600px; */
    }
}

#kt_drawer_menu_button {
    background: linear-gradient(180deg, #854BFF 0%, #5C23D2 100%);
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
}

.app-layout-builder-toggle {
    left: 40px;
}

#kt_drawer_menu {
    padding: 15px;
}

#kt_drawer_menu_button {
    background: linear-gradient(180deg, #854BFF 0%, #5C23D2 100%);
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
}

.svg-icon.svg-icon-primary {
    color: var(--bs-text-primary) !important;
}

.svg-icon.svg-icon-primary svg path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: var(--bs-text-primary) !important;
}

.btn-block:hover .svg-icon.svg-icon-primary svg path,
.btn-block:active .svg-icon.svg-icon-primary svg path,
.btn-block:focus .svg-icon.svg-icon-primary svg path,
.btn-block:hover .svg-icon.svg-icon-primary svg rect,
.btn-block:active .svg-icon.svg-icon-primary svg rect,
.btn-block:focus .svg-icon.svg-icon-primary svg rect {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF !important;
}

.row.gutter-b {
    margin-bottom: 30px;
}

.btn-block {
    display: block;
    width: 100%;
}

.customboxshadow,
.customboxshadow1 {
    border-radius: 0.92rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.15);
    margin-bottom: 15px;
}

.customboxshadow.show {
    padding: 20px 5px;
}

.customboxshadow1.show {
    padding: .5rem;
}

#kt_drawer_menu_button.btn.btn-icon {
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
}

.btn.btn-icon {
    height: calc(1em + 1.5rem + 1px);
    width: calc(1em + 1.5rem + 1px);
}

.btn.pulse .badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 9px;
}

.msg-header {
    padding: 0.5rem 1rem;
    color: #fff;
    border-bottom: 0px solid #ededed;
    background: var(--bs-primary);
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.header-message-list {
    position: relative;
    height: auto;
}

.header-message-list .dropdown-item {
    padding: 1rem 1rem;
    border-bottom: 1px solid #ededed;
}

.msg-header .msg-header-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

.msg-header .msg-header-subtitle {
    font-size: 13px;
    margin-bottom: 0;
}

.msg-name {
    font-size: 14px;
    margin-bottom: 0;
}

.msg-info {
    font-size: 13px;
    margin-bottom: 0;
}

.header-message-list a.dropdown-item:hover {
    transition: color .2s ease;
    background-color: var(--bs-menu-link-bg-color-hover);
    color: var(--bs-menu-link-color-hover);
}
.topia_logo {
    height: 15px;
/*     top: -2px; */
    position: relative;
}

@media (min-width: 992px) {
    .cust-navbar {
        display: block;
    }
}
@media (max-width: 991px) {
    .cust-navbar {
        display: none;
    }
}
.cust-navbar:hover,
.cust-navbar.expanded {
    width:275px;
}
.cust-navbar {
    position: fixed;
    /* top: 7%; */
    /* top: var(--bs-app-header-height); */
    top: calc(var(--bs-app-header-height) - 16px);
    left: 0%;
    z-index: 105;

    background:var(--bs-app-header-base-bg-color);
    width:65px;
    margin-right: 0;
    padding-top: 0;
}
.cust-navbar .menu-item .menu-link .menu-icon {
    width: 2.5rem;
    margin-right: 0.5rem;
}
.cust-navbar .menu-item .menu-link .menu-title,
.cust-navbar .menu-item .menu-link .menu-bullet,
.cust-navbar .menu-item .menu-link .menu-arrow {
    display: none;
}
.cust-navbar:hover .menu-item .menu-link .menu-title,
.cust-navbar:hover .menu-item .menu-link .menu-bullet {
    display: block;
}
.cust-navbar:hover .menu-item .menu-link .menu-arrow {
    display: flex;
}
.cust-navbar .menu-item .menu-link {
    color: var(--bs-body-color);
}
.cust-navbar .menu-accordion.show .menu-sub-accordion,
.cust-navbar .menu-accordion .menu-sub-accordion.show {
    margin-left: 20px;
}



/* .menu-accordion > *:first-child {
    transition: color 0.2s ease !important;
    background-color: var(--bs-primary) !important;
    border-radius: 0.75rem !important;
    height: 40px !important;
    margin-top: 1.5px !important;
}
.menu-accordion > *:first-child .menu-title {
    color: var(--bs-white);
}
.menu-accordion > .menu-item:first-child .menu-icon i {
    color: #fff !important; 
} */





.app-sidebar .menu .menu-item .menu-link.active {
    transition: color .2s ease;
/*     background-color: var(--bs-menu-link-bg-color-active); */
	background-color: var(--bs-secondary) !important;
/*     color: var(--bs-primary); */
	color: var(--bs-primary);
    /* margin-right: 5px;
    margin-left: 5px; */
    border-radius: 0.75rem;
    height: 40px;
    margin-top: 1.5px;
}

.app-sidebar .menu .menu-item .menu-link.active .menu-title {
    color: var(--bs-primary);
}
.app-sidebar .menu .menu-item .menu-link.active .menu-arrow:after,
.app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: var(--bs-primary);
}
.menu-rounded .menu-link {
    border-radius: 0;
}

/* jstree */
.jstree-default .jstree-clicked,
.jstree-default .jstree-hovered {
    background: #eee5ff;
}
.jstree-default .jstree-node {
    line-height: 30px;
}
/* jstree */


/* additional css */
.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: .65rem 0.8rem !important;
    transition: none;
    outline: 0 !important;
}


.alphabet-hover-zoom {
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   cursor: pointer;
}

.alphabet-hover-zoom.active {
    background-color: var(--bs-primary);  /* Bootstrap primary */
    color: white;
    font-weight: bold;
    transform: scale(1.2);
    transition: transform 0.2s ease;
  }

.alphabet-hover-zoom:hover {
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.h-35px{
	height:35px !important;
}
.card .card-header{
    min-height: 50px;
    height: 50px;
}
.table.dataTable th {
	color:#99a1b7;
	font-weight:600;
}
.select2-container--bootstrap5 .select2-selection--single{
    height: 35px !important;
}



.signature-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

#signature-preview {
  display: none;
  max-width: 100%;
  height: auto;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  margin-top: 10px;
}

.clear-btn-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  padding: 5px 7px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.clear-btn-icon i {
  font-size: 14px;
  color: #dc3545;
}

input:autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}
