﻿* {
    font-family: sans-serif;
}

.layout_container {
    table-layout: fixed;
    width: 100%;
    overflow: auto;
    transform: translateY(0px);
    margin: auto;
    padding-bottom: 48px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: right;
}

.container_log {
    width: 40%;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    border-radius: 6px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

.nav-name {
    font-size: 14px;
    margin-right: 15px;
}

.nav-log {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
}

.logg {
    padding: 20px -2em
}

.label_login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 190px;
}

.checkbox_login {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.container_cat form {
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background-color: #fff;
    overflow: hidden;
}

    .container_cat form .form {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        transition: 0.3s ease;
    }

    .container_cat form .fields_cat {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container_cat form button, .backBtn_cat {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 100%;
        font-size: 15px;
        text-decoration: none;
        border: none;
        outline: none;
        color: #fff;
        border-radius: 5px;
        margin: 25px 0;
        background-color: #4070f4;
        transition: all 0.3s linear;
        cursor: pointer;
    }

    .container_cat form button, .backBtn_cat_user {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 100%;
        font-size: 15px;
        text-decoration: none;
        border: none;
        outline: none;
        color: #fff;
        border-radius: 5px;
        background-color: #4070f4;
        transition: all 0.3s linear;
        cursor: pointer;
    }

.container {
    margin-top: 5%;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    width: 100vh;
    border-radius: 6px;
    padding: 30px;
    margin: 0 20%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

    .container header {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

        .container header::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            height: 3px;
            width: 27px;
            border-radius: 8px;
            background-color: #4070f4;
        }

    .container form {
        position: relative;
        margin-top: 10px;
        min-height: 1100px;
        background-color: #fff;
        overflow: hidden;
    }

        .container form .form {
            position: absolute;
            background-color: #fff;
            transition: 0.3s ease;
        }

        .container form .title {
            display: block;
            margin-bottom: 8px;
            font-size: 16px;
            font-weight: 500;
            margin: 6px 0;
            color: #333;
        }

        .container form .fields {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .container form button, .backBtn {
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            height: 45px;
            width: 100%;
            border: none;
            outline: none;
            color: #fff;
            border-radius: 5px;
            margin: 25px 0;
            background-color: #4070f4;
            transition: all 0.3s linear;
            cursor: pointer;
        }

        .container form .btnText {
            font-size: 14px;
            font-weight: 400;
        }

.container_deleting {
    margin-top: 1%;
    width: 60%;
    border-radius: 6px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    overflow: auto;
    padding-bottom: 65px;
    transform: translateY(-20px);
}

.container_form {
    margin-top: 2%;
    width: 60%;
    border-radius: 6px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    overflow: auto;
    padding-bottom: 65px;
    transform: translateY(-20px);
}

.container_form_doc {
    margin-top: 2%;
    padding: 15px;
    background-color: #fff;
    overflow: auto;
    transform: translateY(-20px);
}

.container_profile {
    margin-top: 2%;
    width: 60%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    overflow: hidden;
    transform: translateY(-20px);
}

.container_profile_body {
    margin-top: 2%;
    width: 60%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    overflow: hidden;
    transform: translateY(-20px);
    height: 470px;
}

.container_profile_money {
    margin-top: 2%;
    width: 90%;
    border-radius: 6px;
    padding:20px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    overflow-y: scroll;
    transform: translateY(-20px);
}

.containter-root {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_qr {
    border-width: 1px;
    border-color: rgb(190,190,190);
    border-style: solid;
    width: 250px;
    left: 150px;
}


.ov-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.container_deleting header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

    .container_deleting header::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 3px;
        width: 27px;
        border-radius: 8px;
        background-color: #4070f4;
    }

.container_deleting .form {
    position: relative;
    justify-content: center;
    margin-top: 10px;
    background-color: #fff;
    overflow: scroll;
}

.container_delete header::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 27px;
    border-radius: 8px;
    background-color: #4070f4;
}

.container_delete form {
    position: relative;
    justify-content: center;
    margin-top: 10px;
    background-color: #fff;
    overflow: hidden;
}

    .container_delete form .form {
        position: absolute;
        background-color: #fff;
        transition: 0.3s ease;
    }

    .container_delete form .title {
        display: block;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
        margin: 6px 0;
        color: #333;
    }

    .container_delete form .fields {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .container_delete form button, .backBtn {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: 45px;
        width: 100%;
        border: none;
        outline: none;
        color: #fff;
        border-radius: 5px;
        margin: 25px 0;
        background-color: #4070f4;
        transition: all 0.3s linear;
        cursor: pointer;
    }

    .container_delete form .btnText {
        font-size: 14px;
        font-weight: 400;
    }

@media (max-width: 550px) {
    .nav-links .container_deleting {
        width: 100%;
        margin: 0;
        margin-top: 0;
    }

    .container_deleting {
        margin-top: 0;
    }

    .nav-links .container_form {
        width: 100%;
        margin: 0;
        margin-top: 55px;
    }

    .container_form {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .con {
        margin-left: 0;
    }

    .container_log {
        width: 100%;
    }

    .layout_container {
        margin-bottom: 130px;
    }

    .e-dropdownbase .e-list-item:last-child {
        margin-bottom: 25px;
    }
}

.con {
    margin-left: 190px;
}

.img_login {
    position: absolute;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_form header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

    .container_form header::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 3px;
        width: 27px;
        border-radius: 8px;
        background-color: #4070f4;
    }

.container_form_doc header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

    .container_form_doc header::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 3px;
        width: 27px;
        border-radius: 8px;
        background-color: #4070f4;
    }


.form_MH {
    display: inline-block;
}

.container_form .form {
    position: relative;
    justify-content: center;
    margin-top: 10px;
    background-color: #fff;
    overflow: scroll;
}

.error-message {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}

li {
    list-style-type: none;
}

.grid-form {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}
