@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #272833;
  font-family: "Mulish", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
  background: transparent;
}

.columnBlockLayout {
  margin: 1rem 0 !important;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0.3rem;
  margin-top: 1rem;
}

p {
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
}

h1 {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
}

.columnBlockLayout h1 {
  font-weight: 900;
  color: #21578A;
  margin-bottom: 1.5rem;
}

h2.subheader {
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  color: #21578A;
  padding: 0.5rem 0rem;
}

.wrapper-body {
  min-height: auto;
}

button.btn.btn-default.btn-md.aria-exp.show {
  background: #C50084;
  border: 1px solid #C50084;
}

.btn-default {
  font-family: "Mulish", sans-serif;
  background: #21578A;
  border-color: #21578A;
  color:#ffffff;
}

.btn-default:not(.gjs-selected):hover {
  background: rgba(33, 87, 138, 0.77);
  border-color: rgba(33, 87, 138, 0.77);
}

.btn-default:not(.gjs-selected):active {
  background: #C50084;
  border: 1px solid #C50084;
}

/*.dropdown.action > ul.dropdown-menu.show {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}*/
a, .a {
  color: #21578A;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

a:hover, a:focus, .a:hover, .a:focus {
  color: inherit;
}

p.rulenotice {
  background: rgba(0, 178, 169, 0.2);
  padding: 1rem 2rem;
  margin-left: 1rem;
  border-left: 2px solid #00B2A9;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-style: oblique;
}

p.rulequote {
  padding: 0rem 2rem;
  margin-left: 1rem;
  border-left: 2px solid #00B2A9;
}

h4:after {
  content: "";
  position: relative;
  width: 40px;
  border-bottom: 2px solid #C50084;
  border-radius: 6px;
  display: block;
  margin-top: 0.5rem;
}

h4 {
  color: #21578A;
  font-size: 1.5rem;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}

.rulelist li {
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 0 0;
  border-left: 2px solid #00B2A9;
  list-style-type: none;
  background-color: rgba(0, 178, 169, 0.1);
  line-height: 1.8;
}

ul.lightlist {
  list-style-type: circle;
  line-height: 2.5;
  margin-left: 1rem;
}

.crmEntityFormView label {
  background-color: transparent;
}

.instructions {
  padding: 1rem 0 2rem 0;
  font-size: 1.05rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.description.above {
  padding: 0.5rem 0 1rem 0;
  font-weight: 300;
  font-style: italic;
}

.fim_navbar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

.container.navuticont {
  float: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-right: 70px;
  align-content: flex-end;
}

.container-fluid.fim_statusinfo {
  padding: 1.2rem 0 0 0;
}

.navbar-brand {
  margin-left: 4rem;
  top: 50%;
}

.col-md-12.fim_statusinfo_text {
  float: right;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
}

div#navbar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  border: none;
  padding: 0;
  color: #21578A;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a:hover {
  text-decoration: none;
  font-weight: 600;
  background-color: transparent;
}

.navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav a.dropdown-toggle.show {
  color: #21578A;
  background-color: transparent;
  text-decoration: none;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #21578A;
  text-decoration: none;
}

.d-xs-block.d-sm-block.d-md-block.d-lg-block.fim_logoblock.navbar-brand {
  display: block;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
}

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: #21578A;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  margin-left: 8px;
}

.navbar-dark .navbar-nav > li > a {
  color: #21578A;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
}

.navbar-dark .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #21578A;
  text-decoration: none;
  font-weight: 600;
}

.static-top.navbar-dark {
  background-color: #EEF5FC;
  border-bottom: 1px solid #6AADE4;
  box-shadow: none;
  padding: 1rem 2rem;
}

.navbar-dark .navbar-nav > li > a:focus {
  background: none !important;
  text-decoration: none;
  outline: none;
  border: none !important;
  font-weight: 600 !important;
}

.dropdown-menu > li > a.dropdown-item {
  background: transparent;
  border: none;
  color: #272833;
  font-family: "Mulish", sans-serif;
  text-decoration: none;
  padding: 3px 20px;
}

body #navbar .navbar-nav li a.active {
  font-weight: 600;
  border-bottom: 2px solid #C50084;
}

#navbar .dropdown-menu {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.profilenav {
  white-space: nowrap;
}
.crmEntityFormView table.table td {
  white-space: break-spaces;
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-color: #21578A;
  border-color: #ffffff;
}

.static-top.navbar-dark .navbar-brand {
  margin: 0 1rem;
  height: auto;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.navbar-dark .navbar-toggler {
  border: 1px solid #21578A;
  color: #ffffff;
  background: #21578A;
}

.d-flex.justify-content-end.flex-wrap.utilityholder {
  margin-right: 70px;
  padding: 2rem 0 0 0;
}

#primary_navbar .dropdown-menu > li > a.dropdown-item.active {
  border-bottom: 1px solid #6AADE4;
  border-top: 1px solid #6AADE4;
  background: #ffffff;
  font-weight: 800;
  color: #21578A;
  text-decoration: none;
}

#primary_navbar .active a.nav-link.dropdown-toggle.show {
  font-weight: 700;
}

#primary_navbar a.dropdown-item {
  padding: 0.5rem;
  background: rgba(105, 173, 228, 0.1);
  margin: 5px 0 0 0;
  border-color: #6AADE4;
  color: #21578A;
}

.navbar-dark .navbar-nav a.show:focus, .navbar-dark .navbar-nav a.dropdown-toggle.show:focus {
  color: #21578A;
  background-color: transparent;
  text-decoration: none;
}

#primary_navbar li:first-child a.dropdown-item {
  background: rgba(106, 173, 228, 0.1);
  margin: 0;
}

#primary_navbar .weblinks > .nav-item a {
  text-align: center;
}

ul.dropdown-menu-end.dropdown-menu.show {
  border: 1px dotted #6aade4;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  right: 50%;
  transform: translate(50%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  min-width: 200px;
  background: linear-gradient(0deg, rgb(238, 245, 252), #ffffff);
  margin: 0;
  padding: 0;
}

#primary_navbar li.nav-item.weblink {
  padding: 0.7rem 1rem;
  background-color: rgba(106, 173, 228, 0.09);
  display: block;
  border-radius: 5px 5px 0 0;
  min-width: 200px;
  top: 1px;
  position: relative;
}

#primary_navbar li.nav-item.weblink.active {
  background-color: white;
  border: 1px solid #6aade4;
  border-bottom: none;
}

#primary_navbar li.nav-item.weblink:hover {
  background-color: white !important;
  border: 1px solid #6aade4;
  border-bottom: none;
  font-weight: 600;
}

.navbar-expand-xl.navbar.navbar-dark.static-top.fim_navbar {
  margin-bottom: 0;
  padding-bottom: 0;
}

#primary_navbar .dropdown-menu > li > a.dropdown-item:hover {
  font-weight: 800;
  background: rgb(255, 255, 255);
  scale: 1.02;
  transition: 0.2s ease-in-out;
  border-top: 1px solid #6aade4;
  border-bottom: 1px solid #6aade4;
  color: #21578A;
}

/*#primary_navbar .dropdown-menu li:first-child a.dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    background: #21578a;
    border: none;
    color: #ffffff;
    pointer-events: none;
    display: none;
}*/
#primary_navbar .dropdown-menu li:first-child a.dropdown-item.active {
  background: rgba(106, 173, 228, 0.1);
  font-weight: 400;
  color: inherit;
}

#primary_navbar .dropdown-menu li:first-child a.dropdown-item.active:hover {
  background: rgba(255, 255, 255, 0.5);
  font-weight: 800;
  color: #21578A;
  border: 0;
  border-bottom: 1px solid #6aade4;
  border-top: 1px solid #6aade4;
}

/*
#primary_navbar .dropdown-menu li:first-child a.dropdown-item.active:hover {
    border: none;
    background: rgba(106, 173, 228, 0.3);
    font-weight: 600;
}*/
#primary_navbar .dropdown-divider {
  border-color: #e5e5e5;
  display: none;
}

/* Overlay Styles */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1300;
  left: 0;
  top: 0;
  background-color: rgba(33, 87, 138, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.3rem;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  border: 1px solid #21578a;
  font-weight: 600;
  background: #1c4a75;
  border-collapse: collapse;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  background: none;
  border: none;
}

.overlay-submenu a {
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
  text-decoration: none;
  font-weight: 400;
  border: none;
  color: white;
  background: none;
}

.language-button {
  border: none;
  background: none;
  font-size: 1.1rem;
  color: #21578A;
  margin: 0 0.8rem;
}

.language-switch {
  padding: 0 1.5rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.language-button.active {
  font-weight: 800;
  border-bottom: 2px solid #C50084;
}

.language-button:hover {
  font-weight: 800;
}

li.nav-item.weblink {
  padding: 0;
  margin-right: 1.5rem;
}

#notification-banner {
  background-color: #21578A;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  width: 96%;
  font-weight: 200;
}

div#notification-close {
  background: #21578A;
  width: 4%;
}

.row.notificationrow {
  width: 100vw;
}

button#close-banner {
  padding: 0.5rem;
  border: none;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
}

button#close-banner:hover {
  scale: 1.05;
}

div#notificationcont {
  display: block;
  position: sticky;
  top: 0px;
  left: 0px;
}

.private-mode-banner {
  position: static;
  opacity: 70%;
  min-height: auto;
}

.private-mode-banner a {
  color: #fff;
  font-size: 0.8rem;
}

/*#crumbholder .breadcrumb li:nth-child(2) a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}*/
.entity-grid .dropdown-menu .dropdown-item .fa {
  color: #21578A;
}

.entity-grid .dropdown-menu .dropdown-item:hover .fa {
  color: #ffffff;
}

li.parentmap a {
  font-size: 1.2rem;
  font-weight: 700;
}

li.parentmap {
  list-style-type: none;
  margin-top: 2rem;
}

li.parentmap a {
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 2px solid #00B2A9;
  padding-left: 1rem;
}

li.parentmap p {
  padding: 1rem 0 0rem 1.3rem;
  font-style: oblique;
  font-weight: 300;
}

ul.childmapping {
  margin-left: 2rem;
}

.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  vertical-align: baseline;
}

.container-fluid.fluidmultistep {
  padding: 0 4rem;
}

div#crumbholder\ fluidcrumbs {
  padding: 0 4rem;
}

body.d-flex.flex-column.min-vh-100 {
  /*background: url(/fim_background.png);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
}

.modal-form .modal-body {
  flex-grow: 1;
  height: 90%;
  /*background: url(/fim_background.png);*/
  background-size: cover;
  background-repeat: no-repeat;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
  left: 1rem !important;
}

select.fim_readonly {
  color: #696969;
}

input::-moz-placeholder {
  font-style: oblique;
  color: #696969 !important;
  text-transform: lowercase;
}

input::placeholder {
  font-style: oblique;
  color: #696969 !important;
  text-transform: lowercase;
}

h2.fm_ft_heading {
  color: white;
  font-family: "Mulish", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

ul.fm_ft_ul {
  padding: 1rem 0;
  line-height: 1.8;
  font-size: 1.05rem;
  font-family: "Mulish", sans-serif;
}

ul.fm_ft_ul > li > a {
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem !important;
  font-weight: 400;
}

ul.fm_ft_ul > li > a:hover {
  text-decoration: none;
  border-bottom: 2.5px solid #C50084;
  font-weight: 600;
}

footer {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  border-top: 5px solid #6AADE4;
}

footer .footer-bottom {
  background-color: #21578A;
  color: #ffffff;
  padding: 2rem 0 0.5rem 0;
}

footer .footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-weight: 200;
}

.container-fluid.fm_ft_bottom {
  background: #21578A;
  height: 50px;
  text-align: center;
}

.fm_ft_bottom p {
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  padding: 1rem 0 0 0;
}

@media (min-width: 1024px) {
  .modal-lg {
    width: 80%;
    min-width: 80%;
  }
}
.modal-dialog.modal-lg .modal-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  height: auto;
}

.modal-form .modal-body {
  flex-grow: 1;
  height: 90%;
}

.modal-form .modal-body iframe {
  height: 80vh;
  display: flex;
  position: relative;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: none;
}

.crmEntityFormView {
  border: none;
  background: none;
}

tbody, td, tfoot, th, thead, tr {
  align-content: center;
}

.table > thead {
  vertical-align: bottom;
  background: #21578A;
  color: #ffffff;
}

thead a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 800;
  white-space: nowrap;
}

thead a:hover {
  color: #ffffff;
  font-weight: 900;
}

thead a:after {
  font-family: "FontAwesome";
  content: " \f0dc";
  margin-left: 6px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #EEF5FC;
}

.table {
  margin-bottom: 0;
}

.table > :not(caption) > * > td {
  box-shadow: none;
  padding: 0.4rem 0.5rem;
  border-bottom: 1px solid rgba(106, 173, 228, 0.25);
}

.crmEntityFormView table.table td {
  align-content: center;
  white-space: nowrap;
  padding: 0.8rem;
}

.crmEntityFormView thead {
  background: transparent;
}

.crmEntityFormView thead a {
  color: #272833;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
}

.crmEntityFormView .table-striped > tbody > tr > * {
  background: transparent;
  border-bottom: none;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: none;
}

.entitylist {
  border: none;
  margin: 1.5rem 0;
  background: transparent;
}

.table > :not(caption) > * > td {
  background: #ffffff;
  white-space: nowrap;
}

.form-control {
  background-color: #ffffff !important;
  border: 1px solid #652D86;
  font-size: 1rem;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  box-shadow: 2px 2px 4px 0px #e7e7e7;
}

.form-control:focus {
  border-color: #652D86;
  outline: 0;
  background-color: #fbf5ff !important;
  border: 2px solid #652D86;
  box-shadow: 2px 2px 4px 0px #adadad;
}

.section label {
  color: #21578A;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.control {
  accent-color: #652D86;
}

.control label {
  color: #272833;
}

.subgrid thead {
  background: #21578a;
}

.subgrid thead a {
  color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EEF5FC;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background: #ffffff;
}

div#WebFormPanel {
  background: rgba(255, 255, 255, 0.5);
}

label.ms-Label {
  font-weight: 400;
}

.ms-Label.headerText-307 {
  font-weight: 800;
  color: #21578A;
}

.list-group-item.active {
  color: #ffffff;
  background-color: #652D86;
  border-color: #652D86;
}

li.list-group-item.text-muted.list-group-item-success {
  color: #652D86 !important;
  background: #ffffff;
  border: 1px solid #652D86;
}

.picklist-cell option {
  background: #ffffff;
}

.datetimepicker {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.input-group-addon, .input-group-addon.active {
  padding: 6px 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  background-color: #652D86;
  border: 1px solid #652D86;
  border-radius: 0 6px 6px 0;
}

.input-group-addon:focus, .input-group-addon:focus-visible, .input-group-addon:hover {
  color: #ffffff;
  text-align: center;
  background-color: #C50084;
  border: 1px solid #652D86;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #652D86;
}

.bootstrap-datetimepicker-widget tr td.active button {
  background: #652D86;
}

input.form-control {
  border: 1px solid #652D86;
}

.crmEntityFormView .form-control.readonly {
  background: #f1f1f1 !important;
  border: 1px solid #bbbbbb;
  padding: 0.5rem 1rem;
}

.form-control[readonly][disabled], .form-readonly .form-control {
  background-color: #f1f1f1 !important;
  border: 1px solid #bbbbbb !important;
  padding: 0.5rem 1rem !important;
}

html[dir=ltr] .crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
  margin-left: 0;
  height: 20px;
  width: 20px;
}

.entity-grid .view-grid {
  /*display: table;*/
  width: 100%;
}

.entity-grid .dropdown-menu .dropdown-item:hover {
  background: #21578A;
  color: #ffffff;
}

.fim_readonly {
  background: #f1f1f1 !important;
  border: 1px solid #bbbbbb !important;
  pointer-events: none;
  cursor: not-allowed;
}

.view-pagination .pagination {
  margin: 1rem 0;
  padding: 0;
}

.pagination {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 60px;
  justify-content: flex-end;
}

li.page-item {
  margin: 0 0.5rem;
}

.pagination .disabled a.page-link.entity-pager-prev-link {
  color: #7f7f7f;
  background: #dbdbdb;
  border-radius: 0;
  margin: 0;
}

.pagination a.page-link:hover {
  background: #83569e;
  border: 1px solid white;
  border-radius: 0;
  color: white !important;
  transition: 0.25s ease-in-out;
}

.pagination a.page-link.entity-pager-next-link {
  background: rgb(33, 87, 138);
  color: #ffffff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 600;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
  border: 1px solid #652d86;
  background: #652d86 !important;
  color: #ffffff !important;
}

.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover {
  background: #53569e;
}

.pagination a.page-link {
  color: #21578a;
  font-size: 1.05rem;
  border-radius: 0;
}

.pagination a.page-link.entity-pager-prev-link {
  background: #21578a;
  border-radius: 60px 0 0 60px;
  color: white;
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover {
  background: #83569e;
}

.pagination .disabled a.page-link.entity-pager-next-link {
  color: #7f7f7f;
  background: #dbdbdb;
  border-radius: 0 60px 60px 0;
  font-size: 1rem;
  font-weight: 600;
}

.section-title h3 {
  color: #21578A;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  /*border-bottom: 2px solid #c50084;*/
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.section-title h3:after {
  content: "";
  position: relative;
  width: 40px;
  border-bottom: 2px solid #652D86;
  border-radius: 60px;
  display: block;
  margin-top: 0.5rem;
}

.section-title h3:empty:after {
  content: "";
  position: relative;
  width: 40px;
  border-bottom: none;
  border-radius: 60px;
  display: block;
  margin-top: 0.5rem;
}

h2.subheader:after {
  content: "";
  position: relative;
  width: 40px;
  border-bottom: 2px solid #00B2A9;
  border-radius: 60px;
  display: block;
  margin-top: 0.5rem;
}

.crmEntityFormView .table-striped > tbody > tr > * {
  word-break: normal;
}

.crmEntityFormView .actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.crmEntityFormView .actions .col-md-6.clearfix {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.crmEntityFormView .actions .col-md-6.clearfix > div {
  margin: 0;
}

.crmEntityFormView .actions .col-md-6.clearfix:has(> div:nth-child(2)) {
  justify-content: space-between;
}

.crmEntityFormView .actions:after {
  content: ".";
  display: none;
  height: 0;
  clear: both;
  visibility: hidden;
}

.crmEntityFormView .actions .col-md-6.clearfix:after {
  display: none;
}

.crmEntityFormView td.cell {
  vertical-align: top;
  align-content: flex-start;
}

.file-control-container {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

div[id^=WebFormControl_][id$=_ProgressIndicator] {
  padding: 0;
}

.button2:focus, .button2.focus, .btn-default:focus, .btn-default.focus {
  color: #ffffff;
  background-color: rgba(33, 87, 138, 0.71);
  border: 1px solid #6AADE4;
}

.btn-primary {
  border-radius: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-style: solid;
  background-color: #21578A;
  border-color: #21578A;
  color: #ffffff;
}

.btn-primary:active {
  color: #ffffff;
  background-color: #C50084;
  border-color: #C50084;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #652D86;
  border-color: #652D86;
}

html[dir=ltr] .crmEntityFormView .actions input#PreviousButton {
  border-radius: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  border-style: solid;
  background-color: transparent;
  border-color: #21578A;
  color: #21578A;
  min-width: 200px;
}

html[dir=ltr] .crmEntityFormView .actions input#PreviousButton:hover {
  background: #652D86;
  color: #ffffff;
  border-color: #652D86;
}

html[dir=ltr] .crmEntityFormView .actions input#NextButton {
  min-width: 200px;
}

html[dir=ltr] .container-file-input {
  margin-right: 10px;
  width: 30%;
}

button#gofore_foreign_applicant_attachment_file {
  height: 40px;
  float: right;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #652D86;
  border: 1px solid #652D86;
}

button#gofore_foreign_applicant_attachment_file:hover {
  background: #652D86;
  color: white;
}

button#gofore_foreign_applicant_attachment_file_delete_button {
  width: 130px;
  height: 40px !important;
  margin-left: 2rem;
  background: transparent;
  color: #652D86;
  border: 1px solid #652D86 !important;
}

button#gofore_foreign_applicant_attachment_file_delete_button:hover {
  background: #652D86;
  color: white;
}

li.list-group-item-success > .fa-solid.fa-check {
  margin-right: 1rem;
}

@media only screen and (max-width: 600px) {
  h2.fm_ft_heading {
    color: white;
    font-family: "Mulish", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
  }
  ul.fm_ft_ul > li > a {
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-size: 0.9rem !important;
    font-weight: 400;
  }
  .profilenav {
    white-space: nowrap;
    align-self: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  .d-flex.justify-content-end.flex-wrap.utilityholder {
    margin-right: auto;
    padding: 2rem 0 0 0;
  }
  .language-switch {
    padding: 1rem 1.5rem;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navbar-dark .navbar-toggler {
    border: 1px solid #21578A;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-toggler {
    display: block;
    background-color: #21578A;
    color: white;
  }
  .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-color: transparent;
  }
  .static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    border: none;
    padding: 0.4rem;
    color: #ffffff;
  }
  #primary_navbar .dropdown-menu li:first-child a.dropdown-item {
    display: none;
  }
  .dropdown-menu > li > a.dropdown-item {
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
    padding: 0.2rem 0.5rem;
  }
  /* Style the navbar on mobile */
  #primary_navbar {
    width: 100%;
    background: #21578a;
    color: white;
    overflow-y: auto;
  }
  #primary_navbar .dropdown-menu > li > a.dropdown-item.active {
    border-bottom: 2px solid #C50084;
    background: #21578a;
    font-weight: 600;
  }
  ul.dropdown-menu-end.dropdown-menu.show {
    margin: 0;
    padding: 0.5rem;
    border: none;
    background: #1b4f7f;
  }
  #primary_navbar .dropdown-menu > li > a.dropdown-item:hover {
    font-weight: 600;
    background: #1a4771;
  }
  .navbar-collapse.show {
    overflow-y: auto;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    align-items: center;
  }
  /* Hide dropdown menus by default and show them on toggle */
  .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    background-color: #21578a;
    padding: 0;
  }
  .dropdown-menu.show {
    display: block;
  }
  /* Style for the dropdown items on mobile */
  .dropdown-item {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background-color: #21578a;
  }
  .nav-link.dropdown-toggle {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    padding: 15px;
    border: none;
  }
  /* Sub-menu items styling */
  .dropdown-menu .dropdown-item:hover {
    background-color: #1a4b75;
    color: #ffffff;
  }
  /* Hide the regular navbar on mobile */
  #primary_navbar {
    display: none; /* Hide the regular navbar */
  }
}
/* Desktop styles */
@media (min-width: 769px) {
  #myNav {
    display: none; /* Hide the overlay on desktop */
  }
  .navbar-toggler {
    display: none; /* Hide the toggler on desktop */
  }
}/*# sourceMappingURL=main.css.map */