body {
  background: #f2f1f1;
}
html {
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none !important;
}
aside.left-panel {
  background: #fff;
  height: fit-content;
  padding: 0;
  vertical-align: top;
  width: 280px;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  bottom: 0;
  top: 55px;
  z-index: 999;
  margin: 15px;
}
/* aside.left-panel:hover {



    overflow-x: scroll;



} */

.open aside.left-panel:hover {
  /* overflow-x: inherit; */
}
.small-device .right-panel {
  margin-left: 83px;
}
.navbar {
  background: #fff;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.navbar .main-menu {
  float: left;
  padding: 0; /* padding-bottom: 50px; */
}
.navbar .menu-title {
  color: #41434d;
  clear: both;
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.navbar .navbar-nav {
  float: none;
  position: relative;
  max-height: 600px; /* overflow-y: scroll; */
}
.navbar .navbar-nav > li {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-nav > li.active {
  background: #fafafa;
}
.navbar .navbar-nav li {
  width: 100%;
}
.navbar .navbar-nav li.active .menu-icon,
.navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #03a9f3;
}
.navbar .navbar-nav li .dropdown-toggle:after {
  display: none;
}
.navbar .navbar-nav li > a {
  background: none !important;
  color: #607d8b;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.navbar .navbar-nav li > a:hover,
.navbar .navbar-nav li > a:hover .menu-icon {
  color: #03a9f3;
}
.navbar .navbar-nav li > a .menu-icon {
  color: #607d8b;
  float: left;
  margin-top: 0px;
  width: 55px;
  text-align: left;
  z-index: 9;
}
.navbar .navbar-nav li > a .menu-title-text {
  font-size: 14px;
}
.navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}
.navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}
.navbar .navbar-nav li.menu-item-has-children a {
  line-height: 30px;
}
.navbar .navbar-nav li.menu-item-has-children a:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #607d8b #607d8b transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbar .navbar-nav li.menu-item-has-children a:hover:before {
  border-color: #03a9f3 #03a9f3 transparent transparent;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 35px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 9px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 2px 0 2px 30px;
  position: relative;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: "";
  display: none;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:before {
  border-color: transparent #607d8b #607d8b transparent;
  top: 20px;
  right: -5px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:hover:before {
  border-color: transparent #03a9f3 #03a9f3 transparent;
}
.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #03a9f3;
}
.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}
.open .navbar .navbar-brand.hidden {
  display: block;
}
.open .sub-menu .subtitle {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #607d8b;
  border-bottom: 1px solid rgba(96, 125, 139, 0.15);
}
.open .sub-menu i {
  left: 15px !important;
}
.sub-menu .subtitle {
  display: none;
}
.sub-menu .subtitle > .menu-icon {
  display: none;
}
.open aside.left-panel {
  max-width: 83px;
  width: 83px;
}
.open aside.left-panel .navbar .navbar-header {
  padding: 0;
}
.open aside.left-panel .navbar .navbar-brand {
  display: none;
}
.open aside.left-panel .navbar .navbar-brand.hidden {
  display: block !important;
  text-align: center;
  width: 100%;
}
.open aside.left-panel .navbar .navbar-brand.hidden img {
  max-width: 100%;
  margin: 0 auto;
}
.open aside.left-panel .navbar .navbar-brand.d-md-none {
  display: block !important;
  margin: 13px 0 0;
  min-height: 67px;
  padding: 0;
  text-align: center;
}
.open aside.left-panel .navbar .navbar-nav:before {
  display: none !important;
}
.open aside.left-panel .navbar .navbar-nav li {
  position: relative;
  padding: 0 15px;
}
.open aside.left-panel .navbar .navbar-nav li a {
  font-size: 0;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
  font-size: 20px;
  z-index: -1;
  text-align: center;
  width: inherit;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
  font-size: 0;
}
.open aside.left-panel .navbar .navbar-nav li a .badge {
  display: none;
}
.open aside.left-panel .navbar .navbar-nav li > a {
  max-width: 60px;
  padding-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: hidden;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: visible;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
  padding-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  display: block;
  left: 83px;
  top: 0;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  font-size: 14px;
  max-width: inherit;
  padding-left: 40px;
  width: 100%;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a
  .menu-icon {
  text-align: center;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
  overflow: hidden !important;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children.show
  .sub-menu {
  position: absolute !important;
  width: 180px;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}
.open aside.left-panel .navbar .navbar-nav li span.count {
  display: none;
  margin-right: 5px;
  z-index: 1;
}
.open aside.left-panel .navbar .navbar-nav li.active a:after {
  content: "";
  display: none;
}
.open aside.left-panel .navbar .navbar-nav .menu-title {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
}
.open aside.left-panel .menutoggle {
  background-color: #dc3545;
  color: #fff !important;
  right: -20px;
  text-align: center;
}
/* Right panel */

.right-panel {
  background: #f1f2f7;
  margin-left: 320px;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  height: 90vh;
}
.right-panel .top-left {
  width: 350px;
  float: left;
}
.right-panel .top-rigth {
  float: left;
}
.right-panel .breadcrumbs {
  float: left;
  margin-top: 30px;
  padding: 0 1.875em;
  width: 100%;
}
.right-panel .breadcrumbs .breadcrumbs-inner {
  background-color: #fff;
}
.right-panel .breadcrumbs .col-lg-8 .page-header {
  float: left;
}
.right-panel .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #ffffff;
  border-bottom: 0px;
}
.right-panel .page-header h1 {
  font-size: 18px;
  padding: 15px 0;
}
.right-panel .page-header .breadcrumb {
  margin: 0px;
  padding: 13.5px 0;
  background: #fff;
  text-transform: capitalize;
}
.right-panel .page-header .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.right-panel header.header {
  background: #fff;
  border-bottom: 1px solid #e8e9ed;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
  padding: 0 30px;
  height: 55px;
  position: fixed;
  left: 280px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.right-panel .navbar-brand {
  width: 180px;
  display: inline-block;
}
.right-panel .menutoggle {
  padding-top: 7px;
}
.right-panel .navbar-header {
  width: 100%;
  background-color: #fff;
  padding: 0 1.25em 0 0;
}
.right-panel .navbar-header > a {
  display: inline-block;
}
.right-panel .navbar-brand {
  line-height: 42px;
}
.right-panel .navbar-brand img {
  max-width: 145px;
}
.right-panel .navbar-brand.hidden {
  display: none;
}
.open .right-panel {
  margin-left: 125px;
}
.open .let-panel {
  z-index: 999;
}
header.fixed-top {
  background: #fff;
  padding: 20px;
}
.menutoggle {
  background-color: transparent;
  color: #99abb4 !important;
  cursor: pointer;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: block;
  text-align: right;
}
.search-trigger {
  background: transparent;
  border: none;
  color: #99abb4;
  cursor: pointer;
  font-size: 16px;
  line-height: 55px;
  padding: 0;
  width: 43px;
}
header .form-inline {
  background: #131c21;
  display: none;
  height: 55px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
header .form-inline .search-form input[type="text"] {
  background: #131c21;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}
header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}
header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}
header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
header .form-inline .search-form.close {
  display: none;
}
.header-left {
  display: inline-block;
}
.header-left.open .form-inline {
  display: block;
}
.header-left .dropdown {
  display: inline-block;
}
.header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #99abb4;
  font-size: 16px;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-left .dropdown .dropdown-toggle:after {
  display: none;
}
.header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 12px;
  position: absolute;
}
.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
  background: none !important;
  border-color: transparent !important;
  color: #292b35 !important;
}
.header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 52px !important;
  left: inherit !important;
  right: 0 !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  line-height: 35px;
}
.header-left .dropdown .dropdown-menu p {
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
}
.header-left .dropdown .dropdown-menu .dropdown-item {
  color: #99abb4;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(233, 236, 239, 0.5);
}
.header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu .dropdown {
  line-height: 55px;
  margin-top: 0 !important;
}
.header-menu .dropdown .dropdown-toggle {
  line-height: 55px;
}
.user-area .dropdown-toggle {
  position: relative;
  z-index: 0;
}
.user-area .dropdown-toggle:before {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 10px;
  background: #868e96;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 2px solid white;
  z-index: 1;
}
.user-area .dropdown-toggle.active:before {
  background: #49a342;
}
.dropdown-menu {
  border-radius: 0;
  -webkit-transform: none !important;
  transform: none !important;
}
.for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis;
}
.for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}
.for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}
.user-area {
  float: right;
  padding-right: 0;
  position: relative;
  padding-left: 20px;
}
.user-area .user-menu {
  background: #fff;
  border: none;
  left: inherit !important;
  right: 0;
  top: 54px !important;
  margin: 0;
  max-width: 150px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 150px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.user-area .user-menu .nav-link {
  color: #607d8b;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 0;
}
.user-area .user-menu .nav-link > i {
  margin-right: 10px;
}
.user-area .user-avatar {
  float: right;
  width: 40px;
}
.user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.user-area .dropdown-toggle {
  line-height: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-area .dropdown-toggle:after {
  display: none;
}
#menuToggle2 {
  padding-left: 25px;
}
#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}
#language-select:focus,
#language-select:visited {
  border: none;
  outline: 0;
}
#language-select .flag-icon {
  line-height: 55px;
}
#language-select .dropdown-toggle::after {
  display: none;
}
#language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 81px !important;
}
#language-select .dropdown-menu .dropdown-item {
  line-height: 1.5;
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}
#language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}
#language-select .dropdown-menu .dropdown-item .flag-icon {
  line-height: 1.5;
  margin-right: 0;
  width: 25px;
}
.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
  display: block;
}
.path {
  background: #fff;
}
.path .breadcrumb {
  background: none;
  margin-bottom: 0px;
  height: 48px;
  align-items: center;
}
.path .breadcrumb li {
  font-size: 14px;
}
.content_container {
  padding: 20px 0px;
  background: #f2f1f1;
  flex: 1;
  margin-bottom: 40px;
}
.content_container h2 {
  font-size: 20px;
}
.admin_table img {
  width: 60px;
}
.admin_table table {
  /* border-spacing: 0 10px; */

  min-width: 840px;
}
.admin_table thead {
  background: #fff;
}
.admin_table table td,
.admin_table table th {
  vertical-align: baseline;
  font-size: 13px;
  vertical-align: middle;
}
.admin_table table td button {
  font-size: 13px;
}
.admin_table tbody tr {
  background: #fff;
  margin-bottom: 10px;
}
.admin_table tbody tr .dropdown-menu.show {
  top: -26px !important;
  left: 63px !important;
}
.admin_table tbody tr ul a {
  padding: 5px;
  width: 35px;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
}
.admin_table tbody tr ul a.edit_btn {
  background: #3083af;
  color: #fff;
}
.admin_table tbody tr ul a.view_btn {
  background: #78af30;
  color: #fff;
}
.admin_table tbody tr ul a.delete_btn {
  background: #af3030;
  color: #fff;
}
.admin_table select {
  margin-bottom: 10px;
}
.admin_table select {
  -webkit-appearance: none;
  outline: none;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 0.5em 3.5em 0.5em 1em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.admin_table select {
  color: black;
}
.admin_table .green {
  color: green;
}
.admin_table .red {
  color: red;
}
.site-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 999;
  font-size: 13px;
}
/* Form Page */

.form_container {
  background: #fff;
  padding: 30px;
  margin-top: 15px;
  font-size: 13px;
}
.form_container .form-control,
.form_container select,
.form_container button {
  font-size: 13px;
}
.custom-file .file-upload-button {
  display: none;
}
.custom-file .file-upload-input {
  border: none;
  font-size: 14px;
  padding: 0px 10px;
}
.custom-file .file-upload-input:focus {
  outline: none;
}
.custom-file .custom-file-label {
  background: none;
}
.content_container select.form-control[multiple],
.content_container select.form-control[size],
.content_container textarea {
  height: 90px;
}
.content_container .btn-primary {
  background: #3083af;
  border-color: #3083af;
}
/* Login page */

.login_bg {
  background: url(../images/login_bg.jpg);
  height: 100vh;
  background-size: cover;
}
.login_container {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 100%;
}
.login_container .login_form {
  width: 400px;
  margin: auto;
  text-align: center;
}
.login_container .login_form .login_logo {
  padding: 15px;
  display: block;
}
.login_container .login_form .form_container {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 15px;
}
.login_container .login_form .form_container h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.login_container .login_form .login_logo img {
  width: 180px;
}
.login_container .login_form .input_container {
  border: 1px solid #ccc;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 20px;
}
.login_container .login_form .input_container i {
  color: #3083af;
}
.login_container .login_form .input_container input {
  flex: 1;
  border: none;
  padding: 0px 10px;
  background: none;
}
.login_container .login_form .input_container input:focus {
  outline: none;
}
.login_container .login_form .login_btn {
  background: #3083af;
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-top: 20px;
}
.login_container .login_form a {
  color: #2a454e;
  margin: 10px 0px;
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.sub-menu a:before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 15px;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children:hover {
  overflow: visible !important;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children:hover {
  overflow: hidden !important;
}
/*Custome code by me*/

.dasbhaord {
  background: #fff;
  padding: 15px 15px 60px 15px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.dasbhaord .display {
  margin-bottom: 20px;
}
.dasbhaord .display .number {
  display: inline-block;
  float: left;
}
.dasbhaord .display .icon {
  display: inline-block;
  float: right;
  padding: 7px 0 0 0;
}
.dasbhaord .display .icon > i {
  color: #cbd4e0;
  font-size: 26px;
}
.dasbhaord .display .number h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
}
.hd_title {
  color: #694e70;
}
.leftmenu {
  font-size: 20px;
}
.loader-parent {
  position: relative;
}
.loader-bx {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.lodder-img {
  position: relative;
  left: 50%;
  top: 40%;
}
.search-panel {
  margin-top: 13px;
}
.hide {
  display: none;
}
.loadder-img {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.link-active {
  background: #fafafa;
  color: #03a9f3 !important;
}
body {
  background: #f2f1f1;
}
a:hover {
  text-decoration: none !important;
}
aside.left-panel {
  background: #1e282c;
  height: fit-content;
  padding: 0;
  vertical-align: top;
  width: 260px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 55px;
  z-index: 999;
  margin: 0px;
  height: -webkit-fill-available;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
/* aside.left-panel:hover {



    overflow-x: scroll;



} */

.open aside.left-panel:hover {
  overflow-x: inherit;
}
.small-device .right-panel {
  margin-left: 83px;
}
.navbar {
  background: #fff;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.navbar .main-menu {
  float: left;
  padding: 0; /* padding-bottom: 50px; */
}
.navbar .menu-title {
  color: #41434d;
  clear: both;
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.navbar .navbar-nav {
  float: none;
  background: #1e282c;
  position: static;
  top: 0px;
}
.navbar .navbar-nav > li {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar .navbar-nav > li.active {
  background: #fafafa;
}
.navbar .navbar-nav li {
  width: 100%;
}
.navbar .navbar-nav li.active .menu-icon,
.navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #03a9f3;
}
.navbar .navbar-nav li .dropdown-toggle:after {
  display: none;
}
.navbar .navbar-nav li > a {
  background: none !important;
  color: #cfebf9;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 20px;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.navbar .navbar-nav li > a:hover,
.navbar .navbar-nav li > a:hover .menu-icon {
  color: #fff;
}
.navbar .navbar-nav li > a .menu-icon {
  color: #cfebf9;
  float: left;
  margin-top: 0px;
  width: 55px;
  text-align: left;
  z-index: 9;
}

.navbar .navbar-nav .left_part_profile {
  background: #2c3b41;
  padding: 15px 0px;
}

.navbar .navbar-nav li > a img {
  width: 30px;
  margin-right: 23px;
}

.navbar .navbar-nav li > a .menu-title-text {
  font-size: 14px;
}
.navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}
.navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}
.navbar .navbar-nav li.menu-item-has-children a {
  line-height: 30px;
  align-items: center;
  display: flex;
}
.navbar .navbar-nav li.menu-item-has-children a:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #607d8b #607d8b transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbar .navbar-nav li.menu-item-has-children a:hover:before {
  border-color: #03a9f3 #03a9f3 transparent transparent;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #2c3b41;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 23px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 0 !important;
  font-size: 15px;
  top: 9px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 2px 0 2px 30px;
  position: relative;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: "";
  display: none;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 13px;
  text-align: left;
  width: 25px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:before {
  border-color: transparent #607d8b #607d8b transparent;
  top: 20px;
  right: 20px;
}
.navbar .navbar-nav li.menu-item-has-children.show a:hover:before {
  border-color: transparent #03a9f3 #03a9f3 transparent;
}
.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  background: #2c3b41;
  position: static !important;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  padding-left: 40px;
  padding-bottom: 5px;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #03a9f3;
}
.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}
.open .navbar .navbar-brand.hidden {
  display: block;
}
.open .sub-menu .subtitle {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #607d8b;
  border-bottom: 1px solid rgba(96, 125, 139, 0.15);
}
.open .sub-menu i {
  left: 15px !important;
}
.sub-menu .subtitle {
  display: none;
}
.sub-menu .subtitle > .menu-icon {
  display: none;
}
.open aside.left-panel {
  max-width: 83px;
  width: 83px;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.open aside.left-panel .navbar .navbar-header {
  padding: 0;
}
.open aside.left-panel .navbar .navbar-brand {
  display: none;
}
.open aside.left-panel .navbar .navbar-brand.hidden {
  display: block !important;
  text-align: center;
  width: 100%;
}
.open aside.left-panel .navbar .navbar-brand.hidden img {
  max-width: 100%;
  margin: 0 auto;
}
.open aside.left-panel .navbar .navbar-brand.d-md-none {
  display: block !important;
  margin: 13px 0 0;
  min-height: 67px;
  padding: 0;
  text-align: center;
}
.open aside.left-panel .navbar .navbar-nav:before {
  display: none !important;
}
.open aside.left-panel .navbar .navbar-nav li {
  position: relative;
  padding: 0px 0px 0px 15px;
}
.open aside.left-panel .navbar .navbar-nav li a {
  font-size: 0;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
  font-size: 20px;
  z-index: -1;
  text-align: center;
  width: inherit;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a
  .menu-icon {
  text-align: left !important;
  left: 0px !important;
}
.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
  font-size: 0;
}
.open aside.left-panel .navbar .navbar-nav li a .badge {
  display: none;
}
.open aside.left-panel .navbar .navbar-nav li > a {
  max-width: 60px;
  padding-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
  padding-left: 0;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  display: block;
  left: 83px;
  top: 0;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  font-size: 12px;
  max-width: inherit;
  padding-left: 25px;
  width: 100%;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a
  .menu-icon {
  text-align: center;
  font-size: 13px;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
  overflow: hidden !important;
}
.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children.show
  .sub-menu {
  position: absolute !important;
  width: 180px;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
}
.open aside.left-panel .navbar .navbar-nav li span.count {
  display: none;
  margin-right: 5px;
  z-index: 1;
}
.open aside.left-panel .navbar .navbar-nav li.active a:after {
  content: "";
  display: none;
}
.open aside.left-panel .navbar .navbar-nav .menu-title {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
}
.open aside.left-panel .menutoggle {
  background-color: #dc3545;
  color: #fff !important;
  right: -20px;
  text-align: center;
}
.open .navbar .navbar-nav li.menu-item-has-children a:before {
  right: 10px;
}
/* Right panel */

.right-panel {
  background: #f1f2f7;
  margin-left: 260px;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.right-panel .top-left {
  width: 260px;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  float: left;
}
.right-panel .top-rigth {
  float: left;
}
.right-panel .breadcrumbs {
  float: left;
  margin-top: 30px;
  padding: 0 1.875em;
  width: 100%;
}
.right-panel .breadcrumbs .breadcrumbs-inner {
  background-color: #fff;
}
.right-panel .breadcrumbs .col-lg-8 .page-header {
  float: left;
}
.right-panel .page-header {
  min-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  background: #ffffff;
  border-bottom: 0px;
}
.right-panel .page-header h1 {
  font-size: 18px;
  padding: 15px 0;
}
.right-panel .page-header .breadcrumb {
  margin: 0px;
  padding: 13.5px 0;
  background: #fff;
  text-transform: capitalize;
}
.right-panel .page-header .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.right-panel header.header {
  background: #3c8dbc;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
  padding: 0px;
  height: 55px;
  position: fixed;
  left: 280px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.right-panel .navbar-brand {
  width: 180px;
  display: inline-block;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.open .right-panel .navbar-brand {
  width: 80px;
}

.right-panel .menutoggle {
  padding-top: 7px;
  margin-right: auto;
  color: #fff !important;
}
.right-panel .navbar-header {
  width: 100%;
  background-color: #367fa9;
  padding: 0 1.25em 0 0;
}
.right-panel .navbar-header > a {
  display: inline-block;
}
.right-panel .navbar-brand {
  line-height: 42px;
}
.right-panel .navbar-brand img {
  max-width: 145px;
  margin: auto;
  display: block;
}
.right-panel .navbar-brand.hidden {
  display: none;
}
.open .right-panel {
  margin-left: 90px;
}
.open .let-panel {
  z-index: 999;
}
header.fixed-top {
  background: #fff;
  padding: 20px;
}
.menutoggle {
  background-color: transparent;
  color: #99abb4 !important;
  cursor: pointer;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: block;
  text-align: right;
}
.search-trigger {
  background: transparent;
  border: none;
  color: #99abb4;
  cursor: pointer;
  font-size: 16px;
  line-height: 55px;
  padding: 0;
  width: 43px;
}
header .form-inline {
  background: #131c21;
  display: none;
  height: 55px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}
header .form-inline .search-form input[type="text"] {
  background: #131c21;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 16px;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}
header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}
header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}
header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
header .form-inline .search-form.close {
  display: none;
}
.header-left {
  display: inline-block;
}
.header-left.open .form-inline {
  display: block;
}
.header-left .dropdown {
  display: inline-block;
}
.header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #99abb4;
  font-size: 16px;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-left .dropdown .dropdown-toggle:after {
  display: none;
}
.header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 12px;
  position: absolute;
}
.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
  background: none !important;
  border-color: transparent !important;
  color: #292b35 !important;
}
.header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 52px !important;
  left: inherit !important;
  right: 0 !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  line-height: 35px;
}
.header-left .dropdown .dropdown-menu p {
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
}
.header-left .dropdown .dropdown-menu .dropdown-item {
  color: #99abb4;
  font-size: 13px;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(233, 236, 239, 0.5);
}
.header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 11px;
}
.header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu .dropdown {
  line-height: 55px;
  margin-top: 0 !important;
  margin-right: 25px;
}
.header-menu .dropdown .dropdown-toggle {
  line-height: 55px;
}
.header-menu .dropdown .dropdown-toggle span {
  font-size: 13px !important;
  margin-left: 5px;
}
.user-area .dropdown-toggle {
  position: relative;
  z-index: 0;
}
.user-area .dropdown-toggle:before {
  content: "";
  position: absolute;
  left: 46px;
  bottom: 10px;
  background: #868e96;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 2px solid white;
  z-index: 1;
}
.user-area .dropdown-toggle.active:before {
  background: #49a342;
}
.dropdown-menu {
  border-radius: 0;
  -webkit-transform: none !important;
  transform: none !important;
}
.for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis;
}
.for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 14px;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}
.for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}
.user-area {
  float: right;
  padding-right: 0;
  position: relative;
  padding-left: 20px;
}
.user-area .user-menu {
  background: #fff;
  border: none;
  left: inherit !important;
  right: 0;
  top: 55px !important;
  margin: 0;
  max-width: 270px;
  padding: 5px 10px;
  width: 270px;
  z-index: 999;
  min-width: 150px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc80;
  box-sizing: border-box;
}
.user-area .user-menu .nav-link {
  color: #607d8b;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 0;
}
.user-area .user-menu .nav-link > i {
  margin-right: 10px;
}
.user-area .user-avatar {
  float: right;
  width: 40px;
}
.user-area .user-info .name {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}
.user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 9px;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.user-area .dropdown-toggle {
  line-height: 55px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #367fa9;
  padding: 0px 15px;
}
.user-area .dropdown-toggle:after {
  display: none;
}
#menuToggle2 {
  padding-left: 25px;
}
#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}
#language-select:focus,
#language-select:visited {
  border: none;
  outline: 0;
}
#language-select .flag-icon {
  line-height: 55px;
}
#language-select .dropdown-toggle::after {
  display: none;
}
#language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 81px !important;
}
#language-select .dropdown-menu .dropdown-item {
  line-height: 1.5;
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}
#language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}
#language-select .dropdown-menu .dropdown-item .flag-icon {
  line-height: 1.5;
  margin-right: 0;
  width: 25px;
}
.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
  display: block;
}
.path {
  background: #fff;
}
.path .breadcrumb {
  background: none;
  margin-bottom: 0px;
  height: 48px;
  align-items: center;
}
.path .breadcrumb li {
  font-size: 14px;
}
.content_container {
  padding: 0px 0px;
  background: #f2f1f1;
  flex: 1;
  margin-bottom: 40px;
}
.content_container h2 {
  font-size: 20px;
  margin: 15px 0px;
}
.admin_table img {
  width: 60px;
}
.admin_table table {
  /* border-spacing: 0 10px; */

  min-width: 840px;
}
.admin_table thead {
  background: #fff;
}
.admin_table table td,
.admin_table table th {
  vertical-align: baseline;
  font-size: 13px;
  vertical-align: middle;
}
.admin_table table td button {
  font-size: 13px;
}
.admin_table tbody tr {
  background: #fff;
  margin-bottom: 10px;
}
.admin_table tbody tr .dropdown-menu.show {
  top: -26px !important;
  left: 63px !important;
}
.admin_table tbody tr ul a {
  padding: 5px;
  width: 35px;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
}
.admin_table tbody tr ul a.edit_btn {
  background: #3083af;
  color: #fff;
}
.admin_table tbody tr ul a.view_btn {
  background: #78af30;
  color: #fff;
}
.admin_table tbody tr ul a.other {
  background: #4039ae;
  color: #fff;
}
.admin_table tbody tr ul a.delete_btn {
  background: #af3030;
  color: #fff;
}
.admin_table select {
  margin-bottom: 10px;
}
.admin_table select {
  -webkit-appearance: none;
  outline: none;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 0.5em 3.5em 0.5em 1em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.admin_table select {
  color: black;
}
.admin_table .green {
  color: green;
}
.admin_table .red {
  color: red;
}
.site-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 999;
  font-size: 13px;
}
/* Form Page */

.form_container {
  background: #fff;
  padding: 30px;
  margin-top: 15px;
  font-size: 13px;
}
.form_container .form-control,
.form_container select,
.form_container button {
  font-size: 13px;
}
.custom-file .file-upload-button {
  display: none;
}
.custom-file .file-upload-input {
  border: none;
  font-size: 14px;
  padding: 0px 10px;
}
.custom-file .file-upload-input:focus {
  outline: none;
}
.custom-file .custom-file-label {
  background: none;
}
.content_container select.form-control[multiple],
.content_container select.form-control[size],
.content_container textarea {
  height: 90px;
}
.content_container .btn-primary {
  background: #3083af;
  border-color: #3083af;
}
/* Login page */

.login_bg {
  background: url(../images/login_bg.jpg);
  height: 100vh;
  background-size: cover;
}
.login_container {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 100%;
}
.login_container .login_form {
  width: 400px;
  margin: auto;
  text-align: center;
}
.login_container .login_form .login_logo {
  padding: 15px;
  display: block;
}
.login_container .login_form .form_container {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 15px;
}
.login_container .login_form .form_container h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.login_container .login_form .login_logo img {
  width: 180px;
}
.login_container .login_form .input_container {
  border: 1px solid #ccc;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 20px;
}
.login_container .login_form .input_container i {
  color: #3083af;
}
.login_container .login_form .input_container input {
  flex: 1;
  border: none;
  padding: 0px 10px;
  background: none;
}
.login_container .login_form .input_container input:focus {
  outline: none;
}
.login_container .login_form .login_btn {
  background: #3083af;
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-top: 20px;
}
.login_container .login_form a {
  color: #2a454e;
  margin: 10px 0px;
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.sub-menu a:before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 15px;
}
.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children:hover {
  overflow: visible !important;
}
aside.left-panel .navbar .navbar-nav li.menu-item-has-children:hover {
  overflow: hidden !important;
}
/*Custome code by me*/

.dasbhaord {
  background: #fff;
  padding: 0px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.dasbhaord .display {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dasbhaord .display .number {
  display: inline-block;
  float: none;
  flex: 1;
  padding: 0px 10px;
}
.dasbhaord .display .icon {
  display: inline-block;
  float: none;
  padding: 0;
  width: 90px;
  height: 90px;
  align-items: center;
  line-height: 90px;
  text-align: center;
}
.dasbhaord .display .icon > i {
  color: #fff;
  font-size: 26px;
}
.dasbhaord .display .number h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
}
.hd_title {
  color: #694e70;
}
.leftmenu {
  font-size: 20px;
}
.loader-parent {
  position: relative;
}
.loader-bx {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.lodder-img {
  position: relative;
  left: 50%;
  top: 40%;
}
.search-panel {
  margin-top: 13px;
}
.hide {
  display: none;
}
.tdcustom-width {
  width: 3px;
}
.fc-title {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-left: 40%;
}
.back {
  padding: 3px 13px;
  color: #fff !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.leftmenu {
  font-size: 20px;
}
.leftmenu-active {
  background: #455c7f;
  color: #25d1b1;
  font-weight: bold;
}
/* .leftmenu-scroll {
  overflow-y: auto;
} */

/* ==================================Registration Form================================== */

#registration_form_section {
  background: #f2f1f1;
  text-align: center;
  padding: 30px 0px;
}
#registration_form_section .form_logo img {
  width: 200px;
}
#registration_form_section .registration_form_container {
  background: #fff;
}
#registration_form_section .input_container {
  border: 1px solid #ccc;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  border-radius: 20px;
}
#registration_form_section .input_container input {
  flex: 1;
  border: none;
  padding: 5px 10px;
  background: none;
}
#registration_form_section .input_container .form-control:focus {
  box-shadow: none;
}
#registration_form_section .input_container i {
  color: #3083af;
}
#registration_form_section .login_btn {
  background: #3083af;
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-top: 0px;
}
#registration_form_section .input_container {
  padding: 3px 15px;
}
.left_image {
  background: url(../images/form_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .left_image a {
  background: #03a9f3;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  margin: auto;
} */
.left_image a img {
  width: 140px;
}
#registration_form_section h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
#registration_form_section .form_container {
  padding-left: 0px;
}
#registration_form_section .input_container span {
  width: 40%;
}
.open .right-panel .top-left {
  width: 83px;
}
.right-panel:before {
  content: "";
  width: 260px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0px;
  background: #1e282c;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.open .right-panel:before {
  width: 83px;
}
.badge {
  padding: 0.3rem;
}
.date_time_picker {
  border-radius: 0px !important;
  margin-bottom: 15px;
}
.date_time_picker .card-header {
  background: #f2f1f1;
  padding: 10px;
  border-radius: 0px !important;
}

.date_time_picker .card-header h4 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
}

.date_time_picker .card-header h4 i {
  color: #fff;
}

.date_time_picker .card-content {
  padding: 10px;
}

.date_time_picker .card-content .form-group {
  margin-bottom: 0px;
}

.date_time_picker .card-content .form-group .form-control,
.date_time_picker .card-content .input-group .form-control {
  border-radius: 0px !important;
}
.date_time_picker .card-content .form-group .input-group-append span,
.input-group-text {
  border-radius: 0px !important;
}
