@font-face {
  font-family: FutuM;
  src: url(https://storage.unitedwebnetwork.com/files/1141/8c4ad90a63b9ea7a4b068dfbe430b890.otf);
}
@font-face {
  font-family: FutuB;
  src: url(https://storage.unitedwebnetwork.com/files/1141/bcb443e25193d4474939472c9bdb491e.otf);
}
* {
  box-sizing: border-box;
}
/* Apply Lato font to desired elements */
body,
label,
input,
select,
textarea,
button {
  font-family: FutuM;
}


/* Body styles */
body {
  font-family: FutuM;
  background-color: #fff !important;
  margin: 0;
  padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4 {
  font-family: FutuB
}
/*header .wrap {display: none;}*/
header h1 {
  font-size: 24px;
  margin: 0;
}

/* Navigation styles */
nav {
  color: #fff;
  padding: 10px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin-right: 10px;
}

nav ul li a {
  color: #274e85;
  text-decoration: none;
  padding: 5px;
}
nav ul li a:hover {
  color: #e4723f;
  text-decoration: none;
}
/* Main content styles */
main {
  padding: 20px;
  background-color: #fff;
  margin: 20px;
}

/* Footer styles */
footer {
  background-color: #494a4a;
  border-top: 1px solid #e4723f;
  margin-top: 20px;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.head-container {
  background-color: #2e5e60;
  color: #fff;
  padding: 20px;
  height: 100px;
  text-align: center;
  font-size: 14px;
}

/* Link styles */
a {
  text-decoration: none;
}

/* Heading styles */
h1 {
  font-size: 24px;
}
p {
  color: #000;
}
/* Form container styles */
.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Form row styles */
.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

/* Label styles */
label {
  width: 260px;
  font-weight: bold;
}

/* Input field styles */
body form.fForm input[type="text"],
body form.fForm input[type="email"],
body form.fForm input[type="password"],
body form.fForm textarea,
body form.fForm select {
  border-radius: 0;
  transition: border-color 0.3s ease;
  max-width: 100%;
  height: 35px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover {
  border-bottom-color: #000;
}

/* Button styles */
button,
input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #2e5e60;
  background-color: #2e5e60;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

/*button:hover,
input[type="submit"]:hover {
  background-color: #0077b3;
  border-color: #0077b3;
}*/
/*header img {object-fit: contain;
    width: 100%;}*/
.page-title {
    position: relative;
    color: #000;
    background: rgb(31 150 201);

    /*background: linear-gradient(90deg, rgba(46,94,96,1) 0%, rgb(46 94 96) 87%);*/
    background: #000;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 30px;
}
.page-title h1 {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin: 0;
}
body form.fForm label,
body fieldset label {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    float: none;
    margin-right: 0;
    padding: 0.25rem 0px;
    font-weight: normal; 
    min-height: 46px;
    color: #494a4a;
}
body form.fForm .hint, 
body form.fForm .error,
body fieldset .hint,
body fieldset .error {
    font-size: 0.9rem;
    display: block;
    margin-left: 0 !important;
    margin-top: 0.25rem;
}
a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a, .has-user .fForm .buttons input,
button, input[type="submit"] {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #e4723f;
    color: #fff;
    background-color: #e4723f;
    border-radius: 20px !important;
    padding: 11px 40px !important;
}
.fForm .buttons a {
    display: none;
}
.fForm .buttons {
  text-align: center;
}
.iconset .fMenu {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.iconset .fMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.iconset .fMenu li {
    padding: 0rem;
    flex: 0 0 24%;
    max-width: 24%;
}
.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: 700;
    color: #000;
    height: 100%;
    border: 1px solid rgb(227, 27, 41);
    background: rgba(255, 255, 255, 0.5);
    /*background: linear-gradient(90deg, rgba(20,99,176,1) 34%, rgb(31 150 201) 87%);*/
    transition: .3s all ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px -4px rgb(0 0 0/30%);
    -moz-box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
    box-shadow: 0 0 15px -4px rgb(0 0 0/30%);
    position: relative;
}
.iconset .fMenu li a {
    box-shadow: none;
    transition: .6s all;
}
.iconset .fMenu li a:hover {
    -webkit-box-shadow: 0 0 29px -12px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 29px -12px rgba(0,0,0,.75);
    box-shadow: 0 0 29px -12px rgba(0,0,0,.75);
}
.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
header .wrap {
    max-width: 100%;
}
h3 {
    margin-bottom: 15px;
}
body form.fForm input[type="text"], body form.fForm input[type="email"], body form.fForm input[type="password"], body form.fForm textarea, body form.fForm select,
body input[type="text"], body input[type="email"], body input[type="password"], body textarea, body select {
    border-radius: 0;
    transition: border-color 0.3s ease;
    max-width: 100%;
    height: 35px;
    padding: 0 3px;
}
.fForm input, 
.fForm select, 
.fForm textarea,
.fForm .form-item .date,
fieldset input, 
fieldset select, 
fieldset textarea,
fieldset .form-item .date {
    width: 100%;
}
.fModule {
    padding: 2rem 15px;
}
.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    gap: 15px;
}
.fForm .form-item-type-checkbox .checkbox label, 
.fForm .form-item-type-radio .checkbox label, 
.fForm .form-item-type-boolean label,
fieldset .form-item-type-checkbox .checkbox label, 
fieldset .form-item-type-radio .checkbox label, 
fieldset .form-item-type-boolean label {
    width: auto;
}
form .f-fieldset-body,
fieldset .f-fieldset-body,
.has-user .fForm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .form-item,
fieldset .f-fieldset-body .form-item,
.has-user .fForm .form-item {
    flex: 0 0 48%;
    max-width: 48%;
}
form .form-item-type-radio,
form .form-item-type-heading,
.fForm .buttons,
.has-user .fForm  .form-item-type-heading {
    flex: 0 0 97%;
    max-width: 100%;
}
.has-user .fForm  .form-item-type-heading {
  flex: 0 0 100%;
}
.fForm .buttons {
    padding-left: 0;
}
form .form-item-type-heading {
    font-weight: bold;
    padding: 0;
    border: 1px solid #e4723f;
    padding: 2px 10px;
    background: #e4723f;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 20px;
    border-bottom: none !important;

}
/*form .form-item-type-heading > div {
    color: #fff;
}*/
form .form-item-type-heading#field_id_17672 {
    background: transparent;
    margin: 0;
    padding: 0;
}
form .form-item-type-heading#field_id_17672 .form-heading-legend {
    display: none;
    color: #000;
}
#field_id_17677,
#field_id_17676 {
    background: transparent;
    border-bottom: 1px solid #7d7d7d;
}
form .form-item-type-heading#field_id_17677 .form-heading-legend,
form .form-item-type-heading#field_id_17676 .form-heading-legend,
form .form-item-type-heading#field_id_17672 .hint {
    color: #000;
}
#form-item-field_id_17675,
#form-item-field_id_17679,
.user-register-group legend {
    display: none;
}
header .fModule {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .fModule h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0;
}
#form-item-password,
#form-item-password_repeat,
.page-title,
.user-register-group {
    display: none;
}
.fForm {
    border-radius: 20px;
    border: 2px solid #e4723f;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}
.fForm fieldset legend,
fieldset legend {
    font-weight: bold;
    padding: 0;
    border: 1px solid #e4723f;
    padding: 2px 10px;
    background: #e4723f;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 20px;
}
form .form-item#form-item-field_id_17681,
form .form-item#form-item-field_id_17674,
form .form-item#form-item-field_id_17678,
form .form-item#form-item-field_id_17675,
form .form-item#form-item-field_id_17679,
form .form-item#form-item-field_id_17797,
fieldset .form-item#form-item-field_id_17681,
fieldset .form-item#form-item-field_id_17674,
fieldset .form-item#form-item-field_id_17678,
fieldset .form-item#form-item-field_id_17675,
fieldset .form-item#form-item-field_id_17679,
fieldset .form-item#form-item-field_id_17797 {
    flex: 0 0 100%;
    max-width: 100%;
}
fieldset#field_id_17672,
fieldset#field_id_17794 {
    border: none;
}
fieldset#field_id_17794 {
    margin: 0;
}
.fForm fieldset#field_id_17672 legend,
fieldset#field_id_17672 legend {
    border: none;
    padding: 0;
}
.wrap {
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
}
.path-home- .fForm {
    display: flex;
    flex-direction: column;
}
.fForm fieldset {
    order: 1;
    border-top: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.fForm .contentwrap {
    order: 2;
}
.fForm .buttons {
    order: 3;
    margin-top: 20px;
}
.fForm input, .fForm select, .fForm textarea,
fieldset input, fieldset select, fieldset textarea {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0.25rem 0px;
    border: 1px solid #ccc;
}
.page-title .wrap h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
form .form-item#form-item-field_id_18278, fieldset .f-fieldset-body .form-item#form-item-field_id_18276, form .form-item#form-item-field_id_18290, form .form-item#form-item-field_id_18293,
form .form-item#form-item-field_id_18277, form .form-item#form-item-field_id_18284, form .form-item#form-item-field_id_18283, fieldset .f-fieldset-body .form-item#form-item-field_id_18279,
.has-user #form-item-field_id_18276, .has-user #form-item-field_id_18279  {
    flex: 0 0 100%;
    max-width: 100%;
}
/*.user-register-group .f-table-row {
    border-bottom: 1px solid #000;
}
.user-register-group .f-table-row:last-child {
    border-bottom: none;
}
.user-register-group .f-table-row .f-table-subtitle {
    padding-left: 19px;
}
.user-register-group .f-table-row td:last-child {
    width: 30%;
    text-align: right;
}
.user-register-group .f-table-row td .f-table-title label {
    font-size: 25px;
}*/
.f-table-subheading {
    background: transparent;
    font-weight: bold;
}
.has-user .checkbox label input {
    margin-right: 5px;
}
.has-user #form-item-field_id_17965,
.has-user #form-item-field_id_17966 {
    margin-top: 10px;
}
.has-user #form-item-field_id_17965 .checkbox label,
.has-user #form-item-field_id_17966 .checkbox label {
    width: 100% !important;
}
.has-user #form-item-field_id_17965 .checkbox label input,
.has-user #form-item-field_id_17966 .checkbox label input {
    width: auto !important;
}
.has-user .form-item {
    margin-bottom: 10px;
}
.f-table-invoice,
.f-table {
    background: rgba(255, 255, 255, 0.5);
}
.fLogo img {
      max-height: 104px;
}
.fMainMenu .fModuleContent {
  flex: 0 0 100%;
  max-width: 100%;
}
.fMainMenu .fMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.has-user.path-home- form .form-item, 
.has-user.path-home- fieldset .f-fieldset-body .form-item,
.path-user-login- form .form-item,
.path-user-login- fieldset .f-fieldset-body .form-item,
form .form-item#form-item-field_id_18282, fieldset .f-fieldset-body .form-item#form-item-field_id_18282 {
  flex: 0 0 100%;
  max-width: 100%;
}
#form-item-fullname {
  display: none;
}
.fForm .hint {
    color: #494a4a !important;
}
.fHeaderbot {
  background: #e4723f;
  text-align: center;
  display: block !important;
  padding: 10px !important;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.fHeaderbot ul li,
.fHeaderbot ul {
  list-style: none;
}
.fHeaderbot h3 {
  color: #fff !important;
  font-size: 1.5rem !important;
}
.fHeaderbot ul li {
  color: #fff;
  flex: 0 0 35%;
  max-width: 35%;
  text-align: center;
  color: #fff;
  margin: 0
}
.fHeaderbot ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.fHeaderbot ul:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #fff;
}
.fHeaderbot ul li img {
  max-height: 20px;
  filter: brightness(0) invert(1);
}
.region-header.row {
  margin: 0 !important;
}
.path-home- #form-item-field_id_18272 {
  order: 1;
}
.path-home- #form-item-field_id_18273 {
  order: 2;
}
.path-home- #form-item-mobile {
  order: 4;
}
.path-home- #form-item-username {
  order: 5;
}
.path-home- #form-item-field_id_18220 {
  order: 6;
}
.path-home- #form-item-field_id_18315 {
  order: 3;
}
.path-home- #form-item-field_id_18282,
.path-home- #form-item-field_id_18285,
.path-home- #form-item-field_id_18286,
.path-home- #form-item-field_id_18287,
.path-home- #form-item-field_id_18288,
.path-home- #form-item-field_id_18289,
.path-home- #form-item-field_id_18311,
.path-home- #form-item-field_id_18291,
.path-home- #form-item-field_id_18292,
#form-item-field_id_18293 > label {
  display: none;
}
.content-wrap table {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-bottom: none;
}
.content-wrap table thead {
  background: rgb(228, 114, 63);
}
.content-wrap table thead th {
  color: #fff;
}
.content-wrap table tbody td,
.content-wrap table thead th {
  border: 1px solid #000;
  padding: 10px;
}
.content-wrap .table-responsive {
  padding: 5px;
}
footer p {
  color: #fff;
}
.fForm .form-item#form-item-field_id_18315 {
  overflow: visible;
}
.iti {
  width: 100%;
}
@media (max-width: 480px) {
    form .form-item,
    form .form-item-type-radio, 
    form .form-item-type-heading, .fForm .buttons,
    form .form-item, fieldset .f-fieldset-body .form-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fLogo img {
      max-height: 80px;
  }
  .navbar-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .fMainMenu nav {
    position: absolute;
    top: 60%;
    right: 0;
    width: 100vw;
    background: #fff;
    z-index: 999;
  }
  .navbar-toggle .icon-bar {
    display: block;
    height: 4px;
    width: 35px;
    background: rgb(241, 198, 128);
    margin-bottom: 5px;
    border-radius: 8px;
  }
  nav ul,
  nav ul li,
  .fMainMenu .fMenu {
    display: block;
  }
  nav ul li {
    margin: 0;
    padding: 0;
  }
  nav ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #33373d;
    padding: 10px 10px;
    line-height: 20px;
  }
  .fHeaderbot ul {
    flex-wrap: wrap;
  }
  .fHeaderbot ul li,
  form .form-item, fieldset .f-fieldset-body .form-item, .has-user .fForm .form-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fHeaderbot ul:after {
    display: none;
  }
}