/* Import Lato font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

html {
    position: relative;
}

/* Apply Lato font to desired elements */
body,
label,
input,
select,
textarea,
button {font-family: "Poppins", sans-serif !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* Body styles */
body {font-family: "Poppins", sans-serif !important;
    margin: 0;
    padding: 0;
    position: unset;
}
.fHeading .fModuleTitle {
    text-align: center;
}
.fHeading .fModuleTitle h3 {
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25em;
    color: #20366d;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.fHeading .fModuleTitle h3:after {
    content: '';
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #F5CA56;
}
#fMatter .fRegion {
    margin: 2rem 0;
}
.fModule {
    padding: 1rem 0;
    margin: 1rem 0;
}
header .fModule,
footer .fModule {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
/* Header styles */
header {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-image: url(https://storage.unitedwebnetwork.com/files/1295/67b1552887b05b839ea4f7a60f321f5a.webp);
    background-repeat: no-repeat;
    background-size: cover;

}

/*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;
    text-align: right;
}

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,
.f-user-container {
    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: "Poppins", 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 #67C0D8 !important;
    color:#000;
    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: #67C0D8;
}

.fForm fieldset {
    border-top: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.fPageTitle {
    display: none;
}

.fPageTitle h1 {
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.main-menu a {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    transform: scale(1);
    transition: 0.6s all;
}

.main-menu a:hover {
    transform: scale(1.2);
    color: #f5ca56;
}

.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: #1a34773b !important;
    height: 100% !important;
    padding: 1rem !important;
    border: 1px solid #1a3477 !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-image: url(https://storage.unitedwebnetwork.com/files/1295/67b1552887b05b839ea4f7a60f321f5a.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.path-thank-you-for-your-registration- footer {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

footer p {
    margin: 0 !important;
}

.body {
    margin-bottom: 100px;
}

.com-social .body img {
    margin: 50px auto 0;
}

.f-content-node-title {
    font-weight: bold;
    color: #fdb813;
}

.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,
#nav-up {
    display: none !important;
}

.fForm .hint, .fForm .error {
    margin-left: 0 !important;
}
#fContent section {
    margin-bottom: 70px;
}
.f-table td {
    padding:0 !important;
  }
  .f-table {
    margin-bottom: 0 !important;
  }
  .path-user-login- #form-item-username,
  .path-user-login- #form-item-password {
    display: block !important;
  }
@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;
    }
}