.pointer {
	cursor: pointer;
}

.account-page {
  background: url(../images/bg1.jpg);
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
}

.home-page {
  background: url(../images/bg2.jpg);
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
}

.uirp-bg {
  background: url(../images/uirp-bg.jpg);
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
}


[data-theme-mode=gray] {
    --bs-primary: #404040 !important;
    --bs-primary-rgb: 64,64,64 !important;
    /* --bs-danger: #f16c69 !important;
    --bs-danger-rgb: 241, 108, 105 !important;
    --bs-success: #35a989 !important;
    --bs-success-rgb: 53, 169, 137 !important;
    --bs-info: #bb8c27 !important;
    --bs-info-rgb: 245, 178, 37 !important; */
}
[data-theme-mode=gray] .navbar-header .dropdown .show.header-item {
    background-color: rgba(255, 255, 255, .1) !important;
}

[data-theme-mode=cdri] {
    --bs-primary: #C92730 !important;
    --bs-primary-rgb: 200, 40, 48 !important;
    /* --bs-danger: #f16c69 !important;
    --bs-danger-rgb: 241, 108, 105 !important;
    --bs-success: #35a989 !important;
    --bs-success-rgb: 53, 169, 137 !important; */
    /* --bs-info: #bb8c27 !important;
    --bs-info-rgb: 245, 178, 37 !important; */
}

.footer {
    background-color: #C5C6C6;
}

.form-check-input {
    border: 1px solid #ccc !important;
}
