﻿.glidego-custom-page-entry {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 50px;
}

.glidego-custom-page-entry form .row .form-entry-col {
    position: relative;
    margin-bottom: 10px;
}

.glidego-custom-page-entry form .row .form-entry-col .rf-control-label {
    position: absolute;
    margin-left: 20px;
    top: -6px;
    background: #fff;
    padding: 0 5px;
    z-index: 1;
}

.glidego-custom-page-entry form .row .form-entry-col .input-rf, .glidego-custom-page-entry form .row .form-entry-col .select-rf, .glidego-custom-page-entry form .row .form-entry-col .datepicker-rf {
    border: 1px solid #ccc;
    padding: 12px;
}

.layoutfooter-rf.layoutfooter-thin-rf {
    width: 260px;
    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 0;
}
.glidego-list-page .button-rf .fa-arrow-left-long{
    color:red;
}
