body {
  font-size: 14px; 
  color: #575962;
  -webkit-font-smoothing: antialiased;
  font-family: Lato,sans-serif;
  min-height: 100vh;
  position: relative;
  background: #f9fbfd;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  top: 0;
  height: 100vh;
}

a {
  color:#1572e8
}

a:focus,a:hover {
  color:#1269db;
  text-decoration: none;
}

.h1, h1 {
  font-size:1.725rem
}

.h2, h2 {
  font-size:1.35rem
}

.h3, h3 {
  font-size:1.1625rem
}

.h4, h4 {
  font-size:1.0375rem
}

.h5, h5 {
  font-size:.9125rem
}

.h6, h6 {
  font-size:.825rem
}

p {
  font-size:14px;
  line-height:1.82;
  margin-bottom:0rem;
  word-break:break-word
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height:1.4
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:inherit
}

.small, small {
  font-size:13px
}

.btn {
  padding: .65rem 1.4rem;
  font-size: 14px;
  opacity: 1;
  border-radius: 3px;
}

.btn-sm {
  font-size: 11px;
  padding: 7px 13px;
}

.btn-xs {
  font-size: 10px;
  padding: 5px 9px;
}

.btn-secondary {
  background: #6861ce!important;
  border-color: #6861ce!important;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn
{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

/*----------------------------- start logo header ------------------------------*/
.main-header {
  background: #fff;
  min-height: 60px;
  width: 100%;
  position: fixed;
  z-index: 1001;
  box-shadow: 0 0 5px #121727;
}

.logo-header[data-background-color=blue] {
  background: #1572e8!important;
}

.logo-header {
  float: left;
  width: 330px;
  height: 62px;
  line-height: 60px;
  color: #333;
  z-index: 1001;
  font-size: 17px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1001;
  display: flex;
  align-items: center;
  position: relative;
  transition: all .3s;
}

.logo-header .navbar-toggler {
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  display: none;
}

.logo-header .navbar-toggler .navbar-toggler-icon {
  height: 1em;
  width: 1em;
  color: #fff;
  font-size: 22px;
}

.logo-header .nav-toggle {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 5;
}

.btn-toggle {
  font-size: 20px!important;
  line-height: 20px;
  padding: 0!important;
  background: 0 0!important;
  color: #fff!important;
  outline: none !important;
  box-shadow: none !important;
}

#search-nav {
  display: block!important;
  flex: 1;
  max-width: 400px;
}

.navbar .navbar-nav .nav-item {
  margin-right: 7px;
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-header .navbar-header[data-background-color] .nav-search .input-group {
  border: 0;
  background: rgba(0,0,0,.14)!important;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,.07);
  border-radius: 5px;
  transition: all .4s;
}

.main-header .navbar-header[data-background-color] .nav-search .input-group .search-icon {
  color: #fff!important;
}

.nav-search .search-icon {
  font-size: 18px;
  color: #8d9498;
}

.nav-search .form-control {
  border: 0;
  background: 0 0!important;
  font-size: 14px;
  padding: .75em 1em;
  min-width: 200px;
  max-width: 100%;
}

.form-control {
  font-size: 14px;
  border-color: #ddd;
}

.btn:focus, .btn:hover {
  opacity: .9;
  transition: all .3s;
}

.nav-search .btn-search {
  background: 0 0;
  padding: .375rem 1rem;
}

.main-header .navbar-header[data-background-color] .nav-search .input-group .form-control {
  color: #fff!important;
}

.main-header .navbar-header[data-background-color] .navbar-nav .nav-item .nav-link {
  color: #fff!important;
}

.navbar-header[data-background-color=blue2] {
  background: #1269db!important;
  min-height: 62px;
}

.main-header .navbar-header[data-background-color] .navbar-nav .nav-item .nav-link:focus, .main-header .navbar-header[data-background-color] .navbar-nav .nav-item .nav-link:hover {
  background: rgba(31,30,30,.12)!important;
}

.navbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  letter-spacing: .04em;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.navbar .navbar-nav .nav-item .nav-link i {
  font-size: 18px;
  vertical-align: middle;
  line-height: 1!important;
}

.navbar .navbar-nav .notification {
  position: absolute;
  background-color: #e139b2;
  text-align: center;
  border-radius: 10px;
  min-width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 17px;
  top: 3px;
  right: 3px;
  letter-spacing: -1px;
}

.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  color: #fff !important;
  font-size: 30px;
  letter-spacing: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: auto;
  right: 0;
}

.messages-notif-box, .notif-box {
  width: 280px;
  padding: 0!important;
}

.dropdown-menu {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 11px rgba(0,0,0,.15)!important;
  padding-bottom: 8px;
  margin-top: 3px;
}

.dropdown-title {
  border-bottom: 1px solid #f1f1f1;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 15px;
  text-align: center;
}

.messages-notif-box .message-notif-scroll {
  max-height: 250px;
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.messages-notif-box .notif-center a {
  border-bottom: 1px solid #f1f1f1;
}

.messages-notif-box .notif-center a:last-child {
  border-bottom: 0;
}

.messages-notif-box .notif-center a, .notif-box .notif-center a {
  display: flex;
  color: #4d585f;
}

.messages-notif-box .notif-center a .notif-img, .notif-box .notif-center a .notif-img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 10px;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
}

.messages-notif-box .notif-center a .notif-img img, .notif-box .notif-center a .notif-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.messages-notif-box .notif-center a .notif-content .subject, .notif-box .notif-center a .notif-content .subject {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.messages-notif-box .notif-center a .notif-content .block, .notif-box .notif-center a .notif-content .block {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.messages-notif-box .notif-center a .notif-content .time, .notif-box .notif-center a .notif-content .time {
  color: #7d8c95;
  font-size: 11px;
}

.scrollbar-outer {
  overflow: auto;
}

.messages-notif-box .see-all, .notif-box .see-all {
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.messages-notif-box .see-all i, .notif-box .see-all i{
  float: right;
}

.notif-box .notif-scroll {
  max-height: 256px;
}

.messages-notif-box .notif-center a .notif-icon.notif-primary, .notif-box .notif-center a .notif-icon.notif-primary {
  background: #1572e8!important;
  color: #fff;
}

.messages-notif-box .notif-center a .notif-icon.notif-success, .notif-box .notif-center a .notif-icon.notif-success {
  background: #e139b2!important;
  color: #fff;
}

.messages-notif-box .notif-center a .notif-icon.notif-danger, .notif-box .notif-center a .notif-icon.notif-danger {
  background: #f25961!important;
  color: #fff;
}

.messages-notif-box .notif-center a .notif-icon, .notif-box .notif-center a .notif-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 10px;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 50%;
}

.messages-notif-box .notif-center a .notif-icon i, .notif-box .notif-center a .notif-icon i {
  font-size: 15px;
}

.messages-notif-box .notif-center a .notif-content, .notif-box .notif-center a .notif-content {
  padding: 10px 15px 10px 0;
}

.quick-actions.quick-actions-info .quick-actions-header {
  background: #48abf7;
}

.quick-actions .quick-actions-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #1572e8;
  color: #fff;
  padding: 15px;
  border-radius: 3px 3px 0 0;
}

.quick-actions .quick-actions-header .title {
  font-size: 18px;
}

.quick-actions .quick-actions-header .subtitle {
  font-size: 14px;
}

.quick-actions .quick-actions-items {
  padding: 15px 7.5px;
}

.quick-actions.quick-actions-info .quick-actions-item {
  color: #48abf7;
}

.quick-actions .quick-actions-item {
  display: flex;
  flex-direction: column;
  margin: 7.5px 7.5px;
  padding: 10px;
  align-items: center;
  color: #1572e8;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 3px;
  transition: all .2s;
}

.quick-actions .quick-actions-item i {
  color: #9fd0eb;
  font-size: 27px;
}

.quick-actions .quick-actions-item .text {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

.quick-actions {
  width: 350px;
  padding: 0;
}

.user-box {
  display: flex;
  padding: .25rem 1rem;
}

.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}

.avatar-lg .rounded {
  border-radius: 8px!important;
}

.user-box .u-text {
  padding: 0 10px;
}

.user-box .u-text h4 {
  margin-bottom: 5px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.user-box .u-text .text-muted {
  font-size: 12px;
  margin-bottom: 5px;
}

.user-box .u-text .btn {
  font-size: 11px;
}

.dropdown-user {
  width: 260px;
}

.dropdown-item {
  font-size: 14px;
}

.blue-text {
  color: #3b72e8;
  font-weight: bold;
}
/*------------------------------ End logo header ---------------------------------*/

/*------------------------------ Start sidebar ------------------------------------*/
.sidebar, .sidebar[data-background-color=white] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 330px;
  margin-top: 62px;
  display: block;
  z-index: 1000;
  color: #fff;
  font-weight: 200;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(0,0,0,.4);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(0,0,0,.4);
  box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(0,0,0,.4);
  transition: all .3s;
}

.sidebar .sidebar-wrapper, .sidebar[data-background-color=white] .sidebar-wrapper {
  position: relative;
  max-height: calc(100vh - 75px);
  min-height: 100%;
  /* overflow: auto;*/
  width: 100%;
  z-index: 4;
  padding-bottom: 0;
  transition: all .3s;
}

.scroll-content {
  border: none!important;
  box-sizing: content-box!important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none!important;
  /*overflow: scroll!important;*/
  padding: 0;
  position: relative!important;
  top: 0;
  width: auto!important;
}

.sidebar .sidebar-wrapper .sidebar-content, .sidebar[data-background-color=white] .sidebar-wrapper .sidebar-content {
  padding-top: 0;
  padding-bottom: 55px;
}

.sidebar .user, .sidebar[data-background-color=white] .user {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar .nav>.nav-item.active>a p, .sidebar[data-background-color=white] .nav>.nav-item.active>a p {
  color: #575962!important;
  font-weight: 600;
}

.sidebar .user .info a, .sidebar[data-background-color=white] .user .info a {
  /*white-space: nowrap;*/
  display: block;
  position: relative;
}

.sidebar .nav, .sidebar[data-background-color=white] .nav {
  display: block;
  float: none;
  margin-top: 20px;
}

.sidebar.sidebar-style-2 .nav .nav-item {
  padding: 0 15px;
}

.sidebar .nav>.nav-item, .sidebar[data-background-color=white] .nav>.nav-item {
  display: list-item;
}

.sidebar .user .info a>span, .sidebar[data-background-color=white] .user .info a>span {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  display: flex;
  flex-direction: column;
}

.sidebar .user .info a .link-collapse, .sidebar[data-background-color=white] .user .info a .link-collapse {
 padding: 7px 0;
}

.sidebar .user .info a>span .user-level, .sidebar[data-background-color=white] .user .info a>span .user-level {
  color: #555;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
}

.sidebar .user .info .caret, .sidebar[data-background-color=white] .user .info .caret {
  position: absolute;
  top: 17px;
  right: 0;
  border-top-color: #777;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.sidebar .nav>.nav-item a, .sidebar[data-background-color=white] .nav>.nav-item a {
  display: flex;
  align-items: center;
  color: #575962;
  padding: 6px 25px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 3px;
}

.sidebar .nav>.nav-item.active>a, .sidebar[data-background-color=white] .nav>.nav-item.active>a {
  color: #575962!important;
}

.sidebar.sidebar-style-2 .nav .nav-item a {
  padding: 8px 10px;
  border-radius: 5px;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a {
 background: #1572e8!important;
 box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(21,114,232,.4)!important;
}

.sidebar .nav-collapse, .sidebar[data-background-color=white] .nav-collapse {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a .caret, .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a i, .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a p, .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a span {
  color: #fff!important;
}

.sidebar .nav>.nav-item a .caret, .sidebar[data-background-color=white] .nav>.nav-item a .caret {
  margin-left: auto;
  margin-right: 10px;
  transition: all .5s;
  color: #8d9498;
}

.sidebar .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar[data-background-color=white] .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] .caret {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sidebar .nav>.nav-item a p, .sidebar[data-background-color=white] .nav>.nav-item a p {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 5px;
  /*white-space: nowrap;*/
  color: #8d9498;
}

.sidebar .nav>.nav-item a i, .sidebar[data-background-color=white] .nav>.nav-item a i {
  color: #8d9498;
  margin-right: 15px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  float: left;
  font-size: 18px;
  line-height: 30px;
}

.sidebar .nav-collapse li a .sub-item, .sidebar[data-background-color=white] .nav-collapse li a .sub-item {
  font-size: 14px;
  position: relative;
  margin-left: 25px;
  opacity: .85;
}

.sidebar .nav-collapse li a .sub-item:before, .sidebar[data-background-color=white] .nav-collapse li a .sub-item:before {
  content: '';
  height: 4px;
  width: 4px;
  background: rgba(131,132,138,.89);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

[class*=badge-]:not(.badge-count) {
  border: 0!important;
}

.badge-success {
  background-color: #e139b2;
}

.badge {
  border-radius: 50px;
  margin-left: auto;
  line-height: 1;
  padding: 6px 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 11px;
  border: 1px solid #ddd;
}

.sidebar .nav .nav-section, .sidebar[data-background-color=white] .nav .nav-section {
  margin: 15px 0 0 0;
}

.sidebar .nav .nav-section .text-section, .sidebar[data-background-color=white] .nav .nav-section .text-section {
  padding: 2px 30px;
  font-size: 12px;
  color: #727275;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.sidebar.sidebar-style-2 .nav .nav-item a:focus,
.sidebar.sidebar-style-2 .nav .nav-item a:hover,
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] {
 background: #1572e8 !important;
 box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(21,114,232,.4)!important;
}

.sidebar.sidebar-style-2 .nav .nav-item a:focus i, 
.sidebar.sidebar-style-2 .nav .nav-item a:focus p,
.sidebar.sidebar-style-2 .nav .nav-item a:hover i, 
.sidebar.sidebar-style-2 .nav .nav-item a:hover p,
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i,
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p,
.sidebar .nav>.nav-item a:focus .caret,
.sidebar .nav>.nav-item a:hover .caret,
.sidebar[data-background-color=white] .nav>.nav-item a:focus .caret, 
.sidebar[data-background-color=white] .nav>.nav-item a:hover .caret,
.sidebar .nav>.nav-item a:hover, 
.sidebar[data-background-color=white] .nav>.nav-item a:hover,
.sidebar .nav>.nav-item a:focus, 
.sidebar[data-background-color=white] .nav>.nav-item a:focus {
  color: #fff !important;
  font-weight: 600;
}

/*----------------  Start Side bar button ----------------*/
.sidebar-kittu.active.sidebar {
  width: 75px;
  transition: all .3s;
} 

.sidebar-kittu.active.main-panel {
  width: calc(100% - 75px);
}

.sidebar-kittu.active.logo-header {
  width: 75px;
  transition: all .3s;
  padding: 0; 
  text-align: center;
}

.sidebar-kittu.active.logo-header .nav-toggle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  right: 0;
}

.sidebar-kittu.active .sidebar-content .user [class^=avatar-] {
  float: none !important;
  margin: auto;
}

.sidebar-kittu.active .sidebar-content .user {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-kittu.active .sidebar-wrapper .nav-item {
  position: relative;
}

.sidebar-kittu.active .sidebar-wrapper .nav-item a i, .sidebar-kittu.active .sidebar-wrapper .mx-4.mt-2 a span i {
  margin-right: unset;
}

.sidebar-kittu.active .sidebar-wrapper .nav-item a .badge,
.sidebar-kittu.active .sidebar-wrapper .nav-item a .caret, 
.sidebar-kittu.active .sidebar-wrapper .nav-item a p, 
.sidebar-kittu.active .sidebar-wrapper .nav-item a span,
.sidebar-kittu.active.logo-header .logo,
.sidebar-kittu.active .sidebar-content .info, 
.sidebar-kittu.active .nav-section,
.sidebar-kittu.active .sidebar-wrapper .nav-item .collapse.show .nav-collapse {
  display: none;
  transition: all .3s;
}

.sidebar-kittu.active .sidebar-wrapper .mx-4.mt-2 {
  margin: auto !important;
  padding: 0 15px;
}

.sidebar-kittu.active .sidebar-wrapper .mx-4.mt-2 a {
  padding: 8px 10px;
}

.sidebar-kittu.active .sidebar-wrapper .mx-4.mt-2 a span { 
  display: none;
}

.sidebar:hover {
  width: 330px !important;
}

.sidebar:hover .sidebar-wrapper .nav-item a .badge,
.sidebar:hover .sidebar-wrapper .nav-item a .caret, 
.sidebar:hover .sidebar-wrapper .nav-item a p, 
.sidebar:hover .sidebar-wrapper .nav-item a span,
.sidebar:hover .sidebar-content .info, 
.sidebar:hover .nav-section,
.sidebar:hover .sidebar-wrapper .nav-item .collapse.show .nav-collapse { 
  display: block;
}

.sidebar:hover .sidebar-wrapper .nav-item a i, .sidebar:hover .sidebar-wrapper .mx-4.mt-2 a span i {
  margin-right: 15px;
}

.sidebar:hover .sidebar-content .user {
  padding-left: 15px;
  padding-right: 15px;
}

/*.sidebar:hover .main-panel.sidebar-hover {
  width: calc(100% - 250px) !important;
  }*/

/*.sidebar-kittu.active.logo-header {
  width: 75px;
  transition: all .3s;
  padding: 0; 
  text-align: center;
  }*/

  .sidebar:hover .sidebar-content .user [class^=avatar-] {
   float: left !important;
   margin-right: 0.5rem !important;
 }

 .sidebar:hover .sidebar-wrapper .mx-4.mt-2 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-top: 0.5rem !important;
  padding: 0;
}

.sidebar:hover .sidebar-wrapper .mx-4.mt-2 a {
  padding: .65rem 1.4rem;
}

.sidebar:hover .sidebar-wrapper .mx-4.mt-2 a span { 
  display: inline-block;
}

.main-header.sidebar-hover .logo-header {
  width: 330px;
  transition: all .3s;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.main-header.sidebar-hover .logo-header .nav-toggle {
  position: absolute;
  left: auto;
  transform: none;
  height: 100%;
  right: 18px;
  top: 0;
}

.main-header.sidebar-hover .logo-header .logo {
  display: block;
}
/*------------- End Side bar button -------------*/

/*----------------------------------- End sidebar ------------------------------------*/

/*--------------------------------- Start main content -------------------------------*/


.main-panel>.content {
  padding: 0!important;
  overflow: hidden;
}

.btn-border.btn-white {
  color: #fff!important;
  border: 1px solid #fff!important;
}

.btn-round {
  border-radius: 100px!important;
}

.btn-border {
  background: 0 0!important;
}

.mt--5, .my--5 {
  margin-top: -3rem!important;
}

.page-inner {
  padding: 1.5rem 0;
}

.mt--2, .my--2 {
  margin-top: -.5rem!important;
}

.card-secondary {
  background: #2c56b5 !important;
  box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(21,114,232,.4)!important;
}

.card-danger, .card-dark, .card-default, .card-info, .card-primary, .card-secondary, .card-success, .card-warning {
  color: #fff;
  border: 0;
}

.card, .card-light {
  border-radius: 5px;
  background-color: #fff;
  /*margin-bottom: 30px;*/
  -webkit-box-shadow: 2px 6px 15px 0 rgba(169, 169, 169, 0.4);
  -moz-box-shadow: 2px 6px 15px 0 rgba(169, 169, 169, 0.4);
  box-shadow: 2px 6px 15px 0 rgba(169, 169, 169, 0.4);
  border: 0;
}

.card .card-body, .card-light .card-body {
  padding: 1rem;
}

.skew-shadow {
  position: relative;
  overflow: hidden;
}

.skew-shadow:before {
  content: '';
  position: absolute;
  background: rgba(255,255,255,.1);
  width: 50%;
  min-width: 125px;
  height: 100%;
  top: 0;
  right: -25%;
  transform: skewX(-32.5deg);
}

.op-8 {
  opacity: .8;
}

.pull-right {
  float: right;
}

.bg-secondary-gradient {
  background: #3262cb!important;
  background: linear-gradient(-45deg,#254aa0,#3262cb)!important;
  box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(21,114,232,.4)!important;
}

.bubble-shadow {
  position: relative;
  overflow: hidden;
}

.bubble-shadow:before {
  position: absolute;
  top: -10%;
  right: -140px;
  width: 300px;
  height: 300px;
  content: "";
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}

.bubble-shadow:after {
  position: absolute;
  top: -65px;
  right: 80px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}

.bg-secondary2 {
  background-color: #2950ab!important;
  box-shadow: 4px 4px 10px 0 rgba(0,0,0,.1),4px 4px 15px -5px rgba(21,114,232,.4)!important;
}

.curves-shadow:before {
  content: '';
  position: absolute;
  background: url(../images/img-shadow.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bubble-shadow-2:before {
  position: absolute;
  top: 14%;
  left: -20px;
  width: 108px;
  height: 108px;
  content: "";
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}

.bubble-shadow-2:after {
 position: absolute;
 top: 2px;
 right: 0px;
 width: 75px;
 height: 75px;
 content: "";
 border-radius: 50%;
 background: rgba(255,255,255,.05);
}

.card .card-header:first-child, .card-light .card-header:first-child {
  border-radius: 0;
}

.card .card-header, .card-light .card-header {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ebecec!important;
}

.card .card-head-row, .card-light .card-header .card-head-row {
  display: flex;
  align-items: center;
}

.card .card-header .card-head-row .card-tools, .card-light .card-header .card-head-row .card-tools {
  margin-left: auto;
  float: right;
  padding-left: 15px;
}

.nav-pills.nav-pills-no-bd li:first-child {
  margin-left: 0!important;
}

.nav-pills.nav-pills-no-bd li {
  margin-left: 15px!important;
}

.nav-pills.nav-pills-no-bd li .nav-link {
  border: 0!important;
  border-radius: 50px!important;
  background: rgba(222,222,222,.4);
}

.nav-pills.nav-secondary .nav-link.active {
  background: #6861ce;
  border: 1px solid #6861ce;
}

.nav-pills>li>.nav-link {
  margin-left: -1px;
  border-radius: 0!important;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #1572e8;
  color: #585c5d;
  font-size: 11px;
}

.avatar {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: inline-block;
}

.flex-1 {
  -ms-flex: 1;
  flex: 1;
}

.avatar-title {
  width: 100%;
  height: 100%;
  background-color: #6861ce;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar .avatar-title {
  font-size: 15px;
}

.avatar .border {
  border-width: 3px!important;
}

.bg-info {
  background-color: #48abf7!important;
}

.bg-secondary {
  background-color: #6861ce!important;
}

.card .separator-dashed, .card-light .separator-dashed {
  border-top: 1px dashed #ebecec;
  margin: 9px 0;
}

.page-ttol {
 margin-left: auto;
 float: right;
 padding-left: 15px;
}

.card .b-b1, .card-light .b-b1 {
  border-bottom: 1px solid rgba(255,255,255,.3);
}
/*--------------------------------- End main content -------------------------------*/

/*----------------------------------- Start Footer ---------------------------------*/
.footer {
  border-top: 1px solid #eee;
  background: #fff;
  padding: 15px;
  position: absolute;
  width: 100%;
}
/*----------------------------------- End Footer -----------------------------------*/

/*----------------------------------- Start Inner Page ------------------------------*/
.main-panel .page-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.main-panel .page-header .page-title {
  margin-bottom: 0;
}

.page-title {
      font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    border-bottom: 4px solid #ea9830;
    background: #211d70;
}

.breadcrumbs {
  list-style: none;
  display: inline;
  width: auto;
  border-left: 1px solid #efefef;
  margin-left: 25px;
  padding-left: 25px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 100%;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li a i {
  font-size: 16px;
}

.breadcrumbs li.separator {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.card-title {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.table thead th {
  border-bottom-width: 2px;
  font-weight: 600;
}

.table td, .table th {
  font-size: 14px;
  vertical-align: middle!important;
  text-align: center;
}

.table thead {
  background-color: rgba(0, 0, 0, 0.03);
}

.form-check, .form-group {
  margin-bottom: 0;
  padding: 10px 0;
}

.bg-form {
  background: #f5f5f5;
}

.card-footer {
  border-radius: unset;
  background-color: unset;
  padding: 1.25rem 1.25rem;
}

html, body, table {
  overflow-x: hidden;
}

.form-check label, .form-group label {
  margin-bottom: .5rem;
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
      
}

.form-check [type=checkbox]:checked, .form-check [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-check [type=checkbox]+.form-check-sign, .form-check [type=checkbox]:checked+.form-check-sign, .form-check [type=checkbox]:not(:checked)+.form-check-sign {
  position: relative;
  padding-left: 2em;
  color: #575962;
  cursor: pointer;
}

.form-check [type=checkbox]+.form-check-sign:before, .form-check [type=checkbox]:checked+.form-check-sign:before, .form-check [type=checkbox]:not(:checked)+.form-check-sign:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: 0 0;
  border-radius: 4px;
}

.form-check [type=checkbox]:not(:checked)+.form-check-sign:after {
  opacity: 0;
  transform: scale(0);
}

.form-check [type=checkbox]+.form-check-sign:after, .form-check [type=checkbox]:checked+.form-check-sign:after, .form-check [type=checkbox]:not(:checked)+.form-check-sign:after {
  content: "\2713";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 1.3em;
  line-height: .8;
  color: #1572e8;
  transition: all .2s;
  font-family: 'Font Awesome 5 Solid';
}

.card .card-action, .card-light .card-action {
  padding: 30px;
  background-color: transparent;
  line-height: 30px;
  border-top: 1px solid #ebecec!important;
  font-size: 14px;
}

.btn-success {
  background: #211d70!important;
  border-color: #211d70!important;
  color: #fff!important;
}

.btn-danger {
  background: #f25961!important;
  border-color: #f25961!important;
  color: #fff!important;
}

.modal-content label{
  font-size: 14px;
}

.modal-content .form-group {
  margin-bottom: 6px;
  padding: unset;
}
/*----------------------------------- End Inner Page --------------------------------*/

/*------------------------------------ Start Chart ----------------------------------*/
.fw-bold {
  font-weight: 600!important;
}

.chart-circle {
  display: flex;
  justify-content: center;
}

.bg-primary-gradient {
  background: #1572e8!important;
  background: linear-gradient(-45deg,#06418e,#1572e8)!important;
}
/*------------------------------------- End Chart -----------------------------------*/

/*------------------------------------- start Register form -----------------------------------*/
.form-bg {
  box-shadow: 0 0px 25px -5px rgb(4, 4, 4), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.form-bg .reg-form h4 {
  color: #c32929;
  margin-top: 2rem;
  margin-bottom: 0;
}

.form-bg .reg-form hr { 
  margin-top: 13px;
  width: 11%;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #c32929;
}

.form-bg .card-action-reg {
  padding: 30px 0;
}

.form-bg .form-group label {
  font-size: 14px;
}

.form-bg .form-control {
  font-size: 14px;
  padding: 0.275rem 0.75rem;
}

.form-bg select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.form-bg .btn-success {
  background-color: #000080;
  border-color: #000080;
  color: #fff;
}

.form-bg .btn-success:active, .form-bg .btn-success:hover, .form-bg .btn-success:focus {
  background-color: #04045f;
  border-color: #04045f;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(10, 4, 95, 0.5);
}
/*------------------------------------- end Register form -----------------------------------*/

button.pd-setting-ed {
  padding: 5px 7px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.12);
  background: #4578e8;
  display: inline-block;
  color: #fff;
  transition: 0.7s all;
}

button.pd-setting-ed:hover {
  background: #000;
}

.text-success, .text-danger {
  font-weight: bold;
}

.table tr td a {
  color: #575962;
}

.table tr td a:hover {
  color: #1269db !important;
}

/************* model ****************/
button.popupbtn {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}

button.popupbtn:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  padding: 22px 50px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn {
    width: 100%;
  }
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  height: 7em;
  text-align: center;
}

.swal2-icon span .far {
  color: #1e7e34;
  font-size: 57px;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 1em;
  padding: 0;
  color: #595959;
  font-size: 2.3em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  text-align: center;
}

.swal2-confirm {
  background-color: #f27474;
  color: #fff;
  margin: 1.25em auto 0;
}

.swal2-confirm {
  background-color: #2f7e33 !important;
  color: #fff !important;
  margin: 1.25em auto 0;
}

.modal {
  z-index: 1111 !important;
}

 .mr-9 {
 margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .modal-content { 
    width: 80%;
        padding: 22px 35px;
  }

  .swal2-title {
    font-size: 17px;

  }

.swal2-icon {
  height: 6em;
}
  .swal2-icon span .far {
    font-size: 55px;
  }

  .mr-9 {
    margin-bottom: 6px;
  }
}