body {
    position: relative;
    background: #f9f9f9;
}

.dateandtime {
    display: flex;
    gap: 5px;
    margin: 0 0 20px 0;
}

.dateandtime > .title {
    font-weight: 600;
}

#tebleid_wrapper {
    margin: 30px 0 10px 0;
}

.container-fluid.content-center {
    position: relative;
    height: 100vh;
}

.loginpage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto!important;
    width: 400px;
    background: #fff;
}

.loginpage > .header {
    display: flex;
    font-size: 18px;
    text-transform: uppercase;
    color: #4c4b64;
    font-weight: 600;
    border-left: 4px solid #ef7070;
    margin: 20px 0 15px -12px;
    padding: 2px 25px 2px 25px;
    justify-content: space-between;
    align-items: center;
}

.loginpage > .content {
    padding: 10px 15px;
}

.page {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: auto!important;
    width: 80%;
    background: #fff;
}

.page > .header {
    display: flex;
    font-size: 18px;
    text-transform: uppercase;
    color: #4c4b64;
    font-weight: 600;
    border-left: 4px solid #ef7070;
    margin: 20px 0 15px -12px;
    padding: 2px 25px 2px 25px;
    justify-content: space-between;
    align-items: center;
}

.page > .content {
    padding: 10px 15px;
}

.copyright {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
    color: #cecece;
    padding: 10px;
}

.lang {
    display: flex;
    gap: 30px;
}

/* --- INPUT, BUTTON, LABELS --- */
.form-label {
    color: #5b5a6c;
    margin-bottom: 0.2rem;
}

.button-element {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    gap: 10px;
}

.btn {
    border: none;
    padding: 10px 25px;
}

button.btn.btn-success {
    background: #47c088;
}

button.btn.btn-secondary.btn-sm.dropdown-toggle.btn-lite {
    padding: 3px 0;
    align-items: center;
    background: #fff;
    color: #4c4b64;
    font-weight: 500;
    text-transform: uppercase;
}

/* --- CAPTCHA --- */
.captcha-element {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.page.update {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    margin: auto!important;
    width: 80%;
    background: #fff;
}

/* --- OTHER --- */
.inputserach.mb-4 {
    padding: 10px 0 0 0;
}

.accordion-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

input#searchcheck0 {
    box-sizing: border-box;
    height: 20px;
    width: 20px;
}

.col-md-12.col-search {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin: 10px 0;
}

.notify {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 8px;
    min-width: 240px;
}

.notify-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

.notify-header > .title {
    font-weight: 550;
}

.notify.error {
    background: #c65762;
    color: #FFF;
}

.close {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.close:hover {
    color: rgb(234, 234, 234);
    text-decoration: none;
    cursor: pointer;
}

.button-element[dir="rtl"] {
    flex-direction: row-reverse;
}

.form-check .form-check-input {
    display: flex;
    float: none;
    margin-left: 0;
}

.form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0.125rem;
    gap: 5px;
    align-items: center;
    align-content: center;
    color: #5b5a6c;
}

.form-check-input[dir="rtl"] {
    float: right;
    margin-left: 5px;
}

.userprofile {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.userprofile > .username {
    font-weight: 550;
}

a.exit {
    font-size: 18px;
    display: inline-flex;
    text-decoration: none;
    color: #47c089;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.mobile-header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 6%);
    font-size: 14px;
    text-transform: uppercase;
    color: #4c4b64;
    font-weight: 600;
}

.mobilec > .title {
    display: inline-flex;
}

.lang-mobile {
    display: inline-flex;
    gap: 10px;
}

.mobilec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.button-element2 {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    gap: 10px;
}

.footer-mobile {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 12px 5px rgb(0 0 0 / 8%);
}

.footer-mobile > .button-element2 > .btn.btn-success {
    padding: 7px 15px;
}

/* --- LOADER --- */
.loadlogin {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 1;
    backdrop-filter: blur(1px);

}

.centerload {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-weight: 550;
}

.loader {
    position: relative;
    display: inline-block;
    margin: 0 12.5% 10px;
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
    border-radius: 50%;
    animation: spin 0.75s infinite linear;
}
.loader::before,
.loader::after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}

  
.loader,
.loader::before,
.loader::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #FFF;
  animation-duration: 1.2s;
}
.loader::before {
  transform: rotate(120deg);
}
.loader::after {
  transform: rotate(240deg);
}

.copyright2 {
    margin: -5px 0 10px 0;
    font-weight: 500;
    display: flex;
    justify-content: center;
    color: #cecece;
    font-size: 12px;
}

@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

.element-table {
    display: flex;
    background: #fff;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 3%);
    padding: 15px;
    margin: 15px -25px;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #ececec;
    border-radius: 8px;
}

.table-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table-info > .table-n {
    font-size: 12px;
    color: #797979;
}

.table-info > .table-c {
    font-size: 14px;
    color: #151515;
}

.central {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.username {
    font-size: 10px;
    font-weight: 800;
}

@media (min-width: 992px) {
    .table-mobile {
        display: none;
    }
    .mobile-header {
        display: none;
    }
    .footer-mobile {
        display: none;
    }
    .time {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .table-mobile {
        display: none;
    }
    .mobile-header {
        display: none;
    }
    .footer-mobile {
        display: none;
    }
    .time {
        font-size: 12px;
    }
}

@media (min-width: 340px) and (max-width: 768px) {
    #tebleid_filter {
        margin: 10px;
    }
    #tebleid_paginate {
        margin: 20px 0 0 0;
    }
    .row.marginmobile {
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .lang {
        display: flex;
        gap: 20px;
    }
    .page {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        margin: auto!important;
        width: 90% !important;
        background: #fff;
    }
    .table-desktop {
        display: none;
    }
    .form-label {
        color: #5b5a6c;
        margin-bottom: 0.2rem;
        font-size: 10px;
    }
    .userprofile {
        font-size: 10px;
    }
    .dateandtime {
        font-size: 10px;
    }
    .page > .header {
        font-size: 10px;
    }
    .btn-lite {
        font-size: 10px;
    }
    .btn.btn-success {
        font-size: 10px;
    }
    .accordion-button.collapsed {
        font-size: 10px;
    }
    .accordion-button {
        gap: 10px;
    }
    table#tebleid {
        font-size: 12px;
    }
    .copyright {
        font-size: 10px;
    }
    .form-control {
        font-size: 0.6rem;
    }
    .form-select {
        font-size: 0.6rem;
    }
    .form-check-label {
        color: #5b5a6c;
        margin-bottom: -0.2rem;
        font-size: 10px;
    }
    .page > .header {
        display: none;
    }
    .content {
        margin: 50px 0 0 0;
    }
    .button-element {
        display: none;
    }
    .copyright {
        display: none;
    }
    .dateandtime {
        display: none;
    }
    .time {
        font-size: 10px;
    }
}

@media (min-width: 240px) and (max-width: 340px) {
    #tebleid_filter {
        margin: 10px;
    }
    #tebleid_paginate {
        margin: 20px 0 0 0;
    }
    .row.marginmobile {
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .lang {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .page {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        margin: auto!important;
        width: 90% !important;
        background: #fff;
    }
    .table-desktop {
        display: none;
    }
    .form-label {
        color: #5b5a6c;
        margin-bottom: 0.2rem;
        font-size: 10px;
    }
    .userprofile {
        font-size: 10px;
    }
    .dateandtime {
        font-size: 10px;
    }
    .page > .header {
        font-size: 10px;
    }
    .btn-lite {
        font-size: 10px;
    }
    .btn.btn-success {
        font-size: 10px;
    }
    .accordion-button.collapsed {
        font-size: 10px;
    }
    .accordion-button {
        gap: 10px;
    }
    table#tebleid {
        font-size: 12px;
    }
    .copyright {
        font-size: 10px;
    }
    .form-control {
        font-size: 0.6rem;
    }
    .form-select {
        font-size: 0.6rem;
    }
    .form-check-label {
        color: #5b5a6c;
        margin-bottom: -0.2rem;
        font-size: 10px;
    }
    .page > .header {
        display: none;
    }
    .content {
        margin: 50px 0 0 0;
    }
    .button-element {
        display: none;
    }
    .copyright {
        display: none;
    }
    .dateandtime {
        display: none;
    }
    .time {
        font-size: 10px;
    }
}