@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@import url(https://fonts.googleapis.com/css?family=Rancho);
html, body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

body {
  background: #ebeff2;
  font-family: 'Roboto', sans-serif;
  color: #797979;
}

html {
  position: relative;
  min-height: 100%;
  background: #ebeff2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #505458;
  font-family: 'Karla', sans-serif;
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h3 small {
  color: #444444;
}

h4 {
  line-height: 22px;
}

h4 small {
  color: #444444;
}

h5 small {
  color: #444444;
}

p {
  line-height: 1.6;
}

* {
  outline: none !important;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.kit-wrapper {
  padding-left: 250px;
}
@media (max-width: 991.98px) {
  .kit-wrapper {
    padding-left: 0;
  }
}

.main .top-navbar {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  background: #ebeff2;
  padding: 0 20px;
  border-top: 3px solid #71b6f9;
  z-index: 998;
}
@media (max-width: 991.98px) {
  .main .top-navbar {
    left: 0;
    background-color: #ffffff !important;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    z-index: 1000;
  }
}
.main .top-navbar-wrapper .tnb-left .menu-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .main .top-navbar-wrapper .tnb-left .menu-mobile {
    display: block;
  }
}
.main .top-navbar-wrapper .tnb-left .menu-mobile .menu-mobile-toggler {
  background: transparent;
  border: none;
  color: #435966;
  font-size: 21px;
  line-height: 68px;
}
.main .top-navbar-wrapper .tnb-left .page-name {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 70px;
}
.main .top-navbar-wrapper .tnb-right-inner a {
  position: relative;
  display: block;
  color: #435966;
  font-size: 24px;
}
.main .top-navbar-wrapper .tnb-right-inner .noti-toggler:before {
  content: '';
  width: 2px;
  height: 2px;
  border: 3px solid #ff5b5b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ff5b5b;
  z-index: 10;
  position: absolute;
  top: 6px;
  right: -2px;
}
.main .top-navbar-wrapper .tnb-right-inner .noti-toggler:after {
  content: '';
  border: 4px solid #ff5b5b;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -6px;
  right: -14px;
  z-index: 1;
  opacity: 0;
}
.main .top-navbar-wrapper .tnb-right-inner .search-box {
  position: relative;
}
.main .top-navbar-wrapper .tnb-right-inner .search-box .form-control {
  border: 1px solid rgba(152, 166, 173, 0.15);
  font-size: 13px;
  height: 34px;
  color: #435966;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 40px;
  margin-left: 20px;
  background: rgba(152, 166, 173, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 190px;
}
.main .top-navbar-wrapper .tnb-right-inner .search-box .btn-search {
  position: absolute;
  top: 7px;
  right: 20px;
  color: rgba(152, 166, 173, 0.7);
}
.main .content {
  padding: 5px 15px;
}
.main .content .container {
  max-width: 100% !important;
}
.main .content .page-title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 0;
}
.main .content .page-title small {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.6;
}
@media(min-width: 1025px) {
  .main .content {
    padding: 15px 30px;
  }
  .main .content .page-title {
    font-size: 28px;
    line-height: inherit;
    margin-top: 0;
  }
  .main .content .page-title small {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.6;
  }
}

.main .content .card-box {
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.main .content .card-box .header-title {
  font-size: 18px;
  font-weight: 200;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}
.main .content .pagination li.page-item a.page-link {
  color: #636e7b;
  box-shadow: unset;
}
.main .content .pagination li.page-item.disabled {
  cursor: not-allowed;
}
.main .content .pagination li.page-item.readonly {
  pointer-events: none;
}
.main .content .nav-item {
  background-color: #f8f9fa;
  color: #6c757d;
  border-radius: 0;
  border-right: 2px solid #FFF;
}
.main .content .nav-item.active {
  color: #FFF;
  background-color: #647C49;
}
.main .content .nav-item:last-child {
  border-right: 0;
}
.main .content .btn-action .dropdown-toggle {
  line-height: 1;
  padding: 0;
  border: 0;
}
.main .content .btn-action .dropdown-toggle:after {
  display: none;
}
.main .content .btn-action .dropdown-menu {
  left: unset !important;
  right: -60px !important;
}
.main .content .status {
  position: relative;
  text-align: center;
}
.main .content .status:before {
  content: '';
  display: block;
  background-color: #6c757d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 5px auto;
}
.main .content .status.success:before {
  background-color: #28a745;
}
.main .content .status.warning:before {
  background-color: #ffc107;
}
.main .content .status.danger:before {
  background-color: #dc3545;
}
.main .content .table th, .main .content .table td {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px;
}
.main .content .table th .text-muted, .main .content .table td .text-muted {
  opacity: 0.4;
}
.main .content .table.table-link tbody tr {
  cursor: pointer;
}
.main .content .task-checkbox .custom-control-label::after {
  top: 0;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.main .content .task-checkbox .custom-control-label::before {
  top: 0;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  border: 2px solid #6c757d;
}
.main .content .task-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #647C49;
  border: 2px solid #647C49;
}
.main .content form label.control-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media(min-width: 1025px) {
  .main .content form label.control-label {
    font-size: 14px;
  }
}
.main .content form .form-control:focus, .main .content form .custom-select:focus {
  box-shadow: unset !important;
}
.main .content form .custom-select {
  background-image: url("../images/icon/chevron-down-solid.svg");
}
.main .content form .custom-select[multiple] {
  background-image: none !important;
}
.main .content form .custom-select[multiple]::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  background-color: transparent;
}
.main .content form .custom-select[multiple]::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}
.main .content form .custom-select[multiple]::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 0 solid transparent;
}
.main .content form .custom-select[multiple]:hover::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.main .content::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  background-color: transparent;
}
.main .content::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.main .content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 0 solid transparent;
}
.main .content:hover::-webkit-scrollbar-thumb {
  background-color: #eee;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.border-rounded {
  border-radius: 100vh;
}

.AdminKit-theme {
  display: none;
}

.account-page {
  background-image: url("https://krabielephanthousesanctuary.com/wp-content/uploads/2018/04/Cover6.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}
.account-page .wrapper {
  width: 100%;
  max-width: 420px;
  margin-top: 5%;
}
.account-page .brand-name {
  text-align: center;
}
.account-page .brand-name a {
  color: #425033 !important;
  font-family: 'Rancho', cursive;
  font-size: 42px;
  line-height: 40px;
  text-decoration: none;
}
.account-page .brand-name a span {
  color: #647C49;
}
.account-page .brand-name a small {
  font-size: 24px;
}
.account-page .card-box {
  background-color: #ffffff;
  background-clip: padding-box;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
}
.account-page .card-box h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account-page .card-box p {
  color: #98a6ad !important;
  font-size: 13px;
  margin-top: 20px;
}
.account-page .card-box form .form-control {
  font-size: 14px;
}
.account-page .card-box .custom-control-label {
  font-size: 14px;
  line-height: 24px;
}
.account-page .card-box .forgot a {
  color: #98a6ad !important;
  font-size: 14px;
}
.account-page .card-box .forgot a i {
  font-size: 12px;
  margin-right: 5px;
}
.account-page .card-box button.btn {
  margin: 30px 0 20px 0;
}
.account-page .card-box + p {
  font-size: 14px;
  line-height: 1.6;
}
.account-page .card-box + p a {
  font-weight: 600;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFF;
  width: 250px;
  height: 100%;
  border-top: 3px solid #425033;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  z-index: 999;
}
@media (max-width: 991.98px) {
  .sidebar-menu {
    top: 70px;
    border-top: 0;
    transform: translateX(-250px);
  }
}
@media (max-width: 991.98px) {
  .sidebar-menu.open {
    transform: translateX(0);
  }
}
.sidebar-menu .sidebar-name {
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sidebar-menu .sidebar-name {
    display: none;
  }
}
.sidebar-menu .sidebar-name a {
  color: #425033 !important;
  font-family: 'Rancho', cursive;
  font-size: 32px;
  text-decoration: none;
}
.sidebar-menu .sidebar-name a span {
  color: #10c469;
}
.sidebar-menu .sidebar-name a small {
  font-size: 24px;
}
.sidebar-menu .sidebar-scroll {
  height: 100%;
  overflow-y: auto;
}
.sidebar-menu .sidebar-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
  background-color: transparent;
}
.sidebar-menu .sidebar-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.sidebar-menu .sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 0 solid transparent;
}
.sidebar-menu .sidebar-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #eee;
}
.sidebar-menu .user {
  text-align: center;
  padding: 20px 30px;
}
.sidebar-menu .user-img {
  max-width: 100%;
  margin-bottom: 15px;
}
.sidebar-menu .user-name {
  font-size: 18px;
}
.sidebar-menu .user-status {
  display: block;
}
.sidebar-menu .user-status:before {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  bottom: 6px;
  background-color: #10c469;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sidebar-menu .user-status:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  bottom: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #10c469;
}
.sidebar-menu .user-status.offline:before {
  background-color: #ff5b5b;
}
.sidebar-menu .user-status.offline:after {
  border: 1px solid #ff5b5b;
}
.sidebar-menu .user-option a {
  display: block;
  width: auto;
  color: #98a6ad;
  font-size: 14px;
  padding: 0 1rem;
}
.sidebar-menu .user-option a.power-off {
  color: #647C49 !important;
}
.sidebar-menu .user h5 a {
  color: #98a6ad;
  text-decoration: none;
}
.sidebar-menu .sidebar-navigation-title {
  color: #98a6ad;
  font-size: 13px;
  letter-spacing: .035em;
  padding: 12px 20px;
  line-height: 1;
}
.sidebar-menu .sidebar-navigation-list {
  padding: 0;
  margin: 0;
}
.sidebar-menu .sidebar-navigation-list li {
  position: relative;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  text-decoration: none;
  padding: 0;
  border: 0;
  margin: 0;
}
.sidebar-menu .sidebar-navigation-list li a {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #435966;
  font-size: 14px;
  line-height: 1.3;
  padding: 12px 20px;
  margin: 4px 0px;
  border-left: 3px solid transparent;
  transition: 0.3s;
}
.sidebar-menu .sidebar-navigation-list li a.subdrop {
  color: #647C49 !important;
  border-left: 3px solid #647C49;
}
.sidebar-menu .sidebar-navigation-list li a.subdrop:after {
  transform: rotate(45deg) !important;
}
.sidebar-menu .sidebar-navigation-list li a.subdrop + .sub_menu-list {
  display: block;
}
.sidebar-menu .sidebar-navigation-list li a .badge.label {
  color: #FFF;
  min-width: 18px;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.3;
  text-align: center;
  padding: 3px 5px 1px 5px;
}
.sidebar-menu .sidebar-navigation-list li a .badge.label.badge-rounded {
  border-radius: 9px;
}
.sidebar-menu .sidebar-navigation-list li a i {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.sidebar-menu .sidebar-navigation-list li:hover a {
  color: #647C49;
}
.sidebar-menu .sidebar-navigation-list li.active > a {
  color: #647C49 !important;
  border-left: 3px solid #425033;
}
.sidebar-menu .sidebar-navigation-list li.has_sub > a:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #435966;
  border-bottom: 2px solid #435966;
  opacity: 0.8;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.sidebar-menu .sidebar-navigation-list li.has_sub .sub_menu-list {
  display: none;
  position: relative;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  transition: 0.3s;
}
.sidebar-menu .sidebar-navigation-list li.has_sub .sub_menu-list li {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.sidebar-menu .sidebar-navigation-list li.has_sub .sub_menu-list li a {
  position: relative;
  display: block;
  color: #63747c;
  line-height: 1.3;
  padding: 10px 20px 10px 65px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-left: 3px solid transparent;
}
.sidebar-menu .sidebar-navigation-list li.has_sub .sub_menu-list li a.router-link-exact-active:before  {
  content: '';
  position: absolute;
  top: 14px;
  left: 45px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #647C49;
  border-bottom: 5px solid transparent;
}
.sidebar-menu .sidebar-navigation-list li.has_sub-2 > a:after {
  content: '\f0fe';
  position: absolute;
  top: 12px;
  left: 45px;
  width: 7px;
  height: 7px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  color: #98a6ad;
  opacity: 0.8;
  transition: 0.3s;
}
.sidebar-menu .sidebar-navigation-list li.has_sub-2 a.subdrop {
  color: #425033 !important;
  border-left: 3px solid #425033;
}
.sidebar-menu .sidebar-navigation-list li.has_sub-2 a.subdrop:after {
  content: '\f146';
  transform: unset !important;
}
.sidebar-menu .sidebar-navigation-list li.has_sub-2 a.subdrop + .sub_menu-list-2 {
  display: block;
}
.sidebar-menu .sidebar-navigation-list li.has_sub-2 > .sub_menu-list-2 {
  display: none;
  position: relative;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding-left: 15px;
  border: 0;
  transition: 0.3s;
}
.sidebar-menu .sidebar-navigation-list li.has_sub-2 > .sub_menu-list-2 > li a {
  font-size: 13px;
  line-height: 1;
  padding: 6px 20px 6px 65px;
}

.switch {
  position: relative;
  display: block;
  width: 56px;
  height: 30px;
  margin-bottom: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input[readonly] {
  pointer-events: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.round {
  border-radius: 100vh;
}
.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider, .slider.on {
  background-color: #28a745;
}

input:focus + .slider, .slider.on {
  box-shadow: unset;
}

input:checked + .slider:before, .slider.on:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
