/* /Components/Layout/MainLayout.razor.rz.scp.css */
.header[b-739djkm78g] {
    height: 95px;
}

.base-line[b-739djkm78g] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.right-end[b-739djkm78g] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.padding-small[b-739djkm78g] {
    padding: 5px 15px 5px 15px;
}

.logo[b-739djkm78g] {
    background-image: url('../img/home/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 128px;
    height: 64px;
}

.picture[b-739djkm78g] {
    height: 64px;
    width: 64px;
}

    .picture img[b-739djkm78g] {
        border-radius: 50%;
        height: 64px;
        width: 64px;
    }

.name_width[b-739djkm78g] {
    min-width: 325px;
}

.buttons[b-739djkm78g] {
    margin: 5px 0px 0px 10px;
    width: 225px;
}

.button[b-739djkm78g] {
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 4px;
    margin-left: 5px;
    width: 38px;
    height: 38px;
}

.home[b-739djkm78g] {
    background-color: #FFC7A5;
    background-image: url('../img/home/home.png');
}

.ai[b-739djkm78g] {
    background-color: #FFDD90;
    background-image: url('../img/home/ai.png');
}

.search[b-739djkm78g] {
    background-color: #A2DDFF;
    background-image: url('../img/home/search.png');
}

.contacts[b-739djkm78g] {
    background-color: #005A83;
    background-image: url('../img/home/contact.png');
}

.crumbs[b-739djkm78g] {
    background-color: #E4F2FA;
    height: 75px;
}

.contents[b-739djkm78g] {
    background-color: #E4F2FA;
    overflow: auto;
}
/* /Components/Pages/AI.razor.rz.scp.css */
.container[b-z6kxbujju6] {
    width: 100%
}

.chat[b-z6kxbujju6] {
    width: 100%;
    height: 400px;
}

    .chat .chat-message[b-z6kxbujju6] {
        padding: 10px;
        border-radius: 10px;
        width: calc(100% - 60px);
        box-shadow: 0px 2px 6px -2px;
        color: black;
    }

        .chat .chat-message.assistant-message[b-z6kxbujju6] {
            background-color: rgb(219, 255, 204);
            align-self: self-start;
        }

        .chat .chat-message.user-message[b-z6kxbujju6] {
            background-color: #FFF;
            align-self: self-end;
        }

        .chat .chat-message.error-message[b-z6kxbujju6] {
            background-color: rgb(255, 183, 194);
            align-self: center;
        }
/* /Components/Pages/Home.razor.rz.scp.css */
.container[b-l0gfn74exd] {
    display: flex;
    place-items: center;
    height: 100%;
    width: 100%;
}

.widget[b-l0gfn74exd] {
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    margin: 0px 15px 0px 15px;
    padding-bottom: 25px;
    width: 250px;
    height: 425px;
    text-align: center;
}

.employee[b-l0gfn74exd] {
    background-image: url('img/home/employee.png');
    color: #FFFFFF;
}

.manager[b-l0gfn74exd] {
    background-image: url('img/home/manager.png');
    color: #005A83;
}

.dashboards[b-l0gfn74exd] {
    background-image: url('img/home/dashboards.png');
    color: #D26725;
}

.admin[b-l0gfn74exd] {
    background-image: url('img/home/admin.png');
    color: #BC4B06;
}
/* /Components/Pages/Timesheets/Admin/Admin.razor.rz.scp.css */
.align-top[b-yfysv4qrj0] {
    vertical-align: top;
}

.margin-top[b-yfysv4qrj0] {
    margin-top: 10px;
}

.margin-top-cell td[b-yfysv4qrj0] {
    padding-top: 5px;
}

.app-container[b-yfysv4qrj0] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs-container[b-yfysv4qrj0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
}

.tab-content[b-yfysv4qrj0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* /Components/Pages/Timesheets/Admin/ClientsUI_Detail.razor.rz.scp.css */
.align-top[b-c86skdgtfe] {
    vertical-align: top;
}

.margin-top[b-c86skdgtfe] {
    margin-top: 10px;
}

.margin-top-cell td[b-c86skdgtfe] {
    padding-top: 5px;
}

.app-container[b-c86skdgtfe] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs-container[b-c86skdgtfe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
}

.tab-content[b-c86skdgtfe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* /Components/Pages/Timesheets/Admin/ProjectsUI_Detail.razor.rz.scp.css */
.align-top[b-0izoj66i7l] {
    vertical-align: top;
}

.margin-top[b-0izoj66i7l] {
    margin-top: 10px;
}

.margin-top-cell td[b-0izoj66i7l] {
    padding-top: 5px;
}

.app-container[b-0izoj66i7l] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs-container[b-0izoj66i7l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
}

.tab-content[b-0izoj66i7l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* /Components/Pages/Timesheets/Capture/Capture.razor.rz.scp.css */
.align-top[b-i1iwxe1ktw] {
    vertical-align: top;
}

.margin-top[b-i1iwxe1ktw] {
    margin-top: 10px;
}

.margin-top-cell td[b-i1iwxe1ktw] {
    padding-top: 5px;
}

.app-container[b-i1iwxe1ktw] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs-container[b-i1iwxe1ktw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
}

.tab-content[b-i1iwxe1ktw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* /Components/Pages/Timesheets/Manager/Manager.razor.rz.scp.css */
.align-top[b-pduh8jsnqc] {
    vertical-align: top;
}

.margin-top[b-pduh8jsnqc] {
    margin-top: 10px;
}

.margin-top-cell td[b-pduh8jsnqc] {
    padding-top: 5px;
}

.app-container[b-pduh8jsnqc] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs-container[b-pduh8jsnqc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
}

.tab-content[b-pduh8jsnqc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* /Components/Pages/Timesheets/Reports/Reports.razor.rz.scp.css */
.align-top[b-rm2hd4izqf] {
    vertical-align: top;
}

.margin-top[b-rm2hd4izqf] {
    margin-top: 10px;
}

.margin-top-cell td[b-rm2hd4izqf] {
    padding-top: 5px;
}

.app-container[b-rm2hd4izqf] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs-container[b-rm2hd4izqf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 15px;
}

.tab-content[b-rm2hd4izqf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* /Components/Pages/Users/Login.razor.rz.scp.css */
.body[b-1fee8wr9fj] {
    margin: 0px;
    padding: 0px;
    background-image: url('../img/login/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    color: #ffffff;
}

.container[b-1fee8wr9fj] {
    display: flex;
    margin-left: 50px;
    align-items: center;
    justify-content: left;
    height: 100vh;
}

.panel[b-1fee8wr9fj] {
    display: flex;
    justify-content: center;
    width: 475px;
    height: 525px;
    background-color: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 17px;
}

.padding[b-1fee8wr9fj] {
    padding: 15px 0px 15px 0px;
}

.logo[b-1fee8wr9fj] {
    background-image: url('../img/login/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 325px;
    height: 85px;
}

.GoSmartHR[b-1fee8wr9fj] {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: auto;
    height: auto;
}

    .GoSmartHR img[b-1fee8wr9fj] {
        height: auto;
    }

.policy[b-1fee8wr9fj] {
    position: fixed;
    bottom: 15px;
    right: 25px;
    width: auto;
    height: auto;
    font-size: 10pt;
}

    .policy a[b-1fee8wr9fj] {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }
