@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
#sidebar-menu {
  padding: 12px 8px 0px 8px;
}
#sidebar-menu ul li a {
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 8px;
}
#sidebar-menu ul li a i {
  font-size: 18px;
  min-width: auto;
  padding: 3px 5px;
  border-radius: 3px;
  border: 0.5px solid transparent;
}
#sidebar-menu .has-arrow:after {
  margin-left: auto;
}
#sidebar-menu ul li ul.sub-menu {
  margin: 6px 0px;
  margin-left: 9%;
}
#sidebar-menu ul li ul.sub-menu li {
  border-left: 1px solid #CFCFCF;
}
#sidebar-menu ul li ul.sub-menu li a {
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #404040;
  border-radius: 4px;
  padding: 8px 14px;
  margin-left: 12px;
}
#sidebar-menu ul li ul.sub-menu li a.active {
  background: #3943B7 !important;
  color: #FFFFFF !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #404040;
}
body[data-sidebar="dark"] .mm-active .active {
  color: #3943B7 !important;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
  color: #3943B7 !important;
  background: rgba(0, 78, 246, 0.15);
}
body[data-sidebar="dark"] .mm-active .active i {
  color: #3943B7 !important;
  background: rgba(0, 78, 246, 0.15);
  border-color: #3943B7 !important;
}
body[data-sidebar="dark"] #sidebar-menu ul li a:hover i {
  color: #3943B7 !important;
  background: rgba(0, 78, 246, 0.15);
  border-color: #3943B7 !important;
}

body[data-sidebar="dark"] .mm-active > a {
  color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > a i {
  color: #3943B7 !important;
  background: rgba(0, 78, 246, 0.15);
  border-color: #3943B7 !important;
}

.dataTables_filter { visibility: hidden;}

div.dataTables_wrapper div.dataTables_info {
  padding: 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
  padding: 0;
}
.dataTables_paginate .page-link {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0px 3px !important;
  color: #181C32 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
}
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
}
.cardTable {
  border-radius: 16px 12px;
}
table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.paginationRow {
  padding: 16px 24px;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.5px solid #E8E8E8;
  border-radius: 2px;
  padding: 6px 8px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  width: 44px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z" fill="%23333"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1px center;
  background-size: 10px;
}
.custom-select::-ms-expand {
  display: none;
}

.search-box-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: fit-content;
  background: #FFFFFF;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
}
.search-box-custom input[type="text"] {
  min-width: 268px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  background-color: transparent;
  border: none;
  outline: none;
}
.search-box-custom .search-icon {
  font-size: 10px;
  color: #A9A9A9;
}
.search-box-custom .clear-icon {
  background: #F3F5F5;
  font-size: 10px;
  color: #3F4254;
  padding: 5px 6px;
  border-radius: 100%;
  cursor: pointer;
  display: none;
}
.search-box-custom button {
  max-height: 24px;
  font-family: "Krub", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  padding: 3px 6px 3px 6px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  background: #F6A500;
}
@media (max-width: 991px) {
  .search-box-custom {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 12px;
  }
}

.nav-tabs-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: none;
}
.nav-tabs-custom .nav-item {
  text-align: center;
}
.nav-tabs-custom .nav-item .nav-link {
  min-width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Krub", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  color: #333030;
  background: #FFFFFF;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid #E1E3E6;
}
.nav-tabs-custom .nav-item .nav-link.active {
  color: #FFFFFF;
  background: #F6A500;
  border-color: #F6A500;
  padding: 5px 12px;
}
.nav-tabs-custom .nav-item .nav-link::after {
  background: transparent;
}
.nav-tabs-custom .nav-item .nav-link::after {
  content: none;
}
.badge-verification {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: 10px;
  font-family: "Krub", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
  color: #FFFFFF;
  background: #FF0000;
  padding: 10px 7px;
  border-radius: 10px;
}
#sidebar-menu ul li a span[key="t-Verification"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.date-range {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  min-width: 197px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}
.calendar-icon {
  font-size: 16px;
  color: #181C32;
}
.date-input {
  border: none;
  outline: none;
  width: 100px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  color: #181C32;
}
.date-separator {
  margin: 0 10px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  color: #181C32;
}
@media (max-width: 991px) {
  .date-range {
    width: 100%;
    max-width: 100%;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

.dropdown-custom {
  position: relative;
  display: inline-block;
}
.dropdown-custom-toggle {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #181C32;
}
.dropdown-custom .dots {
  font-size: 16px;
}
.dropdown-custom-menu {
  display: none;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 1;
  background: #FFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.dataTables_scrollBody {
    overflow: auto !important;
    clip-path: none !important;
}
.dataTables_wrapper {
    overflow: visible !important;
}
.dropdown-custom-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.32px;
  color: #181C32;
}
.dropdown-custom-item.danger {
  color: #FD3516;
}
.dropdown-custom-item:hover {
  background-color: #f1f1f1;
}

.page-content-secondary {
  padding: calc(70px + 0px) 0 60px 0;
}
.page-header {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #181C32;
  background: #FFF;
  padding: 24px;
  border-bottom: 1px solid #E8E8E8;
}
.page-header .btn-arrow {
  color: #181C32;
}
.card-custom {
  padding: 16px 32px;
  background: #FFF;
}
.company-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  margin-bottom: 32px;
}
.company-detail .img-company {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  overflow: hidden;
}
.company-detail .img-company img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-detail .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.company-detail .name-company {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Krub", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #181C32;
}
.company-detail .badge-status {
  font-family: "Krub", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #FFF;
  background: gray;
  border-radius: 5px;
  padding: 6px;
}
.company-detail .badge-status.warning {
  color: #F6A500;
  background: rgba(246, 165, 0, 0.15);
}
.company-detail .badge-status.danger {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.15);
}
.company-detail .badge-status.success {
  color: #00982B;
  background: rgba(0, 152, 43, 0.15);
}
.company-detail .badge-status.primary {
  color: #0263D1;
  background: rgba(2, 99, 209, 0.15);
}

.btn-danger2-outline {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #FD3516;
  border-radius: 4px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  background: #FFF;
  color: #FD3516;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-danger2-outline:hover,
.btn-danger2-outline:focus {
  color: #fff;
  background-color: #FD3516;
  border-color: #FD3516;
}
.btn-success2 {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #029E2D;
  border-radius: 4px;
  font-family: "Krub", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  background: #029E2D;
  color: #FFF;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-success2:hover,
.btn-success2:focus {
  color: #029E2D;
  background-color: rgba(2, 158, 45, 0.15);
  border-color: rgba(2, 158, 45, 1);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #FFFFFF;
  opacity: 1;
}
.form-label {
  font-family: "Krub", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  color: #404040;
}
.text-secondary {
  font-family: "Krub", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  color: #404040;
}

.customModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  border-bottom: 1px solid #E8E8E8 !important;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.customModal .modal-header .close {
  padding: 4px 8px;
  border: none;
  border-radius: 100%;
  font-size: 12px;
  color: #3F4254;
  background: #F3F5F5;
}
.customModal .modal-title {
  font-family: "Krub", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.79px;
  text-align: left;
}
.customModal .modal-body {
  padding: 16px 32px;
}
.customModal .modal-footer {
  padding: 16px 32px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #F5F4F7;
}
@media (min-width: 576px) {
  .customModal .modal-dialog {
    max-width: 611px;
  }
}

.btn-light {
  background-color: #FFF;
  border-color: #A4A4A4;
}


.header-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-profile-user {
  width: 18px;
  height: 18px;
}
.header-name {
  font-family: "Krub", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #0E0F0F;
}


.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 15px 6px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
  width: auto;
  left: 65px;
  margin: 2px 0px;
}
.vertical-collpsed .vertical-menu  #sidebar-menu ul li ul.sub-menu li a {
  margin: 0 12px;
}
body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background: #FFF;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
  background: #FFF;
  border-radius: 6px;
}

.empty-table {
  margin: 124px auto;
}
.empty-table .empty-text {
  font-family: "Krub", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #616162;
  margin-top: 32px;
}

.flex-navbar {
  display: flex;
  align-items: center;
}
.header-title {
  padding-left: 24px;
}
.header-title .title {
  font-family: "Krub", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #181C32;
  margin: 0;
}

#table-new_wrapper tr:first-child th:first-child::before,
#table-new_wrapper tr:first-child th:first-child::after,
#table-rejected_wrapper tr:first-child th:first-child::before,
#table-rejected_wrapper tr:first-child th:first-child::after,
#table-active-package_wrapper tr:first-child th:first-child::before,
#table-active-package_wrapper tr:first-child th:first-child::after,
#table-non-active-package_wrapper tr:first-child th:first-child::before,
#table-non-active-package_wrapper tr:first-child th:first-child::after,
#table-account-suspended_wrapper tr:first-child th:first-child::before,
#table-account-suspended_wrapper tr:first-child th:first-child::after,
#table-reminder-package_wrapper tr:first-child th:first-child::before,
#table-reminder-package_wrapper tr:first-child th:first-child::after,
#table-history_wrapper tr:first-child th:first-child::before,
#table-history_wrapper tr:first-child th:first-child::after {
  content: "" !important;
}

.table-bordered th,
.table-bordered td {
  font-family: "Krub", sans-serif !important;
}

.custom-view-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #BFBFBF;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.custom-view-file .file-info {
  flex: 1;
  display: flex;
  align-items: center;
}
.custom-view-file .file-name {
  font-family: "Krub", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.5px;
  text-align: left;
  color: #404040;
  margin: 0;
}
.custom-view-file .file-actions {
  display: flex;
  gap: 10px;
}
.custom-view-file .btn {
  border: none;
  padding: 2px 6px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-family: "Krub", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}
.custom-view-file .btn-download,
.custom-view-file .btn-view {
  background-color: #F6A500;
  color: #FFF;
}
.custom-view-file .btn-download:hover,
.custom-view-file .btn-view:hover {
  background-color: #F6A500;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  background: url('../images/bg_login.png') no-repeat center center fixed;
  background-size: cover;
}
.login-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Make sure children stretch to fill the height */
  width: 100%;
  padding: 33px 35px;
}
.login-right {
  display: flex;
  justify-content: center;
  align-items: start;
}
.login-form {
  background-color: white;
  border-radius: 17px;
  padding: 91px 30px 63px;
  text-align: center;
  max-width: 675px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
}
.login-form .form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.login-logo-left img {
  max-width: 150px;
  margin-bottom: 20px;
}
.login-logo img {
  max-width: 94px;
  margin-bottom: 20px;
}
.login-title {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 59.38px;
  text-align: center;
  color: #262626;
  margin-bottom: 20px;
}
.btn-login {
  outline: 0;
  display: inline-block;
  padding: 16px 24px;
  gap: 14px;
  border-radius: 6px;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #FFF;
  background: #FEB500;
  border: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-login:hover,
.btn-login:focus {
  color: #FFF;
  background-color: #F6A500;
  border-color: #F6A500;
}
.auth-custom-input .form-control {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #262626;
  background: #F5F7FC;
  border-color: transparent;
}
.auth-custom-input .form-control::placeholder {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #262626;
}
.auth-custom-input .input-group-text {
  background: #F5F7FC;
  border-color: transparent;
  padding: 12px 14px;
}
@media (max-width: 992px) { /* Tablet */
  .login-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .login-form {
    padding: 50px 20px 40px;
    max-width: 90%;
  }
  .login-logo img {
    max-width: 80px;
  }
}

@media (max-width: 768px) { /* Small Tablet and Large Phones */
  .login-wrapper {
    flex-direction: column;
    padding: 15px;
  }
  .login-form {
    padding: 40px 15px 30px;
    max-width: 100%;
  }
  .login-logo img {
    max-width: 70px;
  }
}

@media (max-width: 576px) { /* Small Phones */
  .login-wrapper {
    flex-direction: column;
    padding: 10px;
  }
  .login-form {
    padding: 30px 10px 20px;
  }
  .login-logo img {
    max-width: 60px;
  }
  .login-container {
    background-size: cover;
  }
}

.label-custom-yellow {
    background-color: #F6A50026 !important;
    color: #F6A500 !important;
    font-weight: 500;
}
.custom_absolute {
    position: absolute;
    bottom: 80px;
    z-index: 4;
    display: none;
    left:50%;
}
.cs-success {
    position: fixed;
    bottom: 80px;
    z-index: 4;
    display: none;
    left:50%;
}
.cs-success-box {
    background: #22BB33;
    color: #fff !important;
    font-weight: 500;
    padding: 6px 15px;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}
.box-input-absolute {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 10px;
}
.info-alert {
    background: #FBC02D1A;
    border: 1px solid #FBC02D;
    padding: 10px;
    color: #000;
}
.btn-primary,.btn-primary:disabled, .btn-primary.disabled,.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle{
    background-color: #3943B7;
    background: #3943B7;
    border-color: #3943B7;
}
.btn-outline-warning {
    border-color: #3943B7;
    color: #3943B7;
}
.form-check-warning .form-check-input:checked {
    background-color: #3943B7;
    border-color: #3943B7;
}
.search-box-custom button {
    background: #3943B7 !important;
}
#btnDownload,#btnInputReference,#btnGenerate,#showFormUpload {
    background-color: #3943B7 !important;
    background: #3943B7 !important;
    border-color: #3943B7 !important;
}
#btnClear {
    background-color: transparent !important;
}
.nav-tabs-custom .nav-item .nav-link.active {
    background: #3943B7 !important;
    border-color: #3943B7 !important;
}
.company-detail .badge-status.primary {
    color: #3943B7 !important;
    font-weight: 500;
}
body[data-sidebar="dark"].vertical-collpsed {
    min-height: auto !important;
}
.swal2-icon.swal2-warning {
    border-color: #3943B7 !important;
    color: #3943B7 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    border-color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active, body[data-sidebar="dark"] .mm-active > i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"].sidebar-enable.vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #3943B7 !important;
}
body[data-sidebar="dark"].sidebar-enable.vertical-collpsed .vertical-menu #sidebar-menu ul.mm-collapse li.mm-active .active {
    color: #fff !important;
}
body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #fff !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5762ee;
    border-color: #5762ee;
}
.btn-download,.btn-view {
    background-color: #3943B7 !important;
}

body[data-sidebar="dark"].vertical-collpsed
.vertical-menu
#sidebar-menu
ul
li.mm-active
.active
i {
    color: #3943B7 !important;
}

body[data-sidebar="dark"] .mm-active {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > a {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > a i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active .active {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active .active i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"].vertical-collpsed
.vertical-menu
#sidebar-menu
> ul
> li:hover
> a
i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > a {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > a i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active > i {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active .active {
    color: #3943B7 !important;
}
body[data-sidebar="dark"] .mm-active .active i {
    color: #3943B7 !important;
}
/*body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {*/
/*    color: #3943B7 !important;*/
/*}*/
body[data-sidebar="dark"].vertical-collpsed
.vertical-menu
#sidebar-menu
> ul
> li:hover
> a {
    background: #fff;
    color: #3943B7 !important;
}
body[data-sidebar="dark"].vertical-collpsed
.vertical-menu
#sidebar-menu
> ul
> li:hover
> a
i {
    color: #3943B7 !important;
}
.border-custom {
    border:1px solid #CDCDCD;
    padding: 10px;
    border-radius: 6px;
}
.border-grey {
    border:1px solid #3943B7;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #3943B7 !important;
}
.btn-primary {
    background-color: #3943B7 !important;
}
.btn-primary:hover {
    background-color: #3595f6 !important;
}
.waves-effect .icon-svg {
    padding: 5px;
    border: 1px solid transparent;
}
.waves-effect svg {
    width: 18px;
    height: 20px;
}
.icon-svg path {
    fill: #6a7187;
}
.waves-effect.mm-active .icon-svg {
    padding: 3px 5px;
    background: rgba(0, 78, 246, 0.15);
    border: 1px solid #3943B7 !important;
    border-radius: 3px;
}

.waves-effect.mm-active .icon-svg path {
    fill: #3943B7;
}
.waves-effect:hover .icon-svg {
    background: rgba(0, 78, 246, 0.15); /* Set background color on hover */
    border: 1px solid #3943B7 !important; /* Set border color on hover */
    border-radius: 3px; /* Add border-radius on hover */
}

.waves-effect:hover .icon-svg path {
    fill: #3943B7; /* Set path fill color on hover */
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a .icon-svg {
    display: block;
    padding: 5px 7px;
    margin-left: 5px;
}
.mm-show li.mm-active .waves-effect .icon-svg {
    background: rgba(0, 78, 246, 0.15); /* Set background color on hover */
    border: 1px solid #3943B7 !important; /* Set border color on hover */
    border-radius: 3px; /* Add border-radius on hover */
}
.mm-show li.mm-active a.waves-effect.active {
    color: #3943B7 !important;
    font-weight: bold;
    /*background: rgba(0, 78, 246, 0.15);*/
}
.bg-fff {
    background: #fff;
}
.bg-grey {
    background: #F5F7FC;
}
