::selection {
  color: #fff;
  background: #3d78e3;
}
a,
.btn-link {
  color: #67b173;
}
.text-green,
.text-info,
.text-success,
.text-danger,
.text-primary,
.text-warning,
.mail-star.active {
  color: #3d78e3 !important;
}
.badge-default {
  background: #878a99;
  color: #f3f3f9;
}
.loader {
  color: #3d78e3;
}
.badge-primary {
  background-color: #3d78e3;
}
.btn-primary {
  background: #3d78e3;
  color: #fff;
  border-color: #3d78e3;
}
.btn-info {
  background-color: #67b173;
  border-color: #67b173;
}
.nav-tabs .nav-link.active {
  border-color: #3d78e3;
  color: #3d78e3;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 120, 227, 0.25);
}
.dropify-wrapper,
.btn-primary {
  border: 0;
}
.btn-outline-primary {
  color: #3d78e3;
  border-color: #3d78e3;
}
.btn-outline-primary:hover {
  background-color: #3d78e3;
  border-color: #3d78e3;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before,
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  border-color: #3d78e3;
  background-color: #3d78e3;
}
.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #3d78e3;
}
.selectgroup-input:checked + .selectgroup-button {
  border-color: #3d78e3;
  color: #3d78e3;
  background: rgba(61, 120, 227, 0.2);
}
.imagecheck-figure:before {
  color: #67b173 !important;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.wizard > .actions a,
.wizard > .actions a:hover {
  background: #3d78e3;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover {
  background: rgba(61, 120, 227, 0.2);
  color: #3d78e3;
}
.list-group-item,
.modal-content {
  background-color: #fff;
}
.table th {
  color: #878a99;
}
.table.table-custom td,
.table.table-custom th {
  background: #f3f3f9;
}
.table.table_custom tr {
  background: #fff;
}
.right_chat li.online .status {
  background: #3d78e3;
}
.page .section-light,
.page .section-dark,
.page .section-white,
.page .section-gray,
.page .section-body {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .page .section-light,
  .page .section-dark,
  .page .section-white,
  .page .section-gray,
  .page .section-body {
    padding: 0;
  }
}
body {
  background-color: #f3f3f9;
  color: #212529;
}
body .btn {
  border-radius: 2px;
}
.page-header {
  border-color: #fff;
}
.page-header .right .nav-pills .nav-link {
  color: #212529;
}
#header_top {
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
  background: #67b173;
}
#header_top .header-brand {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  #header_top .header-brand {
    margin: 0;
  }
}
#header_top .header-brand .brand-logo {
  background: #212529;
  width: 44px;
  height: 44px;
  color: #67b173;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
}
#header_top .dropdown a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #header_top .dropdown a {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header_top .dropdown a {
    margin-left: 5px;
  }
}
#header_top .dropdown a:hover {
  color: #212529 !important;
}
#header_top .nav-link .avatar {
  border: none;
  border-radius: 4px;
}
.theme_div li.list-group-item {
  background: #f3f3f9;
  border: none;
  border-radius: 3px;
}
.theme_div li.list-group-item img {
  border-radius: 3px;
}
.page-header .right .notification .nav-unread {
  top: 4px;
  right: 8px;
}
.metismenu .g_heading {
  margin-bottom: 2px;
}
.metismenu ul a:before {
  content: "-";
  left: 5px;
  top: 4px;
  font-family: inherit !important;
}
.header {
  background: #3d78e3;
}
.header .nav-tabs .nav-link {
  color: #fff;
}
.header .nav-tabs .nav-link.active {
  border-color: #fff;
}
.header .dropdown-menu .dropdown-item:hover,
.header .dropdown-menu .dropdown-item.active {
  color: #3d78e3;
}
.page .section-white,
.page .section-body {
  background: #f3f3f9;
}
#header_top .nav-link {
  color: #212529;
}
.header_top.dark {
  background-color: #212529 !important;
}
.header_top.dark .nav-link {
  color: #f3f3f9 !important;
}
.card {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 2px;
}
.card .card-options a {
  color: #878a99;
}
.card .card-options a:hover {
  color: #3d78e3;
}
.card .card-options a.btn {
  color: #fff;
}
.card .card-options .dropdown-item {
  padding: 5px;
}
.card.card-fullscreen {
  background-color: #fff !important;
}
.card .card-header {
  padding: 20px;
}
.card .card-title {
  text-transform: capitalize;
  color: #3d78e3;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(145deg, #3d78e3, #67b173);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card .card-footer {
  color: inherit;
}
.my_sort_cut {
  padding: 20px;
  min-height: inherit;
  color: #212529;
}
.my_sort_cut i {
  border-radius: 5px;
  font-size: 18px;
  color: #67b173;
  position: relative;
  width: 44px;
  height: 44px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.my_sort_cut i:after {
  position: absolute;
  content: "";
  background: #67b173;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  opacity: 0.2;
}
.my_sort_cut:hover i {
  font-size: 18px;
  color: #3d78e3;
}
.my_sort_cut:hover i:after {
  background: #3d78e3;
}
.metismenu .has-arrow:after,
.metismenu .has-arrow:before {
  background: #babdbf;
}
.metismenu a {
  color: #212529;
}
.metismenu a:hover {
  color: #3d78e3;
  border-color: #3d78e3;
}
.metismenu .active > a {
  color: #3d78e3;
  border-color: #3d78e3;
}
.metismenu .active ul .active a {
  color: #3d78e3;
  background: transparent;
}
.metismenu.grid > li.active > a,
.metismenu.grid > li > a:hover {
  background: rgba(61, 120, 227, 0.1);
  color: #3d78e3;
}
.inbox .detail {
  background: #fff;
}
.file_folder a {
  background: #fff;
  border-color: #f3f3f9;
}
.auth .auth_left {
  background: #fff;
}
.gender_overview {
  background: #f3f3f9;
}
.table-calendar-link {
  background: #3d78e3;
}
.table-calendar-link:hover {
  background: #212529;
}
.table-calendar-link::before {
  background: #212529;
}
.theme_div {
  background: #fff;
}
.ribbon .ribbon-box.green {
  background: #3d78e3;
}
.ribbon .ribbon-box.green::before {
  border-color: #3d78e3;
  border-right-color: transparent;
}
.ribbon .ribbon-box.orange {
  background: #3d78e3;
}
.ribbon .ribbon-box.orange::before {
  border-color: #3d78e3;
  border-right-color: transparent;
}
.ribbon .ribbon-box.pink {
  background: #67b173;
}
.ribbon .ribbon-box.pink::before {
  border-color: #67b173;
  border-right-color: transparent;
}
.ribbon .ribbon-box.indigo {
  background: #67b173;
}
.ribbon .ribbon-box.indigo::before {
  border-color: #67b173;
  border-right-color: transparent;
}
.text-orange {
  color: #67b173 !important;
}
.tag-info {
  background: #3d78e3;
}
.tag-success,
.tag-green {
  background: #3d78e3;
}
.tag-orange {
  background: #67b173;
}
.tag-danger {
  background: #67b173;
}
.bg-success {
  background: #3d78e3 !important;
}
.bg-danger {
  background-color: #67b173 !important;
}
.auth .auth_left {
  background: #212529;
}
.auth .auth_left .card {
  padding: 20px;
  right: -150px;
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  .auth .auth_left .card {
    right: -50px;
  }
}
@media only screen and (max-width: 992px) {
  .auth .auth_left .card {
    right: auto;
  }
}
.page-item .page-link {
  color: #67b173;
}
.page-item.active .page-link {
  background-color: #67b173;
  border-color: #67b173;
}
#left-sidebar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(15, 34, 58, 0.12);
}
.dark-mode {
  color: #c8cfd6;
  background: #1a1d21;
}
.dark-mode #header_top {
  background: #212529;
}
.dark-mode #header_top .nav-link {
  color: #fff;
}
.dark-mode #header_top .nav-link:hover {
  color: #67b173 !important;
}
.dark-mode .btn {
  color: #fff;
}
.dark-mode .metismenu.grid > li > a {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode.sidebar_dark #left-sidebar {
  background-color: #3d78e3 !important;
}
.dark-mode.sidebar_dark .sidebar .metismenu .active > a {
  color: #3d78e3;
}
.dark-mode.sidebar_dark .sidebar .metismenu .active ul .active a {
  color: #3d78e3;
}
.dark-mode.sidebar_dark .sidebar .metismenu a {
  color: #fff;
}
.dark-mode .nav-tabs .nav-link.active {
  color: #67b173;
}
.dark-mode .form-control,
.dark-mode .dataTables_wrapper .dataTables_filter,
.dark-mode .dataTables_wrapper .dataTables_filter,
.dark-mode .input-group-append > .btn,
.dark-mode
  .dataTables_wrapper
  .dataTables_paginate
  .input-group-append
  > .paginate_button,
.dark-mode
  .dataTables_wrapper
  .dataTables_paginate
  .input-group-append
  > .paginate_button,
.dark-mode .custom-select {
  background: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .page .section-white,
.dark-mode .page .section-body {
  background: #1a1d21;
}
.dark-mode .list-group-item {
  background: #212529;
}
.dark-mode .card {
  background: #212529 !important;
  color: #c8cfd6;
}
.dark-mode .card .card-footer {
  color: #c8cfd6;
}
.dark-mode .my_sort_cut {
  color: #fff;
}
.dark-mode .border-bottom {
  border-color: #32383e !important;
}
.dark-mode .table thead th {
  border-color: #32383e !important;
  color: #fff;
}
.dark-mode .theme_div,
.dark-mode .right_sidebar {
  background: #212529;
  border-left: 1px solid #1a1d21;
}
.dark-mode .theme_div li.list-group-item,
.dark-mode .right_sidebar li.list-group-item {
  background: #1a1d21;
}
.top_dark {
  background-color: #212529 !important;
}
.sidebar_dark #left-sidebar {
  background-color: #212529 !important;
}
.sidebar_dark #header_top .nav-link {
  color: #f3f3f9 !important;
}
.sidebar_dark .sidebar .nav-tabs {
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar_dark .sidebar .nav-tabs .nav-link.active {
  border-color: #fff;
  color: #fff;
}
.sidebar_dark .sidebar .metismenu .active > a {
  color: #67b173;
}
.sidebar_dark .sidebar .metismenu .active ul .active a {
  color: #67b173;
}
.iconcolor #header_top .nav-link {
  color: #212529 !important;
}
.section-body.chat_app {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .section-body.chat_app {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .section-body.chat_app .chat_box {
    width: calc(100% - 300px);
  }
}
.section-body.chat_app .chat_list .chat_list_btn {
  position: absolute;
  right: 0;
  padding: 10px;
  top: 16px;
  color: #212529;
}
.section-body.chat_app .chat_windows ul {
  height: calc(100vh - 230px);
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .section-body.chat_app .chat_windows ul {
    height: calc(100vh - 277px);
  }
}
.section-body.chat_app .chat_windows .message p {
  border-radius: 5px 5px 5px 0;
}
.section-body.chat_app .chat_windows .my-message p {
  border-radius: 5px 5px 0 5px;
}
.section-body.chat_app .chat_windows .chat-message {
  padding: 10px;
  display: flex;
  align-items: center;
}
.section-body.chat_app .chat_windows .chat-message .input-group {
  width: calc(100% - 141px);
}
.section-body.chat_app .chat_windows .chat-message .chat-message .message-btn {
  width: 141px;
}
.offcanvas-active #header_top {
  background: #67b173;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .offcanvas-active #left-sidebar {
    padding-top: 20px;
    z-index: 9999;
  }
}
.performance-overview .list-group-item {
  padding: 12px;
}
.sidebar_dark.offcanvas-active #header_top {
  background-color: #3d78e3 !important;
}
