﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);

:root {
    --border-rf: 1px solid lightgrey;
    --homepage-margin-top: 100px;
    --default-font: normal normal 16px Lato;
    --single-section-font: normal normal calc(15px + 0.4vw)/ 30px Lato;
    --whole-page-padding: 5px 3%;
}

html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    padding: 0;
    position: relative; /* This is important for absolute positioning of the child */
    min-height: 100vh; /* Ensures the body takes at least the full viewport height */
    background-color: #fff;
    font: var(--default-font);
   
}
.layoutheader-rf {
    max-height: 60px;
    padding: var(--whole-page-padding);
    clear: both;
}
.layoutheader-rf .rf-page-header-action {
    display: flex;
}
.layoutheader-rf a {
    text-decoration: none;
}

.layoutfooter-rf {
    height: auto;
}

.layoutheader-rf .rf-page-header-leading {
    display: none;
}

.layoutheader-rf .admin-logo-area {
    color: #222221;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 39.2px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .layoutheader-rf .admin-logo-area .logo {
        display: flex;
        height: 48px;
        padding-right: 0.016px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 10px;
        color: #FFF;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 32px;
        letter-spacing: 0.5px;
    }

.panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0px;
    order: -1;
}

.tag-switch-panel {
    
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    border-radius: 16px;
    
    padding: 5px 5px;
    margin: 30px;
    cursor: pointer;
}

.layoutheader-rf .logo-area {
    color: #222221;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 39.2px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .layoutheader-rf .logo-area .logo {
        display: flex;
        height: 48px;
        padding-right: 0.016px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 10px;
        color: #FFF;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 32px;
        letter-spacing: 0.5px;
    }

.glidego-custom-page-entry {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 16px;
}

    .glidego-custom-page-entry form .row .form-entry-col {
        position: relative;
        margin-bottom: 10px;
    }

.layoutfooter-rf.layoutfooter-thin-rf {
    width: 100% !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #ffffffe0;
    background-color: transparent;
}

    .layoutfooter-rf.layoutfooter-thin-rf .footercopyright-rf {
        display: flex;
        background-color: white;
    }

.glidego-entry-page
[icon-input-rf] > [i-input-rf] {
    padding: 5px 10px;
}

.glidego-list-page .button-rf .fa-arrow-left-long {
    color: red;
}



.input-rf > i {
    background-color: transparent !important;
}

.glidego-button {
    width: 177px;
    height: 56px;
    padding: 16px;
    border-radius: 8px;
}

    .glidego-button span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

.glidego-sof-buttons-area {
    display: flex;
    justify-content: end;
    gap: 10px;
}


.training-header-upper {
    background: #FFFAF9 !important;
}

.training-header {
    padding: 32px;
}

.training-title {
    color: #991b1b;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #9A3324;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.training-subtitle {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #9A3324;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}