@import url("Calibri.css");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  font-family: "Calibri" !important;
}

.cover-img {
  position: relative;
}
.cover-img:before {
  content: "";
  background: hsla(180, 33%, 88%, 1);
  background: linear-gradient(
    270deg,
    hsla(180, 33%, 88%, 0) 5%,
    hsla(0, 0%, 0%, 1) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    hsla(180, 33%, 88%, 0) 5%,
    hsla(0, 0%, 0%, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    hsla(180, 33%, 88%, 0) 5%,
    hsla(0, 0%, 0%, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D7EBEB", endColorstr="#000000", GradientType=1 );
  display: block;
  height: 50vh;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
}
/* GENERAL */
.kpi_body_main.dark {
}

/* GENERAL */

/* HEADER */
.kpi_body_main.dark .kpi_main_header .logo:hover {
  background-color: #000;
}
.kpi_body_main.dark .kpi_main_header .logo {
  background-color: transparent;
  color: #fff;
  border-bottom: 0 solid transparent;
  border-right: 1px solid #000;
}
.kpi_body_main.dark header.kpi_main_header {
  background: #222d32;
}
.kpi_body_main.dark header.kpi_main_header .navbar {
  background-color: #222d32;
}
.kpi_body_main.dark header.kpi_main_header .navbar .sidebar-toggle {
  color: #fff;
  border-right: 1px solid #000;
}
.kpi_body_main.dark header.kpi_main_header .navbar .nav > li > a {
  color: #fff;
}
.kpi_body_main.dark
  header.kpi_main_header
  .navbar
  .navbar-custom-menu
  .navbar-nav
  > li
  > a,
.kpi_body_main.dark header.kpi_main_header .navbar .navbar-right > li > a {
  border-left: 1px solid #000;
  border-right-width: 0;
}
.kpi_body_main.dark header.kpi_main_header .navbar .nav > li > a:hover,
.kpi_body_main.dark header.kpi_main_header .navbar .nav > li > a:active,
.kpi_body_main.dark header.kpi_main_header .navbar .nav > li > a:focus,
.kpi_body_main.dark header.kpi_main_header .navbar .nav .open > a,
.kpi_body_main.dark header.kpi_main_header .navbar .nav .open > a:hover,
.kpi_body_main.dark header.kpi_main_header .navbar .nav .open > a:focus,
.kpi_body_main.dark header.kpi_main_header .navbar .nav > .active > a {
  background: #000;
  color: #999;
}
.kpi_body_main.dark header.kpi_main_header .navbar .navbar-nav > li > a {
  border-right: 1px solid #000;
}
.kpi_body_main.dark header.kpi_main_header .navbar .sidebar-toggle:hover {
  background: #000;
  border-color: #000;
  border-right: 1px solid #000;
}
.kpi_body_main.dark .dropdown-menu:not(.datepicker) {
  border-color: #000;
  background-color: #222d32;
  border: none;
}
.kpi_body_main.dark
  .navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a,
.kpi_body_main.dark
  .navbar-nav
  > .messages-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a,
.kpi_body_main.dark
  .navbar-nav
  > .tasks-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a {
  border-bottom: 1px solid #11262f;
  color: #93a1a7;
}
.kpi_body_main.dark
  .navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li.header,
.kpi_body_main.dark .navbar-nav > .messages-menu > .dropdown-menu > li.header,
.kpi_body_main.dark .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  background-color: #222d32;
  border-bottom: 1px solid #11262f;
  color: #fff;
}
.kpi_body_main.dark
  .navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li.footer
  > a,
.kpi_body_main.dark
  .navbar-nav
  > .messages-menu
  > .dropdown-menu
  > li.footer
  > a,
.kpi_body_main.dark .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  background-color: #222d32;
  border-bottom: 1px solid #11262f;
  color: #fff !important;
}
.kpi_body_main.dark
  .navbar-nav
  > .notifications-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a:hover,
.kpi_body_main.dark
  .navbar-nav
  > .messages-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a:hover,
.kpi_body_main.dark
  .navbar-nav
  > .tasks-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a:hover {
  background: #0bd82e;
}
.kpi_body_main.dark
  .navbar-nav
  > .messages-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > h4 {
  color: #fff;
}
.kpi_body_main.dark
  .navbar-nav
  > .messages-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a:hover
  > h4 {
  color: #000;
}
.kpi_body_main.dark .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #fff !important;
}
.kpi_body_main.dark
  .navbar-nav
  > .user-menu
  > .dropdown-menu
  > .user-body
  a:hover {
  color: #0bd82e !important;
}
.kpi_body_main.dark .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.kpi_body_main.dark .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #222222;
}
.kpi_body_main.dark .navbar-nav > .user-menu > .dropdown-menu > .user-footer a {
  color: #fff;
  background: #222d32;
  border: 1px solid #000;
}
.kpi_body_main.dark
  .navbar-nav
  > .user-menu
  > .dropdown-menu
  > .user-footer
  a:hover {
  color: #000;
  background: #0bd82e;
  border: 1px solid #000;
}
.kpi_body_main.dark
  .navbar-nav
  > .tasks-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > h3 {
  color: #93a1a7;
}
.kpi_body_main.dark
  .navbar-nav
  > .messages-menu
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > p {
  color: #93a1a7;
}
/* HEADER */

/* BODY */
.kpi_body_main.dark .content-wrapper {
  background-color: #272727;
}
.kpi_body_main.dark .content-header {
  color: #fff;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: #a7a7a7;
}
.kpi_body_main.dark .content-header > .breadcrumb > li > a {
  color: #fff;
}
.kpi_body_main.dark .nav-tabs-custom {
  background: #303030;
}
.kpi_body_main.dark .nav-tabs-custom > .nav-tabs > li.active > a,
.kpi_body_main.dark .nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #303030;
  color: #fff;
  border-left-color: #000;
  border-right-color: #000;
}
.kpi_body_main.dark
  .nav-tabs-custom
  > .nav-tabs.pull-right
  > li:first-of-type.active
  > a {
  border-left-color: #000;
  border-right-color: transparent;
}
.kpi_body_main .nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #0bd82e;
}
.kpi_body_main.dark .nav-tabs-custom > .nav-tabs > li > a {
  color: #93a1a7;
}
.kpi_body_main.dark .nav-tabs-custom > .nav-tabs {
  border-bottom-color: #000;
}
.kpi_body_main.dark .nav-tabs-custom > .nav-tabs > li.header {
  color: #fff;
}
.kpi_body_main.dark .nav-tabs-custom > .tab-content {
  background: #303030;
}
.kpi_body_main.dark .box-footer {
  border-top: 1px solid #000;
  background-color: #303030;
}
.kpi_body_main.dark .box.box-solid {
  border-top: 0;
  background: #383838 !important;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #303030),
    color-stop(1, #383838)
  ) !important;
  background: -ms-linear-gradient(bottom, #303030, #383838) !important;
  background: -moz-linear-gradient(
    center bottom,
    #303030 0,
    #383838 100%
  ) !important;
  background: -o-linear-gradient(#303030, #383838) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#383838', GradientType=0) !important;
  color: #fff;
}
/* BODY */

/* FOOTER */
.kpi_body_main.dark footer.kpi_main_footer {
  background: #222d32;
  border-top: 1px solid #000;
  color: #a7a7a7;
}
.kpi_body_main.dark footer.kpi_main_footer a {
  color: #a7a7a7;
}
.kpi_body_main.dark footer.kpi_main_footer a:hover,
.kpi_body_main.dark footer.kpi_main_footer a:focus,
.kpi_body_main.dark footer.kpi_main_footer a:active {
  color: #fff;
}
/* FOOTER */

/* BS OVERRIDE */
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: transparent;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: transparent;
  border: 1px solid;
}
/* BS OVERRIDE */

.box-header.with-border {
  border-bottom: 1px solid #5a5959;
}

.col-for-5 {
  width: 20%;
  float: left;
  padding: 5px;
}
.info-box {
  background: #323232;
  color: #fff;
}
.bg-pink {
  background-color: #e91e63;
}

/* UI GENERAL */
main.ui-main {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.ui-section--head h3 {
  font-family: "Calibri";
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
}
.ui-section--head p {
  font-family: "Calibri";
  color: #fff;
  font-size: 18px;
  margin: 0 0;
  font-weight: 500;
}
.ui-section--head {
  text-align: center;
  margin: 0 0 5%;
}
.ui-section--footer {
  text-align: center;
  margin: 50px 0 0;
}
.ui-section__loginfg .ui-section__logininput input[type="file"] {
  display: none;
}
label.ui-upload-label {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 0 35px;
  color: #fff;
  border-bottom: 1px solid #ffffff !important;
  min-height: 50px;
  font-family: "Calibri";
  font-size: 18px;
  font-weight: 500;
  line-height: 2.8;
  margin: 0;
  width: 100%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}
label.ui-upload-label:after {
  content: "\f0ee";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 16px;
}
/* UI GENERAL */

/* LOGIN PAGE */
section.ui-section {
  height: 100% !important;
}
section.ui-section.user-register {
  /* height: auto !important; */
  height: 100% !important;
}
section.ui-section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background-image: url(/images/dgf-bg-main.jpg);*/
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.ui-section__loginrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-section__loginbox
  .ui-section__loginbody
  form.ui-section__loginform
  .ui-section__loginfg {
  margin: 0;
}
.ui-section__loginfg .ui-section__logininput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  margin: 0 0 15px;
}
.ui-section__loginfg .ui-section__logininput span {
  position: absolute;
  left: 0;
  top: 15px;
  padding: 0 10px;
  color: #fff;
}
.ui-section__loginfg .ui-section__logininput input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 0 35px;
  color: #fff;
  border-bottom: 1px solid #ffffff !important;
  min-height: 50px;
  font-family: "Calibri";
  font-size: 18px;
}
.ui-section__loginfg .ui-section__logininput input::-webkit-input-placeholder {
  color: #fff;
}
.ui-section__loginfg .ui-section__logininput input:-ms-input-placeholder {
  color: #fff;
}
.ui-section__loginfg .ui-section__logininput input::placeholder {
  color: #fff;
}
.ui-section__loginaction button.ui-section--btn {
  display: block;
  width: 100%;
  border: 0 !important;
  border-radius: 4px;
  height: 50px;
  background-color: rgba(63, 85, 42, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.ui-section__loginaction button.ui-section--btn:hover,
.ui-section__loginaction button.ui-section--btn:focus,
.ui-section__loginaction button.ui-section--btn:active {
  background-color: rgba(63, 85, 42, 1);
  outline: 0;
}
.ui-section__loginaction {
  margin: 20px 0 0;
}
.ui-section--footer p {
  font-family: "Calibri";
  color: #fff;
  font-size: 16px;
  margin: 0 0;
  font-weight: 500;
}
.ui-section--footer .ui-section--form.create-profile {
  margin: 20px 0 0;
}
.ui-section--footer .ui-section--form.create-profile button.ui-section--btn {
  display: block;
  width: 100%;
  border: 0 !important;
  border-radius: 4px;
  height: 50px;
  background-color: #fff;
  color: #292929;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.ui-section--footer
  .ui-section--form.create-profile
  button.ui-section--btn:hover,
.ui-section--footer
  .ui-section--form.create-profile
  button.ui-section--btn:focus,
.ui-section--footer
  .ui-section--form.create-profile
  button.ui-section--btn:active {
  background-color: rgb(226, 226, 226);
  color: #292929;
}
.ui-section--footer .ui-section--form.create-profile .form-check label {
  color: #fff;
  font-family: "Calibri";
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.ui-section--footer .ui-section--form.create-profile .form-check input {
  display: none;
}
.ui-section--footer
  .ui-section--form.create-profile
  .form-check
  label
  > span.ui-custom-radio {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.ui-section--footer
  .ui-section--form.create-profile
  .form-check
  label
  input:checked
  + span.ui-custom-radio {
  background-color: #fff;
}
.ui-section--footer
  .ui-section--form.create-profile
  .form-check
  label
  > span.ui-custom-radio:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -4px;
  border: 2px solid #fff;
}
.ui-section--footer .ui-section--form.create-profile .form-check > span {
  color: #fff;
  font-family: "Calibri";
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
}
.ui-section--footer .form-check {
  margin: 0 0 20px;
}
/* LOGIN PAGE */

/* REGISTER PAGE */
section.ui-section.user-register {
  background-image: url("/images/dhf-app-registerbg.jpg");
}
/* REGISTER PAGE */

/* HUNTERS HOME */
.ui-hunters-home .ui-hunters-body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.ui-hunters-home .ui-hunters-body .ui-hunters-map {
  height: 100%;
}
.ui-hunters-home .ui-hunters-body .ui-hunters-map .map-wrapper {
  height: 100%;
  position: relative;
}
.ui-hunters-home .ui-hunters-body .ui-hunters-map .map-wrapper div#map-canvas {
  /* height: 100%;
  width: 100%;
  outline: 0 !important;
  min-height: 100vh;
  min-width: 100vw; */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.ui-hunters-home
  .ui-hunters-body
  .ui-hunters-map
  .map-wrapper
  div#map-canvas
  * {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  position: relative;
}
.ui-hunters-home
  .ui-hunters-body
  .ui-hunters-map
  .map-wrapper
  div#map-canvas
  .gm-style-iw.gm-style-iw-c {
  width: auto !important;
  max-width: none !important;
  min-width: auto !important;
  right: auto !important;
  position: absolute;
}
.ui-hunters-home {
  position: relative;
}
.ui-hunters-home
  .ui-hunters-body
  .ui-hunters-map
  .map-wrapper
  div#map-canvas:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* box-shadow: 0 0 25vw 10vw #000 inset; */
}
.ui-hunters-menu {
  position: absolute;
  top: 80px;
  z-index: 995;
  left: 15px;
}
.ui-hunters-filter {
  position: absolute;
  top: 80px;
  z-index: 995;
  right: 15px;
}
.ui-hunters-header a {
  color: #fff;
  font-size: 24px;
}
.ui-hunters-search {
  position: absolute;
  top: 360px;
  right: 25px;
}
.ui-hunters-locate {
  position: absolute;
  top: 415px;
  right: 25px;
}
.ui-hunters-more a {
  background: rgba(63, 85, 42, 0.5);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.ui-hunters-menu-wrap {
  position: fixed;
  left: -240px;
  top: 0;
  bottom: 0;
  width: 240px;
  overflow: hidden;
  background-color: #050505;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ui-hunters-menu-wrap.open {
  width: 240px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ui-hunters-menu-wrap > a.ui-hmenu-toggle {
  margin: 80px 0 0;
  display: block;
  padding-left: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
ul.ui-hunters-menu-list {
  list-style: none;
  padding-left: 15px;
  padding-top: 30px;
}
.ui-hunters-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding-left: 15px;
}
.ui-hunters-menu-bottom > a {
  padding: 10px 0;
}
ul.ui-hunters-menu-list li {
  padding: 10px 0;
}
/* HUNTERS HOME */

/* MAP */
.ui-hunters-home .ui-hunters-body .ui-hunters-map .map-wrapper .map-canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.ui-hunters-home .ui-hunters-body .ui-hunters-map .map-wrapper:before {
  content: "";
  width: 10%;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: hsla(0, 0%, 0%, 1);
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}
.ui-hunters-home .ui-hunters-body .ui-hunters-map .map-wrapper:after {
  content: "";
  width: 10%;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: hsla(0, 0%, 0%, 1);
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}
.ui-hunters-home
  .ui-hunters-body
  .ui-hunters-map
  .map-wrapper
  .map-canvas:before {
  content: "";
  height: 15%;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: hsla(0, 0%, 0%, 1);
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}
.ui-hunters-home
  .ui-hunters-body
  .ui-hunters-map
  .map-wrapper
  .map-canvas:after {
  content: "";
  height: 15%;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: hsla(0, 0%, 0%, 1);
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    hsla(0, 0%, 0%, 1) 0%,
    hsla(0, 0%, 0%, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}
.ui-hunters-more div[class*="ui-hunters"] {
  z-index: 999;
}
.ui-map-help {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
}
.ui-mapfilter-help {
  position: absolute;
  right: 70px;
  top: 90px;
}
.ui-mapfilter-help img {
  width: 100px;
}
.ui-mapfilter-help p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  position: absolute;
  bottom: -30px;
  left: -20px;
}
.ui-mapsearch-help {
  position: absolute;
  right: 80px;
  top: 375px;
}
.ui-mapsearch-help img {
  width: 150px;
}
.ui-mapsearch-help p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: -35px;
  left: -30px;
}
.ui-mapdismiss-help {
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.ui-mapdismiss-help p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.ui-map-drag {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
}
.ui-map-drag p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.ui-map-dragitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 25px;
}
.ui-map-dragitems .ui-map-dragitem {
  padding: 0 10px;
  text-align: center;
}
.ui-map-dragitems .ui-map-dragitem img {
  width: 45px;
  height: 45px;
}
/* MAP */

/* Hunter Profile */
.user-profile {
  background-color: #16191c;
  background-image: none !important;
  padding: 0px !important;
}

.cover-img img {
  width: 100%;
}
.profile-img {
  position: relative;
}
.profile-img img {
  position: absolute;
  top: -90px;
  left: 40%;
  z-index: 9999;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.user-profile .ui-section--body {
  padding-top: 6%;
}
.profile-details {
  text-align: center;
  color: #fff;
}
.profile-details h4 {
  margin-bottom: 5px;
}
.user-menu {
  padding-top: 25px;
}
.user-nav {
  padding-left: 0;
  width: 100%;
  list-style: none;
  position: relative;
}
li.user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #0e1012;
}
li.user-item:last-child {
  border-bottom: none;
}
li.user-item a {
  color: #fff;
  font-size: 18px;
  min-height: 45px;
  font-family: "Calibri";
  white-space: nowrap;
  display: block;
  width: 100%;
}
.edit_profile {
  border: 2px solid #0e1012;
  font-family: "Calibri";
  padding: 10px 25px;
  width: 45%;
  margin: 15px auto;
  border-radius: 20px;
  display: block;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
li.user-item:not(:last-child):after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 12px 0 0;
  color: #fff;
  right: 0;
  position: absolute;
  top: 6px;
}
/* Hunter Profile*/

/* HUNT FISH */
section.ui-section.schedule_hunt.hunt_type.hunt_fish
  .ui-section__scheduleform
  .ui-section__logininput
  span {
  top: auto;
  bottom: 8px;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish
  .ui-section__scedule.form-group.row
  > label {
  display: block;
  width: 100%;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish
  .ui-section__scheduleform
  .ui-section__logininput
  span
  i.fa.fa-location-arrow {
  position: relative;
  top: -5px;
}
.ui-section__details {
  background: transparent;
  border-color: #6b6b6b;
  font-size: 18px;
  color: #6d6d6d;
  border: 1px solid #6b6b6b;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
}
.ui-section__details h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ui-section__details ul {
  list-style: none;
  padding: 0;
}
.ui-section__details ul > li {
  position: relative;
  padding-left: 15px;
}
.ui-section__details ul > li:before {
  content: ">";
  margin-right: 10px;
  font-stretch: condensed;
  position: absolute;
  left: 0;
}
.ui-section__info.form-group.row p {
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.ui-section__price.form-group.row h1 {
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 46px;
  margin: 0;
}
.card-header.ui-custom-header h1 {
  padding: 0;
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-weight: 600;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish {
  padding: 0;
}
.ui-sliderwrap .ui-slide img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  object-position: center;
}
.ui-sliderwrap .ui-slide {
  position: relative;
  outline: 0;
}
.ui-sliderwrap .ui-slide .ui-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding: 20px 20px;
}
.ui-sliderwrap .ui-slide .ui-slide-caption::before {
  content: "";
  background: hsla(180, 33%, 88%, 1);
  background: linear-gradient(
    270deg,
    hsla(180, 33%, 88%, 0) 5%,
    hsla(0, 0%, 0%, 1) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    hsla(180, 33%, 88%, 0) 5%,
    hsla(0, 0%, 0%, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    hsla(180, 33%, 88%, 0) 5%,
    hsla(0, 0%, 0%, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D7EBEB", endColorstr="#000000", GradientType=1 );
  display: block;
  height: 60vh;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  z-index: -1;
}
.ui-sliderwrap .ui-slide .ui-slide-caption p {
  padding: 0;
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  margin: 0;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish .ui-section-type-head {
  position: initial;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish .ui-hunters-back {
  position: absolute;
  top: 60px !important;
  z-index: 999;
  left: 0 !important;
  margin: auto;
  padding-left: 40px;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish
  .ui-sliderwrap
  button.slick-prev.slick-arrow {
  left: 25px;
  z-index: 999;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish
  .ui-sliderwrap
  button.slick-next.slick-arrow {
  right: 25px;
  z-index: 999;
}
section.ui-section.schedule_hunt.hunt_type.hunt_fish .ui-section__loginrow {
  position: initial;
}
.ui-sliderwrap .ui-slide .ui-slide-caption h1 {
  padding: 0;
  color: #fff;
  font-size: 32px;
  text-align: left;
  font-weight: 600;
  margin: 0;
}
/* HUNT FISH */

/* DELETE HUNT */
section.delete-hunt
  .ui-calendarwrap
  .ui-calendar.evo-calendar
  table.calendar-table
  tbody
  tr:first-child
  td[colspan="3"] {
  display: none;
}
section.delete-hunt
  .ui-calendarwrap
  .ui-calendar.evo-calendar
  table.calendar-table
  tbody
  tr:first-child
  th[colspan="4"]
  > div {
  text-align: right;
  justify-content: flex-end;
}
section.delete-hunt .ui-calendarwrap .ui-calendar.evo-calendar {
  padding-top: 100px;
  box-shadow: none;
  background: transparent;
}
section.delete-hunt .ui-calendarwrap .ui-calendar.evo-calendar .calendar-inner {
  background: transparent;
  box-shadow: none;
  width: 50%;
  margin: 0 auto;
}
section.delete-hunt
  .ui-calendarwrap
  .ui-calendar.evo-calendar
  .calendar-events {
  /* display: none; */
  background: transparent;
  box-shadow: none;
  width: 45%;
  margin: 0 auto;
}
section.delete-hunt
  .ui-calendarwrap
  .ui-calendar.evo-calendar
  .calendar-events
  .event-container {
  border-bottom: 1px solid #4b4b50;
}
section.ui-section.delete-hunt {
  position: relative;
}
section.ui-section.delete-hunt.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(22, 26, 29, 0.6);
  z-index: 999;
}
.ui-section__details.ui-huntDetailsContent {
  display: inline-block;
  width: 100%;
}
/* DELETE HUNT */

section.ui-section.ui-instruction {
  background: #0d0d0d;
  display: block !important;
  padding: 0;
}
section.ui-section.ui-instruction .ui-section__ins_top {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/images/dgf-bg-main.jpg);
  background-attachment: initial;
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
section.ui-section.ui-instruction .ui-section__ins_slider {
  margin: 0;
  height: 100%;
}
.ui-section__ins_slider .ui-section__insitem {
  text-align: center;
  border: 0 !important;
  outline: 0 !important;
}
.ui-section__ins_slider .instruction_title h3 {
  color: #fff;
  font-family: "Calibri";
  font-size: 26px;
  font-weight: 600;
  margin: 35px 0;
}
.ui-section__insitem .instruction_content p {
  font-size: 16px;
}
section.ui-section.ui-instruction .ui-section__ins_slider ul.slick-dots {
  bottom: -120px;
}
section.ui-section.ui-instruction
  .ui-section__ins_slider
  ul.slick-dots
  li
  button {
  padding: 0;
  height: auto;
  width: auto;
  display: block;
}
section.ui-section.ui-instruction
  .ui-section__ins_slider
  ul.slick-dots
  li.slick-active
  button:before {
  opacity: 0.75;
  color: #fff;
  height: auto;
  width: auto;
  font-size: 13px;
}
section.ui-section.ui-instruction
  .ui-section__ins_slider
  ul.slick-dots
  li
  button:before {
  opacity: 0.3;
  color: #fff;
  height: auto;
  width: auto;
  font-size: 13px;
}
section.ui-section.ui-instruction .ui-section__ins_slider ul.slick-dots li {
  margin: 0 0;
}
a.btn.btn-link.reset-pass {
  padding: 15px 0 0;
  display: block;
  font-family: "Calibri";
  color: #fff !important;
  font-size: 16px;
  margin: 0 0;
  font-weight: 500;
  text-decoration: none !important;
}
.ui-wt-content {
  color: #fff;
}
.ui-wt-content h4 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 30px;
}
.ui-wt-content p {
  margin: 0;
  font-size: 21px;
}
a.ui-wt-getStarted {
  display: block;
  width: 100%;
  border: 0 !important;
  border-radius: 4px;
  background-color: rgba(63, 85, 42, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  margin: 20px 0 0;
  color: #fff;
}
.ui-walkthrough-slick ul.slick-dots li button:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-walkthrough-slick ul.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
section.ui-section.user-register.ui-walkthrough-section {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.btn.btn-default {
  border-radius: 4px;
  border: 2px solid rgb(63, 85, 42);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(63, 85, 42);
  background: transparent !important;
  outline: 0 !important;
}
.btn.btn-primary {
  border-radius: 4px;
  border: 2px solid rgb(63, 85, 42);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: rgb(63, 85, 42) !important;
  color: #fff;
  outline: 0 !important;
}
.nice-select.filter-select {
  display: block;
  float: none;
  background: transparent;
  color: #fff;
}
.nice-select.filter-select ul.list {
  width: 100%;
  background-color: #2f4021;
}
.nice-select.filter-select ul.list li.option.selected {
  background-color: #4a6533;
}
main.ui-main .modal .modal-dialog .modal-content {
  background-color: rgba(33, 49, 18, 0.7);
}
.nothing-found {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.modal-content input[type="text"] {
  display: block;
  width: 100%;
  border-radius: 4px;
  /* border: 2px solid rgb(63, 85, 42); */
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  /* color: rgb(63, 85, 42); */
  background: transparent !important;
  outline: 0 !important;
  height: 55px;
}
main.ui-main .modal .modal-dialog {
  top: 30%;
}
main.ui-main .modal .modal-dialog .modal-content {
  background-color: transparent;
}
.currentProPic label {
  font-family: "Calibri";
  font-size: 18px;
  font-weight: 500;
  line-height: 2.8;
  color: #fff;
  display: block;
}
.currentProPic img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}
.currentProPic {
  text-align: center;
}

div#ui-filterModal {
  background: #161a1d;
}
.modal-footer {
  border: 0;
}
div#ui-filterModal .modal-footer {
  border: 0;
  padding: 0;
}
div#ui-filterModal .modal-footer button.btn.btn-primary {
  display: block;
  width: 100%;
  min-height: 60px;
}
div#ui-filterModal .ui-hunters-back {
  position: relative;
  margin: 0;
  top: -60px;
  left: -10px;
}
a.ui-section--btn.btn {
  display: block;
  width: 100%;
  border: 0 !important;
  border-radius: 4px;
  height: 50px;
  background-color: rgba(63, 85, 42, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 0;
}
section.ui-section.schedule_hunt.hunt_type {
  height: auto !important;
}
section.ui-section.user-profile {
  height: auto;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.ui-mapsearch-help {
  display: none;
}
.ui-hunters-search {
  display: none;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
  main.ui-main {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 110);
    /* height: 100%; */
  }
}
@media (max-width: 992px) {
  .col-for-5 {
    width: 33.3333333333%;
  }
}

@media (max-width: 768px) {
  .col-for-5 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ui-hunters-locate {
    position: absolute;
    top: calc(50% - 25px);
    right: 25px;
  }
  .ui-hunters-menu-wrap {
    bottom: 70px;
  }
  body.kpi_body_main.dark {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  section.delete-hunt
    .ui-calendarwrap
    .ui-calendar.evo-calendar
    .calendar-events {
    width: 100%;
    padding: 10px 15px;
  }
}

/*Onsite Styles*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.form-control {
  border-radius: 4px !important;
}

.info-box-text {
  font-size: 20px !important;
}
.info-box-number {
  font-size: 22px !important;
}
#warehouseDashboard .info-box-icon {
  height: 97px !important;
  width: 96px !important;
}
.sidebar-menu {
  white-space: unset !important;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.justify-content-center {
  justify-content: center !important;
}

.applicationListImg {
  max-width: 45px;
  height: auto;
}

.userListFormImg {
  width: 100%;
  max-width: 45px;
  height: auto;
  border-radius: 50%;
}

.user-panel > .image > img {
  height: 45px !important;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  z-index: 9999;
  text-align: center;
  background-color: #f6f6f6a6;
}
#loading-image {
  position: absolute;
  left: 44%;
  top: 40%;
  z-index: 100;
}

.description_p {
  font-size: 17px;
  text-align: right;
  margin-top: 14%;
  margin-right: -10%;
}

.save {
  margin-top: 22%;
}

.description_textarea {
  width: 100%;
}

.btn-link {
  color: #109e5d !important;
}
.main-footer {
  margin-left: 25% !important;
  background: none;
  border-top: none;
  color: #109e5d;
}
star {
  color: red;
}
/* Chrome, Safari, Edge, Opera */
#pin::-webkit-outer-spin-button,
#pin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#pin {
  -moz-appearance: textfield;
}
.user-panel > .info {
  position: unset !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: initial !important;
}
.kpi_body_main.dark form .box-footer {
  border-top: 1px solid #f4f4f4;
  background-color: #fff;
}
.skin-blue .main-header li.user-header {
  background-color: #00a65a !important;
}
.alert.alert-primary {
  background-color: rgba(141, 218, 72, 0.4);
  color: #fff;
}
.alert ul {
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.alert button.close {
  color: #fff;
  text-shadow: 0 2px 0 #000000;
  opacity: 1;
}
.row.alert-row {
  margin: 15px !important;
}
.ui-section__scheduleform input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.ui-section__htImgWrap img {
  width: 100%;
  height: auto;
  max-height: 320px;
}
@media (max-width: 499px) {
  .logoimg {
    width: 45% !important;
    height: 35px !important;
  }
  #loading-image {
    position: static !important;
    height: 20% !important;
    margin-top: 94% !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .logoimg {
    width: 18% !important;
    height: 35px !important;
  }
  #loading-image {
    position: static !important;
    height: 36% !important;
    margin-top: 84% !important;
  }
}
@media (max-height: 415px) {
  #loading-image {
    position: static !important;
    height: 36% !important;
    margin-top: 25% !important;
  }
}

.leaderboardPrintHeader {
  display: none;
}
@media print {
  .leaderboardPrintHeader {
    display: block;
  }
}

.crmReports > tbody > tr.white > td,
.crmReports > tbody > tr.white > td > a,
.crmReports > tbody > tr.white > td,
.crmReports > tbody > tr.white > td > a {
  color: white !important;
}
.crmReports > tbody > tr.black > td,
.crmReports > tbody > tr.black > td > a,
.crmReports > tbody > tr.black > td,
.crmReports > tbody > tr.black > td > a {
  color: black !important;
}
.fc-more-popover .fc-day-grid-event .fc-content {
  white-space: unset !important;
}
.progress-bar-navy {
  background-color: #001f3f !important;
}
.progress-bar-purple {
  background-color: #605ca8 !important;
}
.progress-bar-orange {
  background-color: #ff851b !important;
}
.progress-bar-teal {
  background-color: #39cccc !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: unset !important;
  }
}
.customer_result .selected {
  text-decoration: none;
  background-color: #d2d6de;
}
/*.crmReports > tbody > tr.Blue{
    background-color: #0b0bbd !important;
}
.crmReports > tbody > tr.Black{
    background-color: black !important;
}
.crmReports > tbody > tr.Red{
    background-color: red !important;
}
.crmReports > tbody > tr.Yellow{
    background-color: yellow !important;
}*/

/* CUSTOM */
@media screen and (min-width: 1200px) {
  section.ui-section.ui-instruction .ui-section__ins_top {
    min-height: 60vh;
  }
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .ui-section__loginrow .ui-section--body {
    width: 100%;
  }
  .ui-section__loginrow .ui-section--footer {
    width: 100%;
  }
  section.ui-section {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .container.ui-section__login {
    width: 100%;
  }
  .ui-section__loginrow {
    position: relative;
  }
  .ui-section--head h3 {
    font-size: 40px;
  }
  .ui-section--head {
    text-align: left;
    margin: 0 0 5%;
    width: 100%;
    /* position: absolute; */
    top: 0;
  }
  .ui-section--footer {
    text-align: center;
    margin: 50px 0 0;
    /*position: absolute;*/
    bottom: 0;
  }
  section.ui-section {
    /*background-image: url("/images/dhf-app-loginbg.jpg");*/
  }
  .ui-section--head p {
    /* width: 70%; */
    width: 100%;
  }
  section.ui-section.user-register .ui-section--head {
    text-align: left;
    margin: 0 0 5%;
    width: 100%;
    position: relative;
    top: 0;
  }
  .ui-section__loginfg .ui-section__logininput span {
    position: absolute;
    left: 0;
    top: 7px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
  }
  .ui-section__loginfg .ui-section__logininput input {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
    padding: 0 0 0 35px;
    color: #fff;
    border-bottom: 1px solid #ffffff !important;
    min-height: 35px;
    font-family: "Calibri";
    font-size: 15px;
  }
  label.ui-upload-label {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
    padding: 0 0 0 35px;
    color: #fff;
    border-bottom: 1px solid #ffffff !important;
    min-height: 35px;
    font-family: "Calibri";
    font-size: 14px;
    font-weight: 500;
    line-height: 2.8;
    margin: 0;
    width: 100%;
    position: relative;
  }
  label.ui-upload-label:after {
    font-size: 14px;
  }
  section.ui-section.user-register {
    background-image: url("/images/dhf-app-registerbg.jpg");
    background-size: cover;
  }
  section.ui-section.hunter-reg .ui-section--head {
    text-align: left;
    margin: 0 0 5%;
    width: 100%;
    /* position: absolute;
    top: -25vh; */
    position: relative;
    top: 0;
  }

  .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0px;
    left: 0px;
  }
  .profile-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 155px;
    margin: 350px auto 0;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
  }
  .cover-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 55px;
  }
  .cover-img {
    position: absolute;
    left: -15px;
    right: 0px;
    /* top: 200px; */
    top: 120px;
    height: 285px;
    width: 100vw;
    overflow: hidden;
  }
  .user-profile .ui-section--body {
    /* padding-top: 78% !important; */
    /* padding-top: 320px !important; */
    padding-top: 210px !important;
  }
  .profile-details {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  .profile-details h4 {
    margin-bottom: 5px;
    margin-top: 40px;
  }
  .user-menu {
    padding-top: 40px;
  }
  .profile-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 350px auto 0;
    text-align: center;
  }
  .profile-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
  }
  .ui-section-hunt-body {
    padding-top: 30% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ui-hunt-head {
    top: -51vh !important;
  }
  .schedule_hunt .ui-section--head {
    text-align: left !important;
    margin: 0 0 5%;
    width: 100%;
    position: relative;
  }
  .schedule_hunt .ui-hunters-back {
    position: absolute;
    top: 160px !important;
    z-index: 999;
    left: 30px !important;
    width: 100%;
    margin: auto;
  }
  section.ui-section.ui-instruction .ui-section__ins_top {
    background-image: url("/images/dhf-app-loginbg.jpg");
    min-height: 60vh;
    background-position: center 90%;
  }
  .ui-section__insitem .instruction_content p {
    width: 80%;
    margin: 0 auto;
  }
  .edit_profile {
    width: auto;
    display: inline-block;
  }
  #bio {
    font-size: 15px !important;
    line-height: 2.1 !important;
  }
}
@media screen and (max-width: 575px) {
  section.delete-hunt
    .ui-calendarwrap
    .ui-calendar.evo-calendar
    .calendar-inner {
    width: 100% !important;
    margin: 0 auto !important;
  }
  section.delete-hunt
    .ui-calendarwrap
    .ui-calendar.evo-calendar
    table.calendar-table
    tbody
    tr:first-child
    th[colspan="4"]
    > div {
    text-align: left;
    justify-content: flex-start;
  }
  tr.calendar-body .calendar-day .day.lastmonth_day,
  tr.calendar-body .calendar-day .day.nextmonth_day {
    display: none;
  }
}

.profile-title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 70%;
}
.profile-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}

.ui-hunters-back {
  position: absolute;
  top: 160px;
  z-index: 999;
  left: 20px;
  width: 100%;
  margin: 95px auto 0;
}
.ui-hunters-back a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.ui-hunters-back a:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 12px 0 0;
  color: #fff;
  left: -15px;
  position: absolute;
  top: 2px;
}
.buddy_details {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1f2326;
  padding: 20px 0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.buddy_details .hunt_img {
  width: 25%;
  margin: auto;
  text-align: center;
}
.buddy_details .hunt_img img {
  z-index: 9999;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.hunt_desc {
  width: 45%;
}
.hunt_desc h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
}
.hunt_desc p {
  margin: 0 0 0px;
  font-size: 12px;
  color: #919191;
}
.hunt_price {
  padding-right: 5px;
  width: 30%;
}
.hunt_price p {
  margin: 0 0 0px;
  font-size: 11px;
  color: #fff;
}
.hunt_price h2 {
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.ui-section-hunt-body {
  padding-top: 4%;
  width: 100%;
}
.schedule_hunt {
  background: #161a1d;
  background-image: none !important;
}

.ui-section__scheduleform {
  padding: 0 30px;
}
.ui-section__scheduleform .col-form-label {
  padding: 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.ui-section__scheduleform input {
  background: transparent;
  min-height: 45px;
  border-color: #6b6b6b;
  font-size: 18px;
  color: #fff;
  border-width: 2px;
}
.ui-section__scheduleform select {
  background: transparent;
  min-height: 45px;
  border-color: #6b6b6b;
  font-size: 18px;
  color: #555;
  border-width: 2px;
}
.ui-section__scheduleform select option {
  color: #555;
}
.ui-section__scheduleform select {
  color: #fff;
}
input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  display: none;
}
input#startTime:before {
  content: "Start Time";
  color: #555;
}
input#endTime:before {
  content: "End Time";
  color: #555;
}
input[type="time" i]::-webkit-calendar-picker-indicator {
  filter: contrast(0.5);
}
.ui-section__scheduleform .hunt_desc {
  background: transparent;
  min-height: 45px;
  border-color: #6b6b6b;
  font-size: 18px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  border-width: 2px;
}
.ui-section__scheduleform .ui-section__logininput {
  position: relative;
}
.ui-section__scheduleform .ui-section__logininput span {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
}
.hunt_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hunt_select_image {
  width: 25%;
  margin: auto;
  text-align: center;
  position: relative;
}
.hunt_select_image input[type="checkbox"] {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
img.select_image {
  width: 90%;
  height: auto;
  margin: auto;
  text-align: center;
  user-select: none;
  -webkit-user-drag: none;
}
.hunt_select_image label.active {
  position: relative;
}
.hunt_select_image label.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgb(75 122 85 / 68%);
  width: 90%;
}
.hunt_select_image label.active:after {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 12px 0 0;
  color: #fff;
  left: 0px;
  position: absolute;
  top: 40%;
  right: 0;
  text-align: center;
  font-size: 18px;
}
.schedule_hunt .ui-hunters-back {
  position: absolute;
  top: 0;
  z-index: 999;
  left: -120px;
  width: 100%;
  margin: auto;
}
.ui-section__scheduleform input::-webkit-input-placeholder {
  color: #555;
}
.ui-section__scheduleform .ui-section__logininput span.date {
  position: absolute;
  bottom: 12px;
  top: auto;
}
.container-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  line-height: 41px;
  margin-right: 15px;
  font-weight: normal;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #3f552a;
}

.container-check:hover input ~ .checkmark {
  background-color: transparent;
}

.container-check input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #3f552a;
}

.checkmark:after {
  content: "\f00c";
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 12px 0 0;
  color: #fff;
  left: 2px;
  position: absolute;
  top: 2px;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.ui-section.schedule_hunt.hunt_type .ui-hunters-back {
  position: absolute;
  top: 0 !important;
  z-index: 999;
  left: 0 !important;
  margin: auto;
  padding-left: 40px;
}
section.ui-section.schedule_hunt.hunt_type .ui-section-type-head {
  width: 100%;
  height: 40px;
}
.splash_body {
  background-image: none !important;
  background-color: #161a1d !important;
}
.splash_body img.splash_img {
  width: 100%;
}

/* JS23AK03HI2022L */
form.ui-section__customRegForm-js .ui-section__loginfg .ui-section__logininput span.invalid-feedback {
  display: none;
}
/* JS23AK03HI2022L */

/* CUSTOM */

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
}
.ui-reset-password {
  margin-top: 45px !important;
}

#bio {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 0 35px;
  color: #fff;
  border-bottom: 1px solid #ffffff !important;
  min-height: 35px;
  font-family: "Calibri";
  font-size: 18px;
  line-height: 2.5;
}
@media (max-width: 575px) {
  main.ui-main {
    height: 100% !important;
  }
  section.ui-section.hunter-reg {
    min-height: 100vh;
  }
}

.abt_text p {
    color: #fff;
    font-size: 18px;
}
.form-control::-webkit-input-placeholder {
    color: #fff !important;
}

.pay_dis {
      width: 100%;
    height: 560px;
    overflow: auto;
    padding: 10px;
}
.pay_dis h5 {
   color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
}
.pay_dis p, .pay_dis ul, .pay_dis ol {
   color: #fff;
    font-size: 16px;
}
.pay_dis ol > li {
    margin-bottom: 15px;
}
.hunt_desc::-webkit-input-placeholder {
    color: #fff !important;
}
.form_slot {
  color: #fff;
    font-size: 18px;
}
@media (max-width: 375px) {
  .ui-section__scheduleform .col-form-label {
    font-size: 15px !important;
  }
}
      