/* Import Lato font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
* {
  box-sizing: border-box;
}
html {
    position: relative;
}
/* Apply Lato font to desired elements */
body,
label,
input,
select,
textarea,
button {
  font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
/* Body styles */
body {
  font-family: Lato, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff7e5 !important;
  position: unset;
}

/* Header styles */
header {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;

}
/*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: #fff;
  text-decoration: none;
  padding: 5px;
}

/* Main content styles */
main {
  padding: 20px;
  background-color: #fff;
  margin: 20px;
}

/* Footer styles */
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}


/* Link styles */
a {
  color: #007bff;
  text-decoration: none;
  display: inline-block;
}

/* Heading styles */
h1 {
  font-size: 24px;
}
/* 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,
body form.fForm .date {
  border-radius: 0;
  transition: border-color 0.3s ease;
  max-width: 100%;
  height: 35px;
  padding: 0 15px;
  width: 100% !important;
}
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 #039ed2;
  background-color: #039ed2;
  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;
}
button, input[type="submit"] {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid rgb(31 150 201);
    background-color: rgb(31 150 201);
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    transition: 0.6s all;
}
button:hover, input[type="submit"]:hover {
    background: transparent;
}
a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a {
    padding: 14px 40px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #1a9bd1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-right: 10px;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.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: 1rem;
    flex: 0 0 24%;
    max-width: 24%;
}
.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
    height: 100%;
    background: rgb(31 150 201);
    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;
}
.no-title .page-title,
.no-header header,
.no-footer footer,
.com-social .page-title {
    display: none;
}
.width-full .body .wrap {
    max-width: 100%;
}
.body .wrap {
    margin: 2rem auto;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ddd;
    -moz-box-shadow: 0px 3px 15px -9px rgba(0,0,0,0.8);
    padding: 1.5rem;
}
.fForm label {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 0;
    font-weight: normal;
    text-align: left !important;
}
.fForm input, .fForm select, .fForm textarea {
    padding: 0.5rem !important;
    width: 100% !important;
    border: 1px solid #eee !important;
    background: #eee;
}
.fForm .buttons input {
    width: auto;
    min-width: 80px;
    margin-right: 1rem;
    padding: 0.25rem 0.5rem;
}
.fForm .buttons {
    padding-left: 0 !important;
    clear: both;
}
.fForm .buttons input, a.fButton, a.fButton2,
.path-points-history- .listing-header-item input[type="submit"] {
    margin: 0 auto;
    padding: 1rem 2.5rem !important;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background: var(--color-1);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    font-family: 'El Messiri', sans-serif;
    font-weight: 700;
    line-height: 1;
}
.fForm .buttons input {
    width: auto !important;
}
.fForm .buttons input, a.fButton,
.path-points-history- .listing-header-item input[type="submit"] {
    background: transparent;
    border-radius: 3px;
    border: 2px solid #ff2600!important;
    color: var(--brand-color-3);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover,
.path-points-history- .listing-header-item input[type="submit"]:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ff2600;
    color: #fff;
}
.fForm fieldset {
    border-top: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
header .wrap {
    max-width: 100%;
    background: #000;
    width: 100%;
    position: relative;
}
.main-menu a {
    color: #fff;
    position: relative;
}
.main-menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.6s all ease;
}
.main-menu a:hover:before {
    width: 100%;
}
.navbar-toggle-container {
    display: none;
}
.user-register-group-radio label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
}
.user-register-group-radio label input {
    width: auto !important;
}
/*.path-user-login- .form-item-type-password {
    display: block !important;
}*/
.com-social .page-title {
    display: none;
}
.com-social .body {
    text-align: center;
}
.com-social .body img {
    max-height: 200px;
    margin: 0 auto;
}
.com-social .body .wrap {
    text-align: left;
}
.user-list-contact .f-list-item-title a {
    color: #ff2600;
    font-size: 1.1rem;
    font-weight: bold;
}
.user-list-contact .f-list-item-teaser-content a {
    color: #000;
}
.f-list-item-container {
    background: rgb(251 180 0 / 10%) !important;
    height: 100% !important;
    padding: 1rem !important;
    border: 1px solid #fab400 !important;
}
.f-list-item-subtitle,
.f-list-filter {
    display: none;
}
.navbar-toggle {
    border: 1px solid #fff;
    padding: 5px;
}
.navbar-toggle span {
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
    margin-bottom: 5px;
}
.navbar-toggle span:last-child {
    margin-bottom: 0;
}
#form-item-password, #form-item-password_repeat {
    display: none;
}
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
footer p {
    margin: 0 !important;
}
.body {
    margin-bottom: 100px;
}
.com-social .body img {
    margin: 50px auto 0;
}
.f-content-node-title {
    font-weight: bold;
}
.f-content-node {
    margin-bottom: 8px;
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value {
    padding-left: 20px;
    position: relative;
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value:after {
    content: '';
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
     background-position: center center;
    background-size: contain;
}
.user-list-contact .f-list-node-value#f-list-node-email:after {
    background-image: url(https://storage.unitedwebnetwork.com/files/1116/7a2175199ecfd99115ca1ca2d15a41ef.png);
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value:nth-child(even):after {
    background-image: url(https://storage.unitedwebnetwork.com/files/1116/5e7cd2b2a8176ff8a7bee1c4151d25f4.png); 
}
.user-list-contact .f-list-item-teaser-content .f-list-node-value:last-child:after {
    background-image: url(https://storage.unitedwebnetwork.com/files/1116/33c762f73076355532e5728f8a8deb1b.png);
}
.path-user-login- .buttons a,
.path-points-history- .page-title,
.path-points-leaderboard- .page-title {
    display: none;
}
#fModule-41364 .f-list-item {
    margin-bottom: 20px;
}
.path-points-history- .listing-header-item input {
    height: 42px;
}
.path-points-history- .listing-header-item input[type="text"] {
    padding: 0.5rem;
    flex: 0 0 43%;
    max-width: 43%;
    margin: 5px;
}
.path-points-history- .listing-header-item {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.path-points-history- .f-table {
    border: 1px solid #ff2700;
}
.path-points-history- .f-table th {
    font-size: 18px;
    background: #ff2700 !important;
    width: 30%;
}
.path-points-history- .f-table td {
    font-size: 14px;
    border-bottom: 1px dashed #ff2700;
font-weight: normal !important;
}
.path-points-history- .f-table tfoot td {
    border-top: 1px solid #ff2700 !important;
}
.path-points-history- .f-table tbody tr:hover {
    background: rgba(255,39,0,0.2);
}
@media (max-width: 480px) {
    .body {
        padding: 0 15px;
    }
    .navbar-toggle-container {
        text-align: right;
    padding: 8px;
    }
    .main-menu a {
        font-size: 0.8rem;
    }
    nav ul li {
        margin: 0 !important;
    }
    .main-menu .fMenu {
        display: block;
    }
    .com-social .body img {
        max-height: 200px;
        margin: 50px auto 0;
    }
    .main-menu nav {
        position: fixed;
        top: 50px;
        right: -100%;
        background: #000;
        width: 300px;
        padding: 0;
        display: block !important;
        z-index: 9999;
        transition: 0.4s all ease;
    }
    .navbar-toggle:before {
        display: none;
    }
    .main-menu nav.show {
        right: 0;
    }
    .main-menu nav ul li {
        border-bottom: 2px dashed #fff;
    }
    .main-menu nav ul li:last-child {
        border-bottom: none;
    }
    .main-menu nav ul li,
    .main-menu nav ul li a {
        display: block;
    }
    .main-menu nav ul a {
        padding: 10px 20px;
        text-align: right;
    }
    /*.path-points-history- .f-table {
        table-layout: fixed;
    }*/
    .path-points-history- .body .wrap {
        padding: 0;
    }
    .path-points-history- .f-table thead th:first-child,
    .path-points-history- .f-table thead th:last-child {
        width: 10px !important;
    }
    .path-points-history- .f-table thead th:nth-child(2) {
        width: 1000px !important;
    }
    .path-points-history- .f-table td {
        padding: 8px;
        font-size: 12px;
        font-family: Arial;
    }
}