
.container_form {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    max-width: 600px;
    direction: rtl;
    padding:10px;
    width:100%;
    margin:5px;   
    line-height:15px;
}
    .container_form hr{
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
    }
    .form-group-50 {
        display: flex;
        flex-direction: row;
    }
    .form-group-50 label{
        width:50%;
    }
    .container_form form {
        width: 100%;
    }
.container_form form button{
    width: 100%;
    max-width:300px;
    padding:10px;
    margin:5px;
    background-color:crimson;
    color:aliceblue;
     cursor:pointer;
}

    .container_form form input {
        width: 100%;
        padding: 12px;
        margin: 5px;
        line-height: 10px;
    }
        .container_form-employ {
        display: flex;
        flex-direction: row;
        max-width: 969px;
        justify-content: space-between;
        direction: rtl;
        margin: 0 auto;
    }
.textarea-ticket {
    border-radius: 5px 5px 25px 5px;
    border: 1px solid #155997;
    background: var(--Color-8, #FFF);
}
.container_form-employ_svg{
    margin-top:50px;
}
.active_odd .row:nth-child(2n+1) {
    background-color: #e4d9d9;
}
.active_odd .row{
    padding:5px;
    border-bottom:solid 2px #ccc;
}
    .active_odd .row > div {
        text-align:center;
        word-wrap:break-word;
       
    }
        .active_odd .row > div:nth-child(2n+1) {
            border-left: solid #dacece 2px;
            border-right: solid #dacece 2px;
        }
        .active_odd .row > div:nth-child(2n) {
            border-left: solid #6f6c6c 2px;
            border-right: solid #6f6c6c 2px;
        }
            .active_odd .row > div > a > span {
            padding: 5px 10px;
            margin: 0 10px;
        }
         a > span:hover {
           color:black;
        }
.pnael-user a {
    text-decoration: none;
    color: black;
    padding:5px;
    margin:2px;
    display:block;
}
.pnael-user a:hover {
    color: red;
}