#noBtn{
    background-color: transparent; 
    border-width: 0; 
    border-color: transparent;
  }
  
#noBtn:hover{
    background-color: #1D3382;
    color: wheat;
}

#btn {
    background-color: #7BADD6;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
  }

  #btn:hover{
    background-color: #1D3382;
    color: wheat;
  }

  .my-custom-class:hover{
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 18px;
    cursor: pointer;
  }

  .displayIt{
    display: none;
  }

/* for fixed width, height table (inbuilt scroll buttons */
.fixed_header{
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 18rem;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

#noBtn{
    background-color: transparent; 
    border-width: 0; 
    border-color: transparent;
  }
  
#noBtn:hover{
    background-color: #1D3382;
    color: wheat;
}

#btn {
    background-color: #7BADD6;
    border: none;
    border-radius: 2px;
    color: white;
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
  }

  #btn:hover{
    background-color: #1D3382;
    color: wheat;
  }

  .my-custom-class:hover{
    border: none;
    border-radius: 2px;
    color: white;
    font-size: 18px;
    cursor: pointer;
  }

  .displayIt{
    display: none;
  }

/* for fixed width, height table (inbuilt scroll buttons */
.fixed_header{
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 18rem;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

.color-primary {
  color: #5a8dee
}

.color-secondary {
  color: #475f7b
}

.color-success {
  color: #39da8a
}

.color-danger {
  color: #ff5b5c
}

.color-warning {
  color: #fdac41
}

.color-info {
  color: #00cfdd
}

.color-dark {
  color: #222f3e
}

.color-light {
  color: #a3afbd
}

.color-link {
  color: #2178d1
}

#app {
  position: relative
}

#main {
  margin-left: 250px;
  background-color: #f7faff;
  min-height: 100vh;
  transition: margin-left .6s ease-out
}

#main .main-content {
  padding: 2rem 1.5rem;
  /* background-color: #5e72e4 */
}

#main .main-content .page-title h3 {
  font-size: 2rem
}

#main .main-content .text-subtitle {
  font-size: .9rem
}

.breadcrumb-header .breadcrumb {
  justify-content: flex-end
}

.alert.alert-dismissible .close:focus,
.custom-switch .custom-control-label:focus,
.dropdown .dropdown-toggle:focus,
.dropleft .dropdown-toggle:focus,
.dropright .dropdown-toggle:focus,
.dropup .dropdown-toggle:focus,
.list-group button.list-group-item:focus,
.modal .modal-content .modal-header .close:active,
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .close:hover,
.navbar-components-wrapper .navbar .navbar-container.navbar-dark .navbar-toggler:focus,
.navbar-components-wrapper .navbar .navbar-container.navbar-light .navbar-toggler:focus,
.toast .toast-header .close:active,
.toast .toast-header .close:focus,
a:focus {
  outline: 0
}

section .section-title:after {
  width: 70px;
  height: 2px;
  content: "";
  margin: .6rem 0 1rem;
  background-color: #5a8dee;
  display: block
}

a {
  text-decoration: none
}

a,
button {
  outline: 0
}

.feather,
i {
  font-size: 14px;
  height: 1rem
}

footer {
  padding: 1rem 1.5rem
}

@media screen and (max-width:767px) {
  #main {
      margin-left: 0
  }

  .breadcrumb-header .breadcrumb {
      justify-content: flex-start;
      padding: 0;
      font-size: .8rem
  }
}

.alert {
  border: none
}

.alert p {
  margin-bottom: 0
}

.alert button.close {
  padding: .75rem;
  line-height: .75
}

.alert .alert-heading,
.alert .alert-heading+p {
  margin-left: .4rem
}

.alert-primary {
  background-color: #029eff;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(2, 158, 255, .3)
}

.alert-primary a {
  color: #fff
}

.alert-secondary {
  background-color: #ebeef3;
  color: #383d41;
  box-shadow: 1px 2px 9px rgba(235, 238, 243, .3)
}

.alert-secondary a {
  color: #fff
}

.alert-success {
  background-color: #39da8a;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(57, 218, 138, .3)
}

.alert-success a {
  color: #fff
}

.alert-warning {
  background-color: #fdd347;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(253, 211, 71, .3)
}

.alert-warning a {
  color: #fff
}

.alert-danger {
  background-color: #f55260;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(245, 82, 96, .3)
}

.alert-danger a {
  color: #fff
}

.alert-dark {
  background-color: #454546;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(69, 69, 70, .3)
}

.alert-dark a {
  color: #fff
}

.alert-light {
  background-color: #fefefe;
  color: #818182;
  box-shadow: 1px 2px 9px hsla(0, 0%, 99.6%, .3)
}

.alert-light a {
  color: #fff
}

.alert-info {
  background-color: #56b6f7;
  color: #fff;
  box-shadow: 1px 2px 9px rgba(86, 182, 247, .3)
}

.alert-info a {
  color: #fff
}

.alert-light-primary {
  background-color: #e2ecff
}

.alert-light-secondary {
  background-color: #e6eaee
}

.alert-light-success {
  background-color: #d2ffe8
}

.alert-light-danger {
  background-color: #ffdede
}

.alert-light-warning {
  background-color: #ffeed9
}

.alert-light-info {
  background-color: #ccf5f8
}

.avatar {
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative
}

.avatar .avatar-content {
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .875rem
}

.avatar .avatar-content i,
.avatar .avatar-content svg {
  color: #fff;
  font-size: 1rem;
  height: 1rem
}

.avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%
}

.avatar .avatar-status {
  width: .7rem;
  height: .7rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  right: 0
}

.avatar.avatar-sm .avatar-content,
.avatar.avatar-sm img {
  width: 24px;
  height: 24px;
  font-size: .8rem
}

.avatar.avatar-lg .avatar-content,
.avatar.avatar-lg img {
  width: 48px;
  height: 48px;
  font-size: 1.2rem
}

.avatar.avatar-xl .avatar-content,
.avatar.avatar-xl img {
  width: 60px;
  height: 60px;
  font-size: 1.4rem
}

.btn .badge {
  border-radius: 50%;
  margin-left: 5px
}

.btn .badge.bg-transparent {
  background-color: hsla(0, 0%, 100%, .25) !important;
  color: #fff
}

.btn i,
.btn svg {
  width: 16px;
  height: 16px
}

.btn.icon {
  padding: .4rem .6rem
}

.btn.icon svg {
  width: 16px;
  height: 16px
}

.btn.icon.icon-left svg {
  margin-right: 3px
}

.btn.icon.icon-right svg {
  margin-left: 3px
}

.btn.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn.btn-outline-white:hover {
  color: #333;
  background-color: #fff
}

.btn.btn-danger,
.btn.btn-dark,
.btn.btn-info,
.btn.btn-light,
.btn.btn-link,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-warning {
  color: #fff
}

.btn.btn-secondary {
  color: #5a8dee;
  border-color: #5a8dee;
}

.btn.btn-secondary:hover {
  color: #5a8dee;
  border-color: #5a8dee;
}

.btn-block {
  width: 100%
}

.btn-group:not(.dropdown) .btn:not([class*=btn-]) {
  border: 1px solid #dfe3e7
}

.btn-group>.btn {
  border-radius: .267rem
}

.buttons .btn {
  margin: 0 10px 10px 0
}

.breadcrumb.breadcrumb-right {
  justify-content: flex-end;
  margin-top: 1rem
}

.breadcrumb.breadcrumb-center {
  justify-content: center;
  margin-top: 1rem
}

.carousel-inner {
  border-radius: .7rem;
  box-shadow: 0 5px 10px #adb5bd
}

.carousel-caption h5 {
  color: #fff
}

.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0
}

.divider .divider-text {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff
}

.divider .divider-text:after,
.divider .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #dfe3e7
}

.divider .divider-text:before {
  right: 100%
}

.divider .divider-text:after {
  left: 100%
}

.divider.divider-left .divider-text {
  left: 0;
  float: left;
  padding-left: 0
}

.divider.divider-left-center .divider-text {
  left: -25%
}

.divider.divider-right-center .divider-text {
  left: 25%
}

.divider.divider-right .divider-text {
  float: right;
  padding-right: 0
}

.dropdown-toggle:after {
  color: #fff
}

.dropdown-menu-large {
  min-width: 16rem
}

.form-group {
  margin-bottom: .7rem
}

.form-group label {
  font-size: .955rem;
  text-transform: capitalize;
  color: rgba(35, 28, 99, .7);
  font-weight: 500
}

.form-group small {
  font-size: .7rem
}

.form-group.with-title {
  position: relative
}

.form-group.with-title label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: .6rem;
  background-color: #e9ecef;
  width: 100%;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group.with-title .form-control,
.form-group.with-title dataTable-input {
  padding-top: 2rem
}

.form-group.with-title .form-control:focus~label,
.form-group.with-title dataTable-input:focus~label {
  border-left: 1px solid #5a8dee;
  border-top: 1px solid #5a8dee;
  border-right: 1px solid #5a8dee
}

.form-group[class*=has-icon-].has-icon-left .form-control {
  padding-left: 2.5rem
}

.form-group[class*=has-icon-].has-icon-left .form-control-icon {
  left: 0
}

.form-group[class*=has-icon-].has-icon-right .form-control {
  padding-right: 2.5rem
}

.form-group[class*=has-icon-].has-icon-right .form-control-icon {
  right: 0
}

.form-group[class*=has-icon-] .form-control:focus~.form-control-icon i,
.form-group[class*=has-icon-] .form-control:focus~.form-control-icon svg {
  color: #5a8dee
}

.form-group[class*=has-icon-] .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 .6rem
}

.form-group[class*=has-icon-] .form-control-icon i,
.form-group[class*=has-icon-] .form-control-icon svg {
  width: 1.2rem
}

.form-check .form-check-input[class*=bg-] {
  border: 0
}

.form-check .form-check-input:focus {
  box-shadow: none
}

.form-check .form-check-input.form-check-primary {
  background-color: #5a8dee;
  border-color: #5a8dee
}

.form-check .form-check-input.form-check-primary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-primary.form-check-glow {
  box-shadow: 0 0 5px #88adf3
}

.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-secondary {
  background-color: #475f7b;
  border-color: #475f7b
}

.form-check .form-check-input.form-check-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-secondary.form-check-glow {
  box-shadow: 0 0 5px #5a789b
}

.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-success {
  background-color: #39da8a;
  border-color: #39da8a
}

.form-check .form-check-input.form-check-success:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-success.form-check-glow {
  box-shadow: 0 0 5px #64e2a3
}

.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-danger {
  background-color: #ff5b5c;
  border-color: #ff5b5c
}

.form-check .form-check-input.form-check-danger:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-danger.form-check-glow {
  box-shadow: 0 0 5px #ff8e8f
}

.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-warning {
  background-color: #fdac41;
  border-color: #fdac41
}

.form-check .form-check-input.form-check-warning:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-warning.form-check-glow {
  box-shadow: 0 0 5px #fec273
}

.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-info {
  background-color: #00cfdd;
  border-color: #00cfdd
}

.form-check .form-check-input.form-check-info:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-info.form-check-glow {
  box-shadow: 0 0 5px #11f0ff
}

.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-dark {
  background-color: #222f3e;
  border-color: #222f3e
}

.form-check .form-check-input.form-check-dark:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-dark.form-check-glow {
  box-shadow: 0 0 5px #34485f
}

.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-light {
  background-color: #a3afbd;
  border-color: #a3afbd
}

.form-check .form-check-input.form-check-light:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-light.form-check-glow {
  box-shadow: 0 0 5px #c1c9d2
}

.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check .form-check-input.form-check-link {
  background-color: #2178d1;
  border-color: #2178d1
}

.form-check .form-check-input.form-check-link:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-link.form-check-glow {
  box-shadow: 0 0 5px #4492e1
}

.form-check .form-check-input.form-check-link.form-check-glow:not(:checked) {
  box-shadow: none
}

.form-check.form-check-sm .form-check-input {
  width: .9rem;
  height: .9rem;
  margin-top: .3em
}

.form-check.form-check-sm label {
  font-size: .7rem
}

.form-check.form-check-primary .form-check-input {
  background-color: #5a8dee;
  border-color: #5a8dee
}

.form-check.form-check-secondary .form-check-input {
  background-color: #475f7b;
  border-color: #475f7b
}

.form-check.form-check-success .form-check-input {
  background-color: #39da8a;
  border-color: #39da8a
}

.form-check.form-check-danger .form-check-input {
  background-color: #ff5b5c;
  border-color: #ff5b5c
}

.form-check.form-check-warning .form-check-input {
  background-color: #fdac41;
  border-color: #fdac41
}

.form-check.form-check-info .form-check-input {
  background-color: #00cfdd;
  border-color: #00cfdd
}

.form-check.form-check-dark .form-check-input {
  background-color: #222f3e;
  border-color: #222f3e
}

.form-check.form-check-light .form-check-input {
  background-color: #a3afbd;
  border-color: #a3afbd
}

.form-check.form-check-link .form-check-input {
  background-color: #2178d1;
  border-color: #2178d1
}

.dataTable-input {
  min-height: calc(1.5em + .934rem + 2px);
  padding: .467rem .6rem;
  font-size: .9025rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555252;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfe3e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dataTable-input:focus {
  color: #555252;
  background-color: #fff;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1)
}

.modal .modal-content {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
  border: none
}

.modal .modal-full {
  max-width: 94%
}

.modal .white {
  color: #fff
}

.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.modal .modal-header .modal-title {
  font-size: 1.1rem
}

.modal .modal-header .close {
  padding: 7px 10px;
  border-radius: 50%;
  background: none;
  border: none
}

.modal .modal-header .close:hover {
  background: #dee2e6
}

.modal .modal-header i,
.modal .modal-header svg {
  font-size: 12px;
  height: 12px;
  width: 12px
}

.modal .modal-footer {
  padding: 1rem 2rem
}

.modal.modal-borderless .modal-header {
  border-bottom: 0
}

.modal.modal-borderless .modal-footer {
  border-top: 0
}

#sidebar.active .sidebar-wrapper {
  left: 0
}

#sidebar:not(.active)~#main {
  margin-left: 0
}

.sidebar-wrapper {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  bottom: 0;
  border-right: 1px solid #eee;
  box-shadow: 0 0 10px #ececec;
  left: -250px;
  transition: left .6s ease-out
}

.sidebar-wrapper .sidebar-header {
  padding: 2rem 2rem 1rem;
  font-size: 2rem;
  font-weight: 700
}

.sidebar-wrapper .sidebar-header img {
  height: 2.5rem
}

.sidebar-wrapper .sidebar-toggler.x {
  position: absolute;
  right: 0;
  top: .5rem;
  display: none
}

.sidebar-wrapper .menu {
  padding-left: 0;
  margin-top: 2rem
}

.sidebar-wrapper .menu .sidebar-title {
  padding: 1.5rem 1.8rem .5rem;
  font-size: .8rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase
}

.sidebar-wrapper .menu .sidebar-link {
  display: block;
  padding: .7rem 1.5rem;
  font-size: .85rem;
  display: flex;
  align-items: center;
  transition: all .5s
}

.sidebar-link {
  display: block;
  padding: .7rem 1.5rem;
  font-size: .85rem;
  display: flex;
  align-items: center;
  transition: all .5s
}

.sidebar-wrapper .menu .sidebar-link:hover span {
  opacity: 1
}

.sidebar-link:hover span {
  opacity: 1
}

.sidebar-wrapper .menu .sidebar-link>span {
  color: #053382;
  font-weight: 500;
  margin-left: 1rem;
  opacity: .8
}

.sidebar-link>span {
  /* color: #053382; */
  font-weight: 500;
  margin-left: 1rem;
  opacity: .8
}

.sidebar-wrapper .menu .sidebar-item {
  list-style: none;
  margin-top: .5rem;
  position: relative
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="gray" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
  position: absolute;
  color: #ccc;
  right: 15px;
  top: 12px;
  display: block
}

.has-sub .sidebar-link:after {
  /* content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="gray" stroke-width="1" d="M6 9l6 6 6-6"/></svg>'); */
  position: absolute;
  color: #ccc;
  right: 15px;
  top: 12px;
  display: block
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
  background-color: #e8f3ff
}

.sidebar-item.active .sidebar-link {
  background-color: #e8f3ff
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(46, 170, 244, .5);
  width: 5px
}

.sidebar-item.active .sidebar-link:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(46, 170, 244, .5);
  width: 5px
}

.sidebar-wrapper .menu .submenu {
  list-style: none;
  max-height: 0;
  transition: max-height .5s ease-out;
  overflow: hidden
}

.submenu {
  list-style: none;
  max-height: 0;
  transition: max-height .5s ease-out;
  overflow: hidden
}

.sidebar-wrapper .menu .submenu.active {
  max-height: 500px
}

.submenu.active {
  max-height: 500px;
  width: 234px;
  
}

.sidebar-wrapper .menu .submenu li a {
  padding: .7rem 3rem;
  display: block;
  color: #676767;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .5px;
  transition: all .2s
}

.submenu li a {
  /* padding: .7rem 3rem; */
  display: block;
  color: #676767;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .5px;
  transition: all .2s
}

.sidebar-wrapper .menu .submenu li a:hover {
  margin-left: .3rem
}

@media screen and (max-width:767px) {
  .sidebar-wrapper {
      left: -270px
  }

  .sidebar-wrapper .sidebar-toggler.x {
      display: block
  }
}

.card {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
  margin-bottom: 2.2rem
}

.c-center {
  min-height: 200px;
}

.card.card-statistic {
  box-shadow: 1px 2px 5px rgba(47, 170, 244, .5);
  background: linear-gradient(180deg, #25a6f1, #54b9ff);
  border: none
}

.card.card-statistic .card-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .8px;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 5px
}

.card.card-statistic .card-right p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0
}

.card.card-statistic .card-right span.green {
  color: #6fff6f
}

.card.card-statistic .card-right span.red {
  color: #ff7979
}

.card.card-statistic .chart-wrapper {
  height: 100px
}

.card .card-header {
  border: none
}

.card .card-header h4 {
  font-size: 1.2rem
}

.card .card-header~.card-body {
  padding-top: 0
}

.card .card-content {
  position: relative
}

.card .card-title {
  font-size: 1.2rem
}

.card .card-body {
  padding: 1.4rem 1.7rem
}

.card .card-heading {
  color: #555;
  font-size: 1.5rem
}

.card .card-img-overlay {
  background-color: rgba(0, 0, 0, .6)
}

.card .card-img-overlay p {
  color: #eee
}

.card .card-img-overlay .card-title {
  color: #fff
}

.pricing .card {
  box-shadow: none;
  border-right: 1px solid #e9ecef;
  box-shadow: 0 10px 10px #e9ecef;
  margin-bottom: .5rem
}

.pricing h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3rem
}

.pricing .card-header .card-title {
  font-size: 2rem !important;
  margin-bottom: 0
}

.pricing .card-header p {
  font-size: .8rem
}

.pricing ul li {
  list-style: none;
  margin-bottom: .5rem
}

.pricing ul li i,
.pricing ul li svg {
  width: 1rem;
  color: #39da8a;
  font-size: 1rem;
  margin-right: 7px
}

.pricing .card-highlighted {
  background-color: #5a8dee;
  padding-top: 20px;
  padding-bottom: 20px
}

.pricing .card-highlighted .card-body,
.pricing .card-highlighted .card-header {
  background-color: #5a8dee;
  color: #fff
}

.pricing .card-highlighted ul li {
  color: #fff
}

.pricing .card-highlighted ul li i,
.pricing .card-highlighted ul li svg {
  color: tint-color(#28a745, 2)
}

.pricing .card-highlighted .card-footer {
  background-color: #5a8dee
}

.pricing .card-highlighted .card-title {
  color: #fff;
  font-size: 1.8rem
}

.nav-pills .nav-link.active {
  box-shadow: 0 2px 10px rgba(90, 141, 238, .5)
}

.nav-tabs,
.nav-tabs .nav-link {
  border: none
}

.nav-tabs .nav-link:hover {
  border: none;
  text-shadow: 0 0 2px rgba(90, 141, 238, .3)
}

.nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #5a8dee
}

.nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #5a8dee;
  left: 0;
  box-shadow: 0 2px 5px rgba(90, 141, 238, .5)
}

.sidebar-inner {
  width: 250px;
}

.menu-arrow {
  position: absolute;
  right: 10px;
}

.dashboard-alt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navbar {
  height: 70px;
  padding: 1.5rem;
  /* background-color: #5e72e4; */
}

.navbar .nav-link-user img {
  width: 30px
}

.navbar.navbar-header li {
  display: flex;
  align-items: center
}

.navbar.navbar-header li.nav-icon {
  margin-right: .4rem
}

.navbar.navbar-header li.nav-icon .nav-link {
  display: block;
  padding: .4rem;
  border-radius: 50%
}

.navbar.navbar-header li.nav-icon .nav-link:hover {
  background-color: #e9ecef
}

.navbar.navbar-header .dropdown>a {
  color: #6c757d;
  font-weight: 600
}

.navbar.navbar-header .dropdown>a svg {
  height: 24px;
  width: 24px
}

.navbar.navbar-header .dropdown>a:after {
  display: none
}

.pagination.pagination-primary .page-item.active .page-link {
  background-color: #5a8dee;
  border-color: #5a8dee;
  box-shadow: 0 2px 5px rgba(90, 141, 238, .3)
}

.pagination.pagination-secondary .page-item.active .page-link {
  background-color: #475f7b;
  border-color: #475f7b;
  box-shadow: 0 2px 5px rgba(71, 95, 123, .3)
}

.pagination.pagination-success .page-item.active .page-link {
  background-color: #39da8a;
  border-color: #39da8a;
  box-shadow: 0 2px 5px rgba(57, 218, 138, .3)
}

.pagination.pagination-danger .page-item.active .page-link {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
  box-shadow: 0 2px 5px rgba(255, 91, 92, .3)
}

.pagination.pagination-warning .page-item.active .page-link {
  background-color: #fdac41;
  border-color: #fdac41;
  box-shadow: 0 2px 5px rgba(253, 172, 65, .3)
}

.pagination.pagination-info .page-item.active .page-link {
  background-color: #00cfdd;
  border-color: #00cfdd;
  box-shadow: 0 2px 5px rgba(0, 207, 221, .3)
}

.pagination.pagination-dark .page-item.active .page-link {
  background-color: #222f3e;
  border-color: #222f3e;
  box-shadow: 0 2px 5px rgba(34, 47, 62, .3)
}

.pagination.pagination-light .page-item.active .page-link {
  background-color: #a3afbd;
  border-color: #a3afbd;
  box-shadow: 0 2px 5px rgba(163, 175, 189, .3)
}

.pagination.pagination-link .page-item.active .page-link {
  background-color: #2178d1;
  border-color: #2178d1;
  box-shadow: 0 2px 5px rgba(33, 120, 209, .3)
}

.page-item:not(.active) .page-link:hover {
  color: #000
}

.page-item i,
.page-item svg {
  font-size: 13px;
  width: 13px;
  height: 13px
}

.page-item .page-link {
  font-size: .875rem
}

.page-item .page-link:focus {
  box-shadow: none
}

.page-item:first-child {
  margin-right: .4rem
}

.page-item:last-child {
  margin-left: .4rem
}

.dataTable-table td,
.dataTable-table thead th,
.table td,
.table thead th {
  vertical-align: middle
}

.dataTable-table thead th,
.table thead th {
  border-bottom: 2px solid #475f7b
}

.dataTable-container {
  overflow-x: auto
}

.progress.progress-primary {
  overflow: visible
}

.progress.progress-primary .progress-bar {
  background-color: #5a8dee;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(90, 141, 238, .8)
}

.progress.progress-secondary {
  overflow: visible
}

.progress.progress-secondary .progress-bar {
  background-color: #475f7b;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(71, 95, 123, .8)
}

.progress.progress-success {
  overflow: visible
}

.progress.progress-success .progress-bar {
  background-color: #39da8a;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(57, 218, 138, .8)
}

.progress.progress-danger {
  overflow: visible
}

.progress.progress-danger .progress-bar {
  background-color: #ff5b5c;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(255, 91, 92, .8)
}

.progress.progress-warning {
  overflow: visible
}

.progress.progress-warning .progress-bar {
  background-color: #fdac41;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(253, 172, 65, .8)
}

.progress.progress-info {
  overflow: visible
}

.progress.progress-info .progress-bar {
  background-color: #00cfdd;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(0, 207, 221, .8)
}

.progress.progress-dark {
  overflow: visible
}

.progress.progress-dark .progress-bar {
  background-color: #222f3e;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(34, 47, 62, .8)
}

.progress.progress-light {
  overflow: visible
}

.progress.progress-light .progress-bar {
  background-color: #a3afbd;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(163, 175, 189, .8)
}

.progress.progress-link {
  overflow: visible
}

.progress.progress-link .progress-bar {
  background-color: #2178d1;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(33, 120, 209, .8)
}

.progress.progress-sm {
  height: .4rem
}

.progress.progress-lg {
  height: .8rem
}

.progress .progress-bar {
  position: relative;
  overflow: visible
}

.progress .progress-bar.progress-label:before {
  content: attr(aria-valuenow) "%";
  position: absolute;
  right: 0;
  top: -1.3rem;
  color: #495057;
  font-size: .8rem
}

.chat {
  border-radius: 5px
}

.chat.chat-left .chat-message {
  background: #5a8dee !important;
  float: left !important;
  color: #fff
}

.chat .chat-message {
  text-align: left !important;
  float: right !important;
  margin: .2rem 0 1.8rem .2rem !important;
  color: #525361;
  background-color: #fafbfb !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3) !important;
  padding: .75rem 1rem !important;
  position: relative !important;
  max-width: calc(100% - 5rem) !important;
  clear: both !important;
  word-break: break-word !important;
  border-radius: .267rem !important
}

.widget-todo-list-wrapper {
  padding: 0;
  margin: 0
}

.widget-todo-list-wrapper .widget-todo-item {
  padding: .8rem 2rem .8rem .8rem;
  list-style: none
}

.widget-todo-list-wrapper .widget-todo-item:hover {
  background-color: #f8f9fa
}

.widget-todo-list-wrapper .widget-todo-item .checkbox {
  margin-left: 1rem
}

.widget-todo-list-wrapper .widget-todo-item i,
.widget-todo-list-wrapper .widget-todo-item svg {
  font-size: 12px;
  cursor: move;
  height: 1rem
}

#auth {
  min-height: 100vh;
  padding-top: 100px;
  background: linear-gradient(160deg, #3c7ab7 0, #d33f3f
  100%) !important;
}

#auth .card {
  box-shadow: 0 5px 15px rgba(36, 104, 146, .6);
  border: none
}

#error {
  height: 100vh;
  width: 100%;
  background-color: #e9ecef
}

#error .error-title {
  font-size: 10rem
}

.text-xxs {
  font-size: .65rem
}

.text-xs {
  font-size: .75rem
}

.text-sm {
  font-size: .85rem
}

.font-bold {
  font-weight: 800
}

.font-semibold {
  font-weight: 600
}

.pt-32 {
  padding-top: 6rem
}

.ml-50 {
  margin-left: .5rem
}

.w-0 {
  width: 0
}

.w-1 {
  width: .25rem
}

.w-2 {
  width: .5rem
}

.w-3 {
  width: .75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-10 {
  width: 2.25rem
}

.h-0 {
  height: 0
}

.h-1 {
  height: .25rem
}

.h-2 {
  height: .5rem
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-10 {
  height: 2.25rem
}

.rounded-none {
  border-radius: 0
}

.round {
  border-radius: 1.5rem
}

.rounded-full {
  border-radius: 50%
}

.square {
  border-radius: 0
}

.text-red {
  color: #ff6384
}

.bg-red {
  background-color: #ff6384 !important
}

.text-orange {
  color: #ff9f40
}

.bg-orange {
  background-color: #ff9f40 !important
}

.text-yellow {
  color: #ffcd56
}

.bg-yellow {
  background-color: #ffcd56 !important
}

.text-green {
  color: #4bc0c0
}

.bg-green {
  background-color: #4bc0c0 !important
}

.text-info {
  color: #41b1f9
}

.bg-info {
  background-color: #41b1f9 !important
}

.text-blue {
  color: #3245d1
}

.bg-blue {
  background-color: #3245d1 !important
}

.text-purple {
  color: #96f
}

.bg-purple {
  background-color: #96f !important
}

.text-grey {
  color: #ebeff6
}

.bg-grey {
  background-color: #ebeff6 !important
}

.text-gray-700 {
  color: #4a5568
}

.bg-gray-700 {
  background-color: #4a5568 !important
}

.sidebarMenu {
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  z-index: 100;
  transition: all 0.5s ease;
}

.sidebarMenu .nav-links {
  height: auto;
  padding: 30px 0 150px 0;
  overflow: auto;
}

.sidebarMenu .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebarMenu .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

/* .sidebarMenu .nav-links li:hover .iocn-link {
background: var(--color-primary);
border-radius: 7px;
color: #707070;
} */

.sidebarMenu .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebarMenu .nav-links li .iocn-link .arrow {
  margin-right: 20px;
}

.sidebarMenu .nav-links li .icon {
  height: 50px;
  min-width: 20px;
  text-align: center;
  line-height: 50px;
  color: var(--color-primary);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 15px 0 15px;
}

/* .sidebarMenu .nav-links li:hover .icon {
  color: #fff;
} */

/* .sidebarMenu .nav-links li:hover i {
  color: #fff;
} */

/* .sidebarMenu .nav-links .logout:hover {
  background: var(--color-primary);
  border-radius: 7px;
} */

.sidebarMenu .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebarMenu .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebarMenu .nav-links li a .link_name {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  transition: all 0.4s ease;
}

/* .sidebarMenu .nav-links li:hover a .link_name {
  color: #fff;
} */

.sidebarMenu .nav-links li .sub-menu {
  padding: 6px 6px 14px 70px;
  margin-top: -10px;
  display: none;
}

.sub-menu {
  padding: 6px 6px 14px 70px;
  margin-top: -10px;
  display: none;
}

.sidebarMenu .nav-links li.showMenu .sub-menu {
  display: block;
  margin-top: 1px;
}

.showMenu .sub-menu {
  display: block;
  margin-top: 1px;
}

.sidebarMenu .nav-links li .sub-menu a {
  color: #707070;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sub-menu a {
  color: #707070;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* .sidebarMenu .nav-links li .sub-menu a:hover {
  opacity: 1;
  background-color: var(--color-primary--lite);
  color: #fff;
  padding-left: 10px;
  border-radius: 7px;
} */

.sidebarMenu .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebarMenu .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

/* .sidebarMenu .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
} */

@media (max-width: 400px) {
  .sidebarMenu {
    width: 78px;
  }
}


#parent .hidden-child{
  display: none;
}

#parent:hover .hidden-child{
  display: block;
}

#div_id_month {
  display: flex;
  justify-content: space-around;
  
  label {
      margin-top: 10px;
  }
}

#div_id_year {
  display: flex;
  justify-content: space-around;

  label {
      margin-top: 10px;
  }
}