@import url("https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&display=swap");
body,
p,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Eczar", serif !important;
  font-weight: 400;
}

.menu .app-brand.demo {
  margin-top: 12px;
}
.header-title {
  background-size: contain;
  background-position: center;
  height: 81px;
  z-index: 1024;
  position: relative;
  border-radius: 0.5rem;
  list-style: none;
}
.header-title1 {
  background-size: contain;
  background-position: center;
  height: 90px;
  z-index: 1024;
  position: relative;
  border-radius: 0.5rem;
  list-style: none;
}
.header-title1 {
  font-size: 22px !important;
}
.header-title1 p {
  font-size: 19px !important;
}
.header-title1 img {
  width: 70px !important;
}
.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}
.h-t {
  text-transform: uppercase;
  font-weight: 700;
  color: #1490ff;
  font-size: 25px !important;
}
.h-ts {
  text-transform: uppercase;
  font-weight: 700;
  color: #1490ff;
  font-size: 13px !important;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  display: none;
}
.light-style
  .authentication-wrapper.authentication-basic
  .authentication-inner:after {
  display: none;
}
.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed
  .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
  .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir="rtl"] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.bg-menu-theme {
  background-color: #002545 !important;
  background-image: url("../img/bg-pat.png") !important;
  background-size: contain !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}
.bg-footer-theme {
  background-color: #002545 !important;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #fff !important;
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing) > .menu-toggle {
  color: #fff !important;
}
.bg-menu-theme .menu-inner > .menu-item.active:before {
  background-color: #e1e5f2 !important;
}
.layout-page {
  background-color: #e1e5f2 !important;
}
h4 {
  color: #0069c6;
}
h5 {
  color: #262425 !important;
}
h3 {
  color: #262425 !important;
}
.btn-primary {
  color: #fff;
  background-color: #16794a;
  border-color: #16794a;
  box-shadow: 0 0.125rem 0.25rem 0 #16794a70;
}
.btn-primary:hover {
  color: #fff;
  background-color: #16794a;
  border-color: #16794a;
  box-shadow: 0 0.125rem 0.25rem 0 #16794a70;
}
#custom_tbl th {
  /* background-color: #262425 !important; */
}
.btn-info {
  background-color: #006ed1;
  border-color: #006ed1;
  box-shadow: none !important;
}
.btn-info:hover {
  background-color: #1a7b4c;
  border-color: #1a7b4c;
  box-shadow: 0 0.125rem 0.25rem 0 #1a7b4c4a;
}
.btn-success:hover {
  color: #fff !important;
}
.btn-danger:hover {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  h4 {
    font-size: 14px !important;
  }
  .navbar-nav .nav-link {
    padding-right: 6px !important;
  }
  .btn-info {
    padding: 10px;
    font-size: 9px;
  }
  .h-t {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 700;
  }
  .header-title p {
    font-size: 13px !important;
  }
  .header-title1 .h-t {
    font-size: 13px !important;
  }
  .header-title1 p {
    font-size: 13px !important;
  }
}

h3 span.small {
  font-size: 60%;
}

.fw-medium {
  font-weight: 500;
}

.dbcrd {
  background: #ffd07d;
  transition: all 400ms;
}

.dbcrd:hover {
  background: #fbb437;
  transition: all 400ms;
}

.dbcrd .bg-dark {
  background: #652b00 !important;
  transition: all 400ms;
}

.dbcrd:hover .bg-dark {
  background: #ffd07d !important;
}

.dbcrd:hover img {
  scale: 2;
  transform: rotate(360deg);
  transition: all 400ms;
}

.ccrd {
  border-radius: 1rem;
  background: white !important;
}

.ccrd:hover {
  background: #a3cef1 !important;
}

.ccrd h5 {
  line-height: 1.2;
}

.ccrd:hover h5,
.ccrd:hover h6 {
  color: #000 !important;
}

.ccrd .ccdiv {
  background-color: #e1e5f2;
  aspect-ratio: 1/1;
  transition: all 300ms;
}

.ccrd.ccalert {
  position: relative;
}

.ccrd.ccalert::after {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  width: 20px;
  height: 20px;
  background-color: red;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  animation-name: blinking;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 500ms;
}

@keyframes blinking {
  from {
    scale: 1.2;
  }

  to {
    scale: 0.9;
  }
}

.ccrd .ccdiv .ccimg {
  width: 50%;
  scale: 1;
  transform: rotate(0deg);
  transition: all 300ms;
}

.ccrd:hover .ccdiv {
  background-color: #002545;
}

.ccrd:hover .ccdiv .ccimg {
  scale: 1.4;
  transform: rotate(360deg);
}

.select2-dropdown {
  position: relative !important;
  z-index: 9999 !important;
}
.select2-container {
  width: 100% !important;
}
.content-wrapper {
  overflow-x: hidden !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: start !important;
}
/* .card-heading{
  background-color: #16794a;
  padding: 10px;
} */
.even {
  background-color: #e3e3e3 !important;
}

