@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap');

:root {
    --brand-color-blue: #1368b4;

}


#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color:  var( --brand-color-blue);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color:  var( --brand-color-blue);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}


#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color:  var( --brand-color-blue);
}

body {

    padding-top: 0 !important;
    line-height: 1.5;
}

img {
    width: 100%;
}


footer#fFooter ul, footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.ItemfinnerGallery {
    position: relative;
}


.fModuleTitle h3
 {
    font-weight: 600;
    letter-spacing: 2.5px;
    text-align: center;
}


/****--Form---****/
select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm .buttons {
    padding: 0;
}


.fForm .form-heading {
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: #333;

    font-weight: 500;

}

.fForm .hint a:hover {
}


#user-form-1682
{
    display: flex;
    flex-wrap: wrap;
}

#user-form-1682 .form-item
{
    padding: 5px;
}
#user-form-1682 .buttons
{
    width: 100%;
    padding: 5px;
}

#user-form-1682 .form-heading
{
    font-weight: 600;
    color: var(--brand-color-blue);
}
/* dashboard ends here */

/* step1 signup start */
.listing-header-item-currency>input {
    padding: 0.25rem;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: var(--brand-color-blue);
    color: white;
}

/* step 1 signup end */


/* login form start*/
.view-login .fForm, .view-account-recover .fForm {
    width: 650px;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
    padding: 8rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fefcfe;
    max-width: 100%;
}

.view-login .fForm::after, .view-account-recover .fForm::after{
    content: "";
    width: 5rem;
    height: 5rem;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    background-image: url("https://storage.unitedwebnetwork.com/files/1242/a06c8dae9e1047cc308338c467fea8f9.gif");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

/* login form end */

/* Step 2a: Purchase Lunch Ticket start */
.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg: #1368b4ad;
    color: #ffffff;
}
.user-register-group .f-table-subtitle {
    padding-left: 20px;
    color: #ffffff;
}
/* Step 2a: Purchase Lunch Ticket start */



/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/
/*md*/
@media (max-width: 991.9px) {
    
}

/*sm*/
@media (max-width: 767.9px) {
    #fMenu-43260 .fMenu li 
    {
        width: 100%;
        padding: 0;
    }
}

/*xs*/
@media (max-width: 575px) {
   
}