@charset "UTF-8";
/*!
 * Custom CSS to correct differances between Soft UI and Power Pages themes.
 */

:root,
[data-bs-theme=light] {
  --bs-link-color: #eab308;
  --bs-link-hover-color: #facc15;

}

[data-bs-theme=dark] {
  --bs-link-color: #eab308;
  --bs-link-hover-color: #facc15;
}

.pagination {
  --bs-pagination-color: #ffcb05;
  --bs-pagination-bg: #fff;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #ffcb05;
  --bs-pagination-active-border-color: #ffcb05;
}

/* Ensure font family is correct for all headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter";
}

.form-label,
label {
  margin-left: 0;
}

.icon i {
  color: #22221e;
}

.icon-sm i {
  font-size: .8rem;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon i {
  color: #fff;
}

a {
  text-decoration: none !important;
}

a:not(.btn) {
  text-decoration: none !important;
}

.dark-version #light-logo {
  display: none;
}

#dark-logo {
  display: none;
}

.dark-version #dark-logo {
  display: inherit;
}

.active>.page-link,
.page-link.active {
  z-index: 3 !important;
  color: var(--bs-pagination-active-color) !important;
  border-color: var(--bs-pagination-active-border-color) !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: var(--bs-pagination-active-bg) !important;
  background-image: linear-gradient(240deg, #eab308, #ffcb05);
}

.table {
  margin-bottom: 0px;
}

.table thead th {
  padding: 0.5rem 0.5rem;
}

.table tbody td,
.table tbody th {
  white-space: pre-wrap;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: var(--bs-list-group-action-hover-color);
  background-color: var(--bs-list-group-action-hover-bg);
}

a.list-group-item.active:focus,
a.list-group-item.active:hover {
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
}

.vr {
  width: 1px;
}

body.dark-version hr.horizontal.dark {
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
}

.text-theme {
  color: #fb8c00 !important;
}

.text-gradient.text-theme {
  background-image: linear-gradient(310deg, #ea580c, #facc15);
}

/* Web Page */
#content-wrapper {
  min-height: calc(100vh - 120px)
}

/* Buttons */
.btn {
  margin-bottom: auto;
}

/* Topbar */
h1.siteTitle,
.static-top.navbar-dark .navbar-brand a h1.siteTitle,
.static-top.navbar-dark .navbar-brand a h1.siteTitle>span {
  display: inline;
  vertical-align: middle;
  color: #1b3838;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
}

.darkLightMode-wrapper {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.lightDarkMode-theme {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

body #lightModeIcon {
  opacity: 1;
}

body #darkModeIcon {
  opacity: 0;
}

body.dark-version #lightModeIcon {
  opacity: 0;
}

body.dark-version #darkModeIcon {
  opacity: 1;
}

/* footer settings from Power Pages default theme.css */
footer {
  position: relative;
  color: #22221e;
}

footer .footer-top {
  width: 100%;
  min-height: 130px;
  background-color: #232222;
  display: flex;
  align-items: center;
}

footer .footer-top h3,
footer .footer-top h4 {
  color: #fff;
}

footer .footer-top .list-social-links {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

@media screen and (max-width: 991px) {

  footer .footer-top h3,
  footer .footer-top .list-social-links {
    text-align: center;
  }
}

footer .footer-bottom {
  width: 100%;
  min-height: 68px;
  background-color: #d2d2ce;
  font-size: 14px;
  display: flex;
  align-items: center;
}

footer .footer-bottom p {
  margin: 0;
  color: #fff;
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: #fff;
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
  font-size: 15px;
  color: #fff;
}

/* Forms */

.crmEntityFormView .cell .field-label {
  font-family: "Inter";
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--bs-heading-color);
}

.crmEntityFormView .section-title h3 {
  font-family: "Inter";
  margin-top: 0;
  margin-bottom: .5rem;
  letter-spacing: -.05rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .crmEntityFormView .section-title h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  .crmEntityFormView .section-title h3 {
    font-size: calc(1.275rem + .3vw)
  }
}

.associate-lookup .view-search .form-control {
  border: 1px solid #949494;
  padding-left: .75rem;
}


[id*="PcfControl"] {
  display: contents;
}

/* Enity List */

.entitylist .view-grid .dropdown .dropdown-menu,
.entity-grid .view-grid .dropdown .dropdown-menu {
  inset: 0 0 auto auto !important;
}

.entitylist .view-grid .dropdown .dropdown-menu:before,
.entity-grid .view-grid .dropdown .dropdown-menu:before {
  right: 28px !important;
  left: auto !important;
}

a:focus,
a:hover {
  color: var(--bs-link-color);
  text-decoration: none !important;
}

.btn-entitylist-filter-submit:hover {
  color: #252525;
  background-color: #ffcb05;
}

#entitylist-filters .entitylist-filter-option-text {
  width: 220px;
}

.entitylist-search {
  max-width: 240px !important;
  min-width: 140px !important;
}

.entitylist-search input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.entitylist-search .btn-default[title="Search Results"] {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
  color: #fff !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #71717a;
  --bs-btn-border-color: #71717a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(96.05, 96.05, 103.7);
  --bs-btn-hover-border-color: rgb(90.4, 90.4, 97.6);
  --bs-btn-focus-shadow-rgb: 134, 134, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(90.4, 90.4, 97.6);
  --bs-btn-active-border-color: rgb(84.75, 84.75, 91.5);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #71717a;
  --bs-btn-disabled-border-color: #71717a;
}

.control .input-group input.lookup,
.control .datetimepicker input.input-text-box {
  height: 3rem;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.control .input-group button.clearlookupfield,
.control .input-group button.launchentitylookup,
.control .input-group span.input-group-addon {
  height: 3rem;
  color: #fff !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #71717a;
  --bs-btn-border-color: #71717a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(96.05, 96.05, 103.7);
  --bs-btn-hover-border-color: rgb(90.4, 90.4, 97.6);
  --bs-btn-focus-shadow-rgb: 134, 134, 142;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(90.4, 90.4, 97.6);
  --bs-btn-active-border-color: rgb(84.75, 84.75, 91.5);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #71717a;
  --bs-btn-disabled-border-color: #71717a;
}


.bootstrap-datetimepicker-widget {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1) !important;
  border: 1px solid #d4d4d8 !important;
}

.selected-view.dropdown-toggle:focus,
.selected-view.dropdown-toggle:hover {
  outline: none !important;
}

/* Enity Gid */
.entity-grid .view-empty .alert-warning {
  background-image: none;
  color: inherit;
  --bs-alert-bg: transparent;
  --bs-alert-border-color: transparent;
}

/* Subgrid */
.subgrid .view-grid:has(table):has(tbody) {
  min-height: 220px;
}

/* PowerBi */
.powerbi {
  height: 100% !important;
}

.powerbi body .tileLayout {
  background-color: transparent !important;
}

/* Profile */
.avatar-title {
  display: none;
}

.g-sidenav-hidden .navbar-vertical .avatar-title {
  display: inline;
}

.g-sidenav-hidden .navbar-vertical .sidebar-user .user-title {
  display: none;
}

.g-sidenav-hidden .sidebar-user .avatar {
  width: 1.875rem !important;
  height: 1.875rem !important;
}

.sidebar-user {
  text-align: center;
}

.sidebar-user .nav-link {
  display: inline-grid !important;
}

.g-sidenav-hidden .sidebar-user .nav-link {
  display: flex !important;
}


/* AI */
.feedback-control-list {
  display: none !important;
}



/* NEED TO UPDATE THIS INTO ABOVE */

.btn-primary {
  --bs-btn-bg: #ffcb05;
  --bs-btn-border-color: #ffcb05;
  --bs-btn-hover-bg: rgb(237.15, 190.4, 45.05);
  --bs-btn-hover-border-color: rgb(236.1, 186.6, 32.7);
  --bs-btn-active-bg: rgb(238.2, 194.2, 57.4);
  --bs-btn-active-border-color: rgb(236.1, 186.6, 32.7);
  --bs-btn-disabled-bg: #ffcb05;
  --bs-btn-disabled-border-color: #ffcb05;
  --bs-btn-active-color: #fff;
}

.btn-primary,
.btn.bg-gradient-primary {
  box-shadow: 0 2px 2px 0 rgba(251, 140, 0, 0.1), 0 3px 1px -2px rgba(251, 140, 0, 0.18), 0 1px 5px 0 rgba(251, 140, 0, 0.15);
}

.btn-primary:hover,
.btn.bg-gradient-primary:hover {
  background-color: #ffcb05;
  border-color: #ffcb05;
  box-shadow: 0 8px 14px -8px rgba(251, 140, 0, 0.3), 0 3px 18px 0 rgba(251, 140, 0, 0.1), 0 7px 8px -4px rgba(251, 140, 0, 0.18);
}

.btn-primary .btn.bg-outline-primary,
.btn.bg-gradient-primary .btn.bg-outline-primary {
  border: 1px solid #ffcb05;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn.bg-gradient-primary:not(:disabled):not(.disabled).active,
.btn.bg-gradient-primary:not(:disabled):not(.disabled):active,
.show>.btn.bg-gradient-primary.dropdown-toggle {
  color: color-yiq(#ffcb05);
  background-color: #ffcb05;
  transform: scale(0.95);
}

.btn-primary.focus,
.btn-primary:focus,
.btn.bg-gradient-primary.focus,
.btn.bg-gradient-primary:focus {
  color: #fff;
  outline: none !important;
}


.btn-primary {
  transition: 0.5s;
  background-size: 200% auto;
  /* box-shadow: 0px 0px 14px -7px #f09819; */
  background-image: linear-gradient(240deg, #eab308, #ffcb05);
  touch-action: manipulation;
}

.btn-primary:hover {
  background-position: right center;
  background-image: none;
}


.glass {
  box-shadow: inset 0 0 2px hsla(0, 0%, 100%, .81);
  -webkit-backdrop-filter: saturate(150%) blur(5px);
  backdrop-filter: saturate(150%) blur(3px);
  background-color: hsla(0, 0%, 100%, .4) !important;
}


input.form-control {
  border: none;
}

.control .text-muted {
  display: none;
}

.input-group.input-group-outline .form-control[disabled] {
  border-style: none;
}

.crmEntityFormView .form-control.readonly:focus,
.crmEntityFormView .form-control[readonly][disabled]:focus,
.form-readonly .form-control:focus {
  outline: none;
}

#EntityFormPanel {
  opacity: 0;
  margin-top: 20px;
  /* start pushed down */
  pointer-events: none;
  /* avoid clicks while hidden */
  transition:
    opacity 0.3s ease-out,
    margin-top 0.5s ease-out;
}


#EntityFormPanel.visible {
  opacity: 1;
  margin-top: 0;
  /* slide up into place */
  pointer-events: auto;
}


.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
  background-image: linear-gradient(310deg, #f97316, #f97316);
  color: #fff !important;
}

.sidenav[data-color=primary] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #f97316, #f97316)
}

.sidenav[data-color=secondary] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #71717a, #71717a)
}

.sidenav[data-color=success] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #22c55e, #22c55e)
}

.sidenav[data-color=info] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #0ea5e9, #0ea5e9)
}

.sidenav[data-color=warning] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #eab308, #ffcb05)
}

.sidenav[data-color=danger] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #ef4444, #ef4444)
}

.sidenav[data-color=light] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #e3e3e7, #e3e3e7)
}

.sidenav[data-color=dark] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #27272a, #27272a)
}

.sidenav[data-color=white] .navbar-nav>.nav-item>.nav-link.active .icon {
  background-image: linear-gradient(310deg, #fff, #fff)
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon .i {
  color: #fff !important;
}

@media (min-width: 1200px) {
  .g-sidenav-hidden .navbar-vertical .nav-item .nav-link .icon {
    padding: 0px;
  }
}

body:not(.dark-version) .sidenav.bg-white .collapse .nav-item .nav-link.active.text-dark i {
  color: #fff !important;
}

.sidenav .navbar-nav>.nav-item .nav-link.active+.collapse .nav-item.active .nav-link.active,
.sidenav .navbar-nav>.nav-item .nav-link.active+.collapsing .nav-item.active .nav-link.active {
  background-image: none !important;
  background-color: rgba(199, 199, 199, 0.2) !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active+.collapse .nav-item.active .nav-link.active span,
.navbar-vertical .navbar-nav>.nav-item .nav-link.active+.collapsing .nav-item.active .nav-link.active span {
  color: #262626 !important
}

.nav.nav-pills {
  border-radius: 0.375rem;
}

.table th {
  font-weight: 500;
}

.crmEntityFormView .validation-summary {
  margin-bottom: 3rem !important;
}

.crmEntityFormView .validation-summary h2 {
  color: #fff;
  font-weight: 400;
}

.crmEntityFormView .validation-summary ul li {
  color: #fff;
  font-size: 0.875rem !important;
}

.crmEntityFormView .validation-summary ul li a {
  color: #fff !important;
  font-size: 0.875rem !important;
}

#privateModeText {
  display: none;
}