
.formLogin {
    display: unset !important;
}

.copyright {
font-size: 11px !important;
margin-top: 35px;
}


.passwajust {
    margin-left: 0px !important;
    padding-right: 0px !important;
}

 
.mt-6 {
    margin-top: 1rem !important;
}


.py-xl-9 {
    padding-top: 1rem !important;
    padding-bottom: 8rem !important;
}

#meter_wrapper
{
border:1px solid grey;
margin-top:15px;
margin-bottom: 30px;
width:100%;
height:12px;
border-radius:3px;
}


#meter
{
width:0px;
height:10px;
}

#pass_type
{
font-size:15px;
margin-top:20px;
text-align:center;
color:grey;
}

.field-icon
{
    float: right;
    margin-right: 6px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.row-code 
{
padding-right: calc(var(--bs-gutter-x) * .3)!important;
padding-left: calc(var(--bs-gutter-x) * .3)!important;
margin-right: calc(var(--bs-gutter-x) * -.3)!important;
margin-left: calc(var(--bs-gutter-x) * -.3)!important;
--bs-gutter-x: 1rem !important;
}


.btn-primary 
{
    color: #fff;
    background-color: #043a84!important;
    border-color: #083679!important;
}


.btn-primary:hover 
{
    color: #fff;    
    background-color: #10499e!important;
    border-color: #083679!important;
}

.form-control-lg-2
{
    padding: 0rem 0rem !important;
    min-height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.logo_account
{
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}


@media only screen and (max-width: 700px)
{
    .logo_account {
        width: 70% !important;
        text-align: center;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
      }
}

.nocenter
{
 text-align: unset !important;
}

.nofloat
{
    float: none !important;
    margin-right: 10px !important;
}

.centerBox{
    width: 100% !important;
}

.bottomspace{
    padding-bottom: 16px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5
{
    margin-top: 16px !important;
}

.greenOK 
{
    color: green; 
    display: none;
    float: right;
    margin-right: 10px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.redNotOK 
{
    color: red; 
    display: none;
    float: right;
    margin-right: 10px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}



.alertmessage
{
    min-height: 60px!important;
}

#alertmessage
{
    display: none;
}

.text-left {
    text-align: left !important;
  }


.helpButton {
  float: right; width: 80px; padding: 10px;
}


.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* optional for mobile responsiveness */
}

.header-details {
    flex: 1;
}

.header-action {
    display: flex;
    align-items: center;
}

.logo {
    width:auto;
    text-align:center;
    padding:20px;
}

.logo img {
    max-width:100%;
    height:auto;
}


.bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.bottom-left {
    display: flex;
    align-items: center;
}

.bottom-right {
    display: flex;
    align-items: center;
}

.scroll-top-btn {
    width: 55px;
    height: 55px;
    background-color: #dc3545;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.scroll-top-btn:hover {
    background-color: #bb2d3b;
    transform: translateY(-3px);
    color: #fff;
}


  .filters-box{
    background:#fff;
    padding:20px;
    border-radius:10px;
    }

    .table-container{
    background:#fff;
    border-radius:10px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    }


    .dataTables_wrapper  .col-md-6:nth-child(1 of .col-md-6) {
        width: 25% !Important;
    } 

    .dataTables_wrapper  .col-md-6:nth-child(2 of .col-md-6) {
        width: 70% !Important;
    } 

    .dataTables_filter label {
        width: 80% !Important;
    } 

    @media (min-width: 400px) {
        .dataTables_filter label {
            width: 90% !Important;
        } 
    }


    .page-wrapper {
        padding: 30px 15px;
    }

    .table-card {
        background: #ffffff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    table.dataTable thead th {
        white-space: nowrap;
    }

    .member-id-cell {
        word-break: break-word;
        max-width: 250px;
    }

    .table-responsive {
        overflow-x: visible;
    }

    table.dataTable {
        width: 100% !important;
    }



    

    table.dataTable thead th,
table.dataTable thead td {
    position: relative;
    padding-right: 30px !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-position: center right 10px !important;
    background-repeat: no-repeat !important;
    background-size: 14px 14px !important;
}

table.dataTable thead .sorting {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M8 3l3 4H5l3-4zM8 13l-3-4h6l-3 4z'/%3E%3C/svg%3E") !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M8 3l4 6H4l4-6z'/%3E%3C/svg%3E") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M8 13l-4-6h8l-4 6z'/%3E%3C/svg%3E") !important;
}


 

#addNewUserBtn {
    margin-top: 5px;
    margin-right: 20px;
}

#sendReminderBtn {
    position: static !important;
    float: none !important;
    display: inline-block;
}

.notes-column {
    max-width: 250px;
    white-space: normal;
}

#toggleArchivedBtn {
    margin-top: 5px;
}

.action-btn {
    margin-right: 5px;
    margin-bottom: 4px;
}

#buttomsArea .btn{
    margin-top: 5px;
    line-height: 1.5;
}


#upladNewFileBtn {
    margin-top: 5px;
}

.card-header h2,
.card-header p,
.card-header h4 {
    display: block;
    width: 100%;
}

 

#buttomsArea {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
  .card-header {
    display: flex;
    align-items: center;
    height: 100% !important;
  }
}




/* Responsive expand/collapse button */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {

    background-color: #ffffff !important; /* white background */
    border: none !important;              /* remove grey border */
    color: #000000 !important;            /* black arrow */
    box-shadow: none !important;          /* remove shadow */
}

/* Optional: remove hover effect */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:hover:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:hover:before {

    background-color: #ffffff !important;
    color: #000000 !important;
}




.logo-upload-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
    margin-bottom: 10px;
}

#uploadLegacyFile {
    margin-left: 30px;
}
 



#asociationLogoImg img {
    max-height: 50px;
    width: auto;
    display: block;
}

/* Responsive for small screens */
@media (max-width: 576px) {
    .logo-upload-container {
        flex-direction: column;
        align-items: flex-start;
    }
    #uploadLegacyFile {
        margin-left: 0px;
    }
}



.listFiles .card-header{
    border-bottom: 0px !important;
}


video, canvas {
    width: 100%;
    max-width: 420px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.photo-preview {
    width: 100px;
    height: auto;
    margin: 5px;
    border: 1px solid #ccc;
}




 #archiveDocumentsTable {
    width: 100% !important;
}

@media (max-width: 768px) {

    div.dataTables_length,
    div.dataTables_filter {
        text-align: left !important;
        margin-bottom: 10px;
    }

    div.dataTables_filter input {
        width: 100% !important;
        margin-left: 0 !important;
    }

    div.dataTables_paginate {
        text-align: center !important;
        margin-top: 10px;
    }

    div.dataTables_info {
        text-align: center !important;
        margin-top: 10px;
    }
}



@media (max-width: 768px) {

    #takePhotoBtn,
    #saveBtn,
    #back,
    .btn-danger {
        width: 100% !important;
        min-height: 75px !important;
        font-size: 1.5rem !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
        border-radius: 12px !important;
        padding-top: 20px !important;
    }
}




.table-striped > tbody > tr.highlight-row > *,
.table-striped > tbody > tr.highlight-row:nth-of-type(odd) > *,
.table-striped > tbody > tr.highlight-row:nth-of-type(even) > * {
    background-color: #FFAAAA !important;
}


.highlight-cell {
    background-color: #FFAAAA !important;
}



#userTable.table-striped tbody tr.highlight-row > *,
#userTable.dataTable tbody tr.highlight-row > * {
    --bs-table-bg: #FFAAAA !important;
    --bs-table-striped-bg: #FFAAAA !important;
    background-color: #FFAAAA !important;
    box-shadow: none !important;
}




.photo-item {
    margin: 10px;
    text-align: center;
}

.photo-preview {
    width: 130px;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: white;
    padding: 3px;
}


@media (max-width: 768px) {

    .photo-preview {
        width: 45vw;
        max-width: 180px;
    }

    .photo-item {
        margin: 8px;
    }
}
