/* CUSTOM LTE */
body {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.brand-text {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dark-mode .content-wrapper,
.dark-mode {
  background-color: #07090e !important;
}
.dark-mode .card {
  background: #1d273e;
}
.content-wrapper {
  background: #f3f4f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
[class*=sidebar-light-] {
  background-color: #efefef;
}
[class*=sidebar-light] .brand-link {
  border-bottom: 1px solid #eeeeee;
}
div.dataTables_wrapper div.dataTables_length label select {
  margin-left: 10px;
  margin-right: 10px;
}
.modal-content {
  border-radius: 8px;
  border: 0;
}
select.form-control {
  padding-left: 9px;
  cursor: pointer;
  font-size: 13px;
}
.dark-mode select.form-control {
    color: #000000;
}
.main-header .navbar-nav .nav-item {
  /* margin-left:2px; */
}
.btn, .form-control {
  font-size: .85rem;
}
.dark-mode .btn-outline-primary {
    border-color: #6f9ed0;
    color: #6f9ed0;
}

.dark-mode .content-header .btn-outline-primary .material-symbols-outlined {
    color: #6f9ed0;
}
.dark-mode .btn-primary {
    background-color: #005ec4;
    border-color: #005ec4;
}
.dark-mode .btn-primary:hover {
    background-color: #258eff;
    border-color: #258eff;
}
.dark-mode .page-item.active .page-link {
    background-color: #005ec4;
    border-color: #005ec4;
    color: #fff;
} 
.nav-sidebar .nav-header {
  font-size: .75rem;
  font-weight: normal;
  letter-spacing: 1px;
  opacity: 0.3;
  color: #ffffff;
}
.nav-link {
  padding: 0.6rem 1rem;
}
.nav-sidebar .nav-treeview a {padding: 0.6rem 1rem 0.6rem 1.8rem;}
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link {
  color: #4b5563;
}
.btn-group-sm>.btn i, .btn-sm i {
  font-size: .8rem;
}
.btn-group-sm>.btn, .btn-sm {
  font-size: 0.75rem;
}
[class*=sidebar-light] .brand-link {
  border-bottom:0;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
  background-color: #dddddd;
  border-radius: 5px;
}
.content-header .material-symbols-outlined,
.modal .btn .material-symbols-outlined{
  margin-left: 3px;
  margin-right: 3px;
  font-size: 26px;
  float: left;
  margin-right: 5px;
  line-height: 1;
  margin-top: 1px;
  color: #0059b9;
}
.dark-mode .content-header .material-symbols-outlined {
    color: #005ec4;
}
.dark-mode .content-header .subtitle {
  color: #ffffff;
}
.modal .btn .material-symbols-outlined, .content-header .btn .material-symbols-outlined {
    color: #ffffff;
    font-size: 17px !important;
}

.filterWrapper .btn .material-symbols-outlined {
    font-size: 17px;
    float: left;
    margin-right: 5px;
}

.content-header .btn-outline-primary .material-symbols-outlined {
    color: #005ec4;
}
.content-header .btn-outline-danger .material-symbols-outlined {
    color: #dc3545;
}
.content-header .btn-outline-danger:hover .material-symbols-outlined,
.content-header .btn-outline-primary:hover .material-symbols-outlined {
    color: #ffffff;
}
.modal .btn .txt,
.content-header .btn .txt {
    line-height: 17px;
}
.content-header .subtitle {
  font-size: 12px;
  color: #9ca3af;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 10px;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 10px;
}
table.dataTable tr td {
  vertical-align: middle;
}
.dataTables_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
body table.dataTable {
  border: 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
body table.dataTable>thead>tr {background: #fafafa;}
body.dark-mode table.dataTable>thead>tr {background: rgba(0,0,0,0.12);}
.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255,255,255,0.075);
}
.dark-mode .table-striped tbody tr:nth-of-type(even) {
    background: rgba(255,255,255,0.03);
}
body table.dataTable>thead>tr>th {
  padding: 1.2rem 0.3rem;
  text-transform: uppercase;
  font-size: 0.72rem;
  border-width: 0px;
  padding-left: 10px;
  color: #4f5562;
  letter-spacing: .5px;
}
.brand-link {
  font-size: 1rem;
  padding: .55rem 0.5rem;
}
div.dataTables_wrapper div.dataTables_info {
  font-size: 11px;
}
.brand-link .brand-image {
  max-height: 55px;
  float: none;
}
.sidebar-collapse .brand-link .brand-image {
  max-height: 28px;
}
body.dark-mode table.dataTable>thead>tr>th {
    color: #ffffff;
}

body.dark-mode table.dataTable>thead>tr>th:last-child {
    border-right-width: 0;
}
.hidden {
  display: none;
}
body table.dataTable>tbody>tr>td {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 0;
    border-right: 0;
    color: rgb(107 114 128);
    font-weight: 500;
    padding: 0.65rem 0.75rem;
}

body.dark-mode  table.dataTable>tbody>tr>td {
    color: #c2c7d0;
    border-top-color: rgba(255,255,255,0.1);
}

body.dark-mode table.dataTable {
    border-color: rgba(255,255,255,0.1);
}
table.table-bordered.dataTable tbody:empty {padding: 10px;display: block;/* width: 100%; */}
table.table-bordered.dataTable tbody:empty:before {
    content: 'Loading, Please Wait...';
    text-align: center;
    width: 98%;
    display: block;
    position: absolute;
    font-size: 12px;
}
table.table-bordered.dataTable tbody:empty:after {
    content: '...';
    text-align: center;
    width: 100%;
    display: block;
    opacity: 0;
}
body table.dataTable>tbody>tr>td .btn {
  line-height: 1;
  padding: 0.2rem 0.3rem;
}
body table.dataTable .btn .material-symbols-outlined {
  font-size: 16px;
  line-height: 1;
}
.dataTables_length {
  float:left;
  margin-bottom: 10px;
}
.dataTables_filter {
  float: right;
  margin-bottom: 10px;
}
.content-header .text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}
.main-header .navbar-nav .nav-item.user-menu a {
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  padding: 8px 12px 10px 9px;
  margin-left: 8px;
}
.dark-mode .main-header .navbar-nav .nav-item.user-menu a {
  border: 1px solid rgba(255,255,255,0.2);
}
.main-header .navbar-nav .nav-item.user-menu>a>span {line-height: 23px;font-weight: bold;}
.main-header .navbar-nav .nav-item.user-menu .no-avatar {float: left;margin-right: 5px;}
.main-header .navbar-nav .nav-item.user-menu .no-avatar>span {
    display: inline-block;
    font-size: 21px;
}
.login-logo a {
  font-size: 23px;
  line-height: 50px;
  display: inline-block;
}
.login-box .card-header, .register-box .card-header {
  padding: 20px 25px 20px 25px;
  text-align: center;
}
.login-card-body, .register-card-body {
  padding: 25px 25px 35px 25px;
}
.login-card-body .input-group-text .material-symbols-outlined {
  font-size: 18px;
  color: #aaaaaa;
}
.card-primary.card-outline {
  border-top:0;
}
.sidebar .nav-item>.nav-link [class*=material-symbols-] {
  font-size: 18px;
  line-height: 1;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
  color: #c4b590;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
      background-color: rgba(255,255,255,.2);
      color: #ffffff;
}
.sidebar .nav-item>.nav-link>p {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, 
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #9c844b;
  color: #ffffff;
}
.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .dark-mode .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #745a1d;
}
.dark-mode [class*=sidebar-dark-] .nav-pills .nav-link.active, .dark-mode [class*=sidebar-dark-] .nav-pills .show>.nav-link {
  background-color: #0062cb;
}
.sidebar-light-primary .nav-sidebar>.nav-item:hover>.nav-link {
  background-color: #0059b9;
  color: #ffffff;
}
.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item.menu-open>.nav-link, .sidebar-dark-primary .nav-sidebar>.nav-item.menu-open>.nav-link {
  background-color: rgba(255,255,255,.1);
  color: #ffffff;
}
.sidebar-light-primary .nav-sidebar>.nav-item:hover.menu-open>.nav-link {
  background-color: #cccccc;
  color: #4b5563;
}
.heading-wrapper {
  display: inline-block;
  width: 100%;
}
.heading-wrapper .heading-text {
  float:left;
}
.heading-wrapper .heading-action {
  float:right;
  margin-top:10px;
}

.heading-wrapper .heading-action>button, .heading-wrapper .heading-action>a {
    margin-left: 2px;
    margin-right: 2px;
}
.content-header {
  padding: 25px 25px 10px 25px;
}
.content-header>div {
    padding-left: 0;
    padding-right: 0;
}
.content-wrapper>.content {
    padding: 0 20px;
}
.content-footer {
  padding: 15px 25px;
  background-color: #ffffff;
  margin-top: 50px;
  color: #838d9f;
  font-size: 12px;
  border-top: 1px solid #eeeeee;
  margin-top: auto;
}
.dark-mode .content-footer {
  background-color: #07090e;
  border-top: 1px solid #242f48;
}
.main-sidebar[class*=sidebar-light-] {
  border-right: 1px solid #dddddd;
}
.main-header .navbar-nav .nav-item.user-menu a:hover,
.main-header>.navbar-nav:first-child .nav-link:hover {
  background-color: #eeeeee;
  border-radius: 5px;
}
.dark-mode .main-header .navbar-nav .nav-item.user-menu a:hover,
.dark-mode .main-header>.navbar-nav:first-child .nav-link:hover {
  background-color: rgba(0,0,0,0.2);
}
.main-header>.navbar-nav .nav-link i {
  color: #6b6b6b;
  margin-top: 3px;
}

.dark-mode .main-header>.navbar-nav .nav-link i {
    color: #c2c7d0;
}
.main-header>.navbar-nav:first-child .nav-link i {
  font-size: 17px;
}
.main-header>.navbar-nav:last-child .nav-link i {
  font-size: 14px;
}
.navbar-nav>.user-menu>.dropdown-menu {
  width: 210px;
  min-width: unset;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
  font-size: 12px;
  text-align: left;
  line-height: 22px;
  border: 0;
  font-weight: bold;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer>a:hover {
  background-color: rgba(0,0,0,0.05) !important;
}

body:not(.dark-mode) .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    background-color: #ffffff;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  padding:5px;
  background-color: #ffffff;
  border: 0;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default .material-symbols-outlined {
    font-size: 16px;
    float: left;
    margin-right: 5px;
    line-height: 22px;
}
.nav-sidebar .nav-link p {
  font-weight: 500;
}
.nav-sidebar .nav-item:not(.menu-is-opening)>.nav-link i.right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-sidebar .nav-item.menu-is-opening>.nav-link i.right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  padding: 0.46875rem 0.75rem;
  height: calc(2.25rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: -2px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  top: 6px;
  line-height: 15px;
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 20px;
  color: #888888;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #333333;
    background-color: #dddddd;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  right: 7px;
}
body .row .col-form-label {
  font-weight: 500;
}
.subText {
  margin-top:30px;
  font-weight: 600;
  font-size: 15px;
}
.modal .modal-dialog {
  width: 600px;
  max-width: 100%;
}
.modal .modal-dialog.w900 {
  width: 900px;
  max-width: 100%;
}

/* .modal .modal-dialog.modal-member {
    width: 800px;
} */
.modal-header .btn-close {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 5px;
}
.modal-header {
  padding: 15px 17px 15px 20px;
}

.dark-mode .modal-footer, .dark-mode .modal-header {
    border-color: #252e45;
}
.modal-body {
  padding: 20px 15px;
}
.modal-footer {
  padding-bottom: 20px;
  padding-right: 15px;
}
.modal-header .modal-title {
  font-weight: bold;
}
.modal-header .btn-close:hover {
    color: rgba(0, 0, 0, 0.88);
}
.dark-mode .modal-header .btn-close {
  color: rgba(255, 255, 255, 0.45);
}
.dark-mode .modal-header .btn-close:hover {
    color: rgba(255, 255, 255, 0.88);
}
.modal-header .btn-close .material-symbols-outlined {
    font-size: 20px;
}
.modal-content {
  box-shadow: none;
}

.dark-mode .modal-content {
    background-color: #121e3c;
}
body .swal2-container .swal2-html-container {
  margin-top: 5px;
  font-size: 15px;
}
body .swal2-container .swal2-title {
  padding-top: 0px;
  font-size: 21px;
}
body div:where(.swal2-container) div:where(.swal2-popup) {
  width: 28em;
}
body div:where(.swal2-icon) .swal2-icon-content {
    font-size: 40px;
}
body .swal2-container .swal2-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}
body .swal2-container .swal2-actions button.swal2-styled {
  padding: 6px 25px;
  font-size: 13px;
}
body .swal2-container .swal2-actions button.swal2-confirm {
  background-color: #005ec4;
}
.form-check-label {
  cursor: pointer;
}
.validateForm label.error {
  color: #ff4d4f;
  font-weight: normal !important;
  font-size: 14px;
}
.validateForm .form-control.error {
  border-color: #ff4d4f;
}
.badge.badge-med {
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 0.6em 0.5em 0.5em 0.5em;
  min-width: 90px;
  border-radius: 20px;
  line-height: 1;
}
.roleTable {
  width: 100%;
}
.roleTable thead tr {
  background-color: rgb(229 231 235);
}
#nprogress,
#nprogress .bar {
  z-index: 99999999;
}
#nprogress .bar {
    height: 3px;
}
.dark-mode .roleTable thead tr {
    background-color: rgba(0,0,0,0.12);
}
.roleTable thead .form-check {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
.roleTable .form-check-label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
.roleTable thead .form-check-label {
  /* display: block; */
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 2px;
}
.roleTable thead th {
  padding: 10px 5px;
}
.roleTable thead th:first-child {
  text-align: left;
}
.roleTable thead th:first-child .form-group {
  text-align: left;
  padding-left: 15px;
}
.roleTable tbody tr td {
  padding: 7px 5px;
  text-align: center;
}
.roleTable tbody tr td .form-group {
    margin-bottom: 0;
}
.roleTable tbody tr td input {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.roleTable tbody tr td:first-child {
  text-align: left;
}
.roleTable thead .form-check-input {
  display: inline-block;
  margin: 0;
  position: relative;
  left: 0;
  cursor: pointer;
}
.roleTable tbody tr {
  border-bottom: 1px solid #dedede;
}
.roleTable tbody tr.parentMenu {
  background-color: #f9fafb;
}
.dark-mode .roleTable tbody tr.parentMenu {
    background-color: rgba(255,255,255,0.075);
    border-color: rgba(255,255,255,0.15);
}
.dark-mode .roleTable tbody tr {
    border-color: rgba(255,255,255,0.15);
}
.roleTable tbody tr.childMenu td:first-child {
    padding-left: 22px;
}
.ms-parent {
  width: 100%;
}
.filterWrapper {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.filterWrapper.notable {
  border-bottom: 0;
  margin-bottom:0;
}

.dark-mode .filterWrapper {
    border-bottom: 1px solid #252e45;
}
.filterWrapper .filterForm {
  width: 900px;
  max-width: 100%;
  margin-bottom: 15px;
}
.filterForm .form-group {
  margin-bottom: 0.5rem;
}
.filterWrapper .col-form-label {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600 !important;
  color: #4f5562;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.dark-mode .filterWrapper .col-form-label {
    color: #97a5c3;
}
.filterWrapper .input-group-prepend .material-symbols-outlined, form .input-group-prepend .material-symbols-outlined {
  font-size: 1.2rem;
}
.filterWrapper .input-group {
  margin-bottom: 0 !important;
}

.filterWrapper .input-group label.error {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: normal;
    color: red;
    font-size: 12px;
}
.dark-mode .navbar-white {
  background-color: #07090e;
  color: #fff;
  border-bottom: 1px solid #242f48;
}
[class*=sidebar-dark-] {
    background-color: #121e3c;
}
[class*=sidebar-dark] .brand-link {
  border-bottom: 1px solid #252e45;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 15px;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
    color: #c2c7d0;
}
div.dataTables_processing { z-index: 1; }
.dark-mode .custom-file-label, .dark-mode .custom-file-label::after, .dark-mode .form-control:not(.form-control-navbar):not(.form-control-sidebar):not(.is-invalid):not(:focus) {
  border-color: rgba(255,255,255,0.2);
}
.dark-mode .custom-control-label::before, .dark-mode .custom-file-label, .dark-mode .custom-file-label::after, .dark-mode .custom-select, .dark-mode .form-control:not(.form-control-navbar):not(.form-control-sidebar), .dark-mode .input-group-text {
    background-color: rgba(255,255,255,0.05);
}
.dark-mode .page-item:not(.active) .page-link {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.11);
}
.dark-mode .page-item.disabled .page-link, .dark-mode .page-item.disabled a {
  background-color: rgba(255,255,255,0.05)!important;
  border-color: rgba(255,255,255,0.08)!important;
}
.pageloading {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 999999;
  display:none;
  opacity: 0;
  /* backdrop-filter: blur(1px); */
}
.dark-mode .pageloading {
  background-color: rgba(0, 0, 0, 0.35);
}
.pageloading.active {
  display: block;
  opacity: 1;
}
.pageloading:after {
  content: 'Loading...';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 20px;
  text-align: center;
  margin-left: -50px;
  margin-top: 5px;
  font-size: 10px;
  /* color: #e7ebf5; */
  color: #666666;
} 
.pageloading:before {
  content: '';
  position: fixed;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  margin-left: -48px;
  margin-top: -46px;
  background-color: #ffffff;
  border-radius: 5px;
}
.pageloader {
  position: fixed;
  width: 34px;
  height: 34px;
  margin-left: -27px;
  margin-top: -33px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 5px solid;
  border-color: #cdd1d9;
  border-right-color: #0059b9;
  animation: s2 1s infinite linear;
}
.dark-mode .pageloader {
  border-color: #484e5e;
  border-right-color: #005ec4;
}
#nprogress .bar {
  background: #bea05a;
}
.dark-mode #nprogress .bar {
  background: #bea05a;
}
.daterangepicker select.monthselect {
  
padding: 4px 2px;
  
border-radius: 3px;
}
.daterangepicker select.yearselect {
  
padding: 4px 2px;
  
border-radius: 3px;
}
.listView .row {
  border-bottom: 1px solid #eeeeee;
  margin: 5px 0;
}
.listView .row:first-child {margin-top: 0;}
.listView .row:last-child {
    border-bottom: 0;
}
.modal input[type="file"] {
  padding: 5px 5px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-right: 5px;
  min-width: 360px;
  max-width: 100%;
  width: 100%;
}
.dark-mode .listView .row {
  border-bottom: 1px solid #252e45;
} 
@keyframes s2 {to{transform: rotate(1turn)}}
body .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.zoomImage {
  display: inline-block;
}
.zoomImage.hidden {
  display: none;
}
.zoomImage a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.zoomImage a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.zoomImage:hover a:before {
  opacity: 0.3;
}
.zoomImage img {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zoomImage:hover img {
  transform: scale(1.2);
}
body .content-wrapper .ms-parent {
  width: 100% !important;
}

body .content-wrapper .ms-parent .placeholder {
  font-size: 13px;
  margin-left: 4px;
  margin-top: 2px;
  color: #444;
}
body .content-wrapper .ms-choice {
  font-size: 15px;
  padding: 3px 3px;
  height: 32px;
  line-height: 2.2;
}
.content-wrapper .ms-drop {
  padding: 5px;
}
.content-wrapper .ms-drop .ms-search {
  padding: 0;
  margin-top: 2px;
}
.content-wrapper .ms-drop .ms-search input {
  font-size: 15px;
  padding: 3px 5px 3px 7px;
}
.content-wrapper .ms-drop ul {
  font-size: 15px;
  padding-top: 5px;
}
.content-wrapper .ms-drop ul li {
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 20px;
}

.content-wrapper .ms-drop ul li.group {
    margin-left: 0;
}

.content-wrapper .ms-drop ul li.ms-select-all {
    margin-left: 0px;
}
.content-wrapper .ms-drop ul li label {
    font-weight: normal;
}
.select2-search--dropdown {
  padding: 6px;
}
.select2-search--dropdown input {
  border-radius: 5px;
}

body .select2-search--dropdown .select2-search__field {
    padding: 5px 6px;
}
.listSingleMemberSelect .select2 {
  width: 100% !important;
}
.selectMemberModal .col-form-label {
  color: #000000;
  font-size: 15px;
}
.selectMemberModal .campaignName {
  font-size: 15px;
}
.select2-container--default .select2-dropdown.select2-dropdown--above,
.select2-container--default .select2-dropdown.select2-dropdown--below {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
}
.login-box .card {
  border-radius: 7px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 7px rgba(0, 0, 0, .2);
}
.login-box .card .card-body {
    background-color: transparent;
}
.dashBox .small-box {
  height: 100%;
}
.dashBox .small-box .inner p {
  line-height: 1 !important;
  margin-bottom: 12px;
}
.dashBox .small-box .icon {
  position: absolute;
  right: 12px;
  top: 12px;
}
.dashBox .small-box .icon span {
    font-size: 50px;
}
.dashBox .small-box-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.dashBox .small-box h3 {
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.devmode {
  display: block;
  font-size: 10px;
  text-align: center;
  background-color: #F44336;
  border-radius: 3px;
  padding: 2px 5px;
  color: #d0bb89;
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 3px;
}
.anychart-credits {
  display: none !important;
}
.dark-mode .btn-outline-secondary {
  color: #899ac2;
  border-color: #899ac2;
}
.mapWrapper p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 7px;
}
.user-menu .userProfile {
  line-height: 1 !important;
  float: left;
  margin-right: 5px;
}
.user-menu .userProfile span {
  font-size: 20px;
}
.content .bg-info {
  background-color: #0059b9 !important;
}
.content .bg-success {
  background-color: #00887a !important;
}
.content .bg-warning {
  background-color: #ecaa3f !important;
}
.content .bg-danger {
  background-color: #dc3545!important;
}
.login-page {
  background-image: url('/assets/img/bg_login.jpg');
  background-size: cover;
}
.card-title {
  font-weight: bold;
}

.d-none {
  display: none !important;
}
.abs_load {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999999;
}
.abs_load:after {
  content: 'Please Wait';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 30px;
  text-align: center;
  margin-left: -50px;
  margin-top: 2px;
  font-size: 11px;
} 
.abs_load:before {
  content: '';
  position: fixed;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  margin-left: -47px;
  margin-top: -47px;
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  box-shadow: rgba(50, 50, 90, 0.25) 0px 8px 22px 0px;
}
.cust_loader {
  position: fixed;
  width: 30px;
  height: 30px;
  margin-left: -25px;
  margin-top: -32px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 5px solid;
  border-color: #868687;
  border-right-color: #0059b9;
  animation: s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}

@media (min-width:993px) {
  .sidebar-mini.sidebar-collapse .navbar-nav .nav-link i:before {
    content: "\f054";
  }
}
@media (max-width: 768px) {
  .content-footer .footer-wrapper .copyright {
    width: auto;
    float: left;
  }
  .content-footer .footer-wrapper .version {
    width: auto;
    float: left;
  }
}

@media (max-width: 600px) {
  .heading-wrapper .left, .heading-wrapper .right {
    display: inline-block;
    width: 100% !important;
  }
  .heading-wrapper .heading-action {
    text-align: left;
  }
  .dataTables_length {
    width: 100%;
    text-align: left !important;
  }
  .dataTables_filter {
    width: 100%;
    text-align: left !important;
  }
  div.dataTables_wrapper div.dataTables_info {
    margin-bottom: 15px;
  }
}