.invalid-feedback {
  width: 100% !important;
  margin-top: 0.25rem !important;
  font-size: 80% !important;
  color: #dc3545 !important;
}

.text-sm {
  font-size: 0.825rem !important;
}

.alert-custom {
  box-shadow: 0 0 2px rgba(14, 13, 13, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background-color: rgb(252, 237, 205);
  color: #0e0e0e;
  /* background-color: rgb(247, 242, 242); */
  /* border-color: #f1f7fa; */
}

.alert a {
  color: #146fa5;
  text-decoration: none;
}

.badge-custom-pink {
  color: #1f2d3d;
  background-color: #fa74f3;
}

.badge-custom-light {
  color: #1f2d3d;
  background-color: #8df7f1;
}

.card-header {
  padding: 0.35rem 1rem;
}

.navbar {
  padding: 0.3rem 0.2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3f6791;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #3f6791;
  color: #fff;
  border-radius: 1.2rem;
}

/* .nav-item .nav-link.active,
.nav-item .show > .nav-link {
    color: #fff;
    background-color: #146fa5;
} */

.navbar-light .navbar-nav .nav-link.active {
  color: #3f6791;
}

.dropdown-menu {
  font-size: 0.8rem;
}

.dropdown-item {
  padding: 0.2rem 0.5rem;
}

.nav-pills .nav-link {
  padding: 0.3rem 0.4rem;
  position: relative;
}

.nav-pills .show > .nav-link > a:hover {
  color: aqua;
}

.navbar-custom-blue {
  background-color: #3f6791;
  color: #fff;
}

.custom-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* .p-2 {
       padding: .2rem !important;
    }  */

.card-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.login-card-body,
.login-card-body,
.register-card-body {
  border-radius: 1.2rem;
}

.bg-custom-blue {
  color: #fff;
  background-color: #3f6791;
}

.widget-user-2 .widget-user-username {
  font-size: 20px;
}

.nav-sidebar > .nav-item .nav-icon.fa,
.nav-sidebar > .nav-item .nav-icon.fab,
.nav-sidebar > .nav-item .nav-icon.fad,
.nav-sidebar > .nav-item .nav-icon.fal,
.nav-sidebar > .nav-item .nav-icon.far,
.nav-sidebar > .nav-item .nav-icon.fas,
.nav-sidebar > .nav-item .nav-icon.ion,
.nav-sidebar > .nav-item .nav-icon.svg-inline--fa {
  font-size: 0.75rem;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
  border-radius: 1.2rem;
}

.description-header {
  color: #3f6791;
}

li:hover {
  cursor: pointer;
}

.card {
  padding: 0.5em 0.5em 0.5em;
  border-radius: 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 1.5em 0.9em 0.5em;
}

[class^=select2] {
  border-radius: 1.2rem !important;
}

.paginate_button {
  border-radius: 1.2rem !important;
}

.form-control,
.form-control-sm {
  border-radius: 1.2rem;
  padding-right: 2rem;
}

.input-group > .custom-select,
.input-group > .form-control,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .is-invalid,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
}

.custom-input-group-append {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
}

.small-box {
  padding: 0.2em 1em;
  border-radius: 2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn {
  border-radius: 1rem;
  padding: 0.3rem 1rem;
}

.btn-custom-blue {
  color: #fff;
  background-color: #3f6791;
  border-color: #3f6791;
  box-shadow: none;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: 2px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 1.2rem;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-radius: 1.2rem;
}

.btn-custom-blue:hover {
  background-color: #3f6791;
  color: #fff;
  transition: 0.7s;
}

/* tooltip */

.tooltipz {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltipz .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipz .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipz:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.custom-badge {
  font-size: 0.9rem;
  font-weight: 300;
  padding: 2px 4px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.card-c-blue:not(.card-outline) > .card-header {
  background-color: #3f6791;
  color: #fff;
}

.card-c-blue.card-outline {
  border-top: 2px solid #3f6791;
}

#loadingDiv {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  /*background-color:;*/
  background-image: url(/images/loading-buffering.gif?cac6f4f6ddbe92403ef75aab346d1f59);
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.5;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

