html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    box-sizing: border-box;
   
}
.container_form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    direction: rtl
}
.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;
}