.color-main {
  background-color: #f5f5f5;
}
.color-soft {
  background-color: #bfd1e5;
}
.color-green-1 {
  background-color: #105e46;
}
.color-green-2 {
  background-color: #12805d;
}
.color-green-3 {
  background-color: #02d693;
}
.color-gray-1 {
  background-color: #60695c;
}
.color-gray-2 {
  background-color: #1a1f16;
}
.color-gray-3 {
  background-color: rgba(26, 31, 22, 0.5);
}
.color-red {
  background-color: #e5252c;
}
.color-yellow {
  background-color: #e6d117;
}

body {
  background-color: #132a8b;
  background-image: url('../images/pcg_icon/sky.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.offcanvas-header {
  background-color: #00134f;
}

.header {
  padding-top: 3px;
}

.profile_image {
  max-width: 47px;
  max-height: 47px;
}

.user_box {
  vertical-align: middle;
  color: #1a1f16;
  background-color: white;
}

.user_icon {
  width: 60px;
  height: 60px;
  font-size: 28px;
  text-align: center;
}
.user_icon a {
  color: white;
}
.icon_home {
  color: white;
  background-color: #e5252c;
}
.icon_menu {
  color: white;
  background-color: #e5252c;
}

.box {
  background-color: white;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

h1.title {
  color: white;
}

#breadcrumbs a {
  color: #132A8B;
}
.breadcrumb-item.active {
  color: #132A8B;
}

.menu_item {
  font-size: var(--font-size-base);
}

.user_image {
  border: 3px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.imagePreview {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}

.font-normal {
  font-size: var(--font-size-base);
}
.font-large {
  font-size: var(--font-size-lg);
}
.font-small {
  font-size: var(--font-size-sm);
}
.form-label, .form-select, .form-control, .card-header, .card-body, .form-check-label {
  font-size: var(--font-size-base);
}

.noscrollbar::-webkit-scrollbar {
  display: none;
}
.noscrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.btn{
  font-size: calc(var(--font-size-base) * .65);
}

.pointer {
  cursor: pointer;
}

.table-condensed {
  width: 100%;
}

.bullet {
  width: 40px; 
  background-color: #A5D6A7;
  margin-bottom: 5px;
}