.header {
    position: relative;
    padding: 30px 0;
}

.top_bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.title_header {
    padding-right: 0px;
    width: 100%;
    text-align: center;
    margin: 15px auto 0;
}

.title_header h1 {
    font-size: 55px;
    margin: 0;
}

.title_header p {
    color: #9966cb;
    font-size: 28px;
    margin: 10px 0px 0px;
}

.language a {
    border: 1px solid #1167B0;
    display: block;
    width: 110px;
    text-align: center;
    border-radius: 6px;
    height: 50px;
    padding: 9px 0;
    color: #1167B0;
}

.language a img {
    width: 35px;
}

.language a span {
    font-size: 19px;
}
.element {
    text-align: center;
    margin: 60px 0 30px;
}

.element ul {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.element ul li {
    display: inline-block;
    width: 175px;
    background: #1167B0;
    height: 50px;
    border-radius: 5px;
}

.element ul li:hover {
    background: #fc347c;
}

.element ul li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 13px 0;
}

.sub_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon_link {
    max-width: 110px;
}

.logo {
    max-width:250px ;
}

.menu_responsive {
    position: fixed;
    box-shadow: 0 0 4px #fff;
    z-index: 999;
    margin-top: 0;
    width: 250px;
    display: inline-block;
    height: 100%;
    z-index: 999;
    overflow: auto;
    background: #F1E8E1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    transform: translateX(102%);
}

.menu_responsive ul {
    margin: 50px 0;
}

.menu_responsive ul li {
    display: block;
    margin: 10px auto;
    height: 50px;
    position: relative;
    width: 90%;
    border-radius: 5px;
    background: #1167B0;
    padding: 10px 0px;
    text-align: center;
}

.menu_responsive ul li a {
    font-size: 18px;
    color: #fff;
}

.menu_responsive.active {
    transform: translateX(0);
}

.times {
    display: none;
}
.title_header p {
    margin: 25px 0px 0px !important;
}

.font-weight-bold {
    font-weight: 100 !important;
}
table.dataTable thead th {
    width: 12.5% !important;
}
table.dataTable thead th:nth-of-type(1){
    border-right: 1px solid #1167B0 !important;
}
.sub_table tbody td:nth-of-type(1) {
        border-right: 1px solid #1167B0 !important;
}

.title_login {
    background: #9966cb;
    color: #fff;
    height: 70px  !important;
    padding: 17px 20px;
    text-align: center;
}

.title_login h2 {
    font-size: 30px !important;
}
.register .input_eidt label {
    font-size: 24px ;
}
.sub_data_profile ul li {
    font-size: 22px !important;
}
