.footer-info, .phone-number, .info-text {
    display: flex;
    flex-direction: row;
}

.Seperator, .title, .phone-number {
  color: #244b90;
}

.footer {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 -3px 5px rgba(57, 63, 72, 0.3);
}

.logo {
    width: 60px;
    height: auto;
}

.Seperator {
    height: 60px;
    font-size: 45px;
    width: auto;
}

.title {
    font-size: 16px;
    font-weight: bold;
    width: 160px;
}

.footer-info {
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.phone-number {
    font-weight: bold;
    padding-top: 20px;
}

.info-text {
    color: #4a4a4a;
    padding-top: 20px;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#navbar .nav-link.selectedHeader {
  border-bottom: 3px solid #244b90 !important;
  padding-bottom: 0 !important;
}

.navbar-brand.navbar-header .xrm-attribute-value a:hover {
  text-decoration: none !important;
}

#navbar .nav-link {
  position: relative;
}

#navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #244b90;
  transform: scaleX(0);
  transform-origin: right;             
  transition: transform 0.3s ease;
}

#navbar .nav-link:hover::after {
  transform-origin: left;            
  transform: scaleX(1);
}

#navbar nav .weblinks li a, #navbar nav .weblinks .weblink a, body .navbar-inverse .navbar-nav li a:focus {
	outline: none !important;
	border: none !important;
}

a:not(.btn):hover{
    text-decoration: none !important;
}

#modalTitle {
    display: none;
}

.launchentitylookup, .btn-primary:has(.fa-search), .clearlookupfield, .input-group-addon {
    height: 38px;
}

.modal-footer .remove-value {
  display: none;
}

.crmEntityFormView.crmEntityFormView {
  border: none;
}

 .form-group[data-name="statuscode"] { 
  display: none !important;
}