body.auth-page{
    font-family: 'Poppins', sans-serif;
    background-image:  url("../images/background.jpg");
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: left;
}
/*------------ Login container ------------*/
.box-area{
    width: 930px;
}
/*------------ Right box ------------*/
.right-box{
    padding: 40px 30px 40px 40px;
}
/*------------ Custom Placeholder ------------*/
::placeholder{
    font-size: 16px;
}
.rounded-4{
    border-radius: 20px;
}
.rounded-5{
    border-radius: 30px;
}
/*------------ For small screens------------*/
@media only screen and (max-width: 768px){
     .box-area{
        margin: 0 10px;
     }
     .left-box{
        height: 100px;
        overflow: hidden;
     }
     .right-box{
        padding: 20px;
     }
     .featured-image img {
        transform: scale(0.5);
    }
}

.input-group-text {
        height: 100%; /* Adjust this value to match the height of your password field */
    }

.password, .password:hover{
  color:#333;
  line-height: normal;
}

.profile-field {
    display: flex;
    align-items: baseline;
}

.profile-field label {
    width: 100px; /* Adjust this value as needed */
}

body{
    display: flex;
    
    flex-direction: column;
background-color:#f2f6fc;
color: black;
min-height: 100vh;
}
.img-account-profile {
    height: 10rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}
.card .card-header {
    font-weight: 500;
}
.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}
.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}

.dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.body-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; /* Added box-sizing */
    padding: 0 10px;
}

#example {
    table-layout: auto;
    width: 100% !important;
    max-width: 100%; /* Added max-width */
    overflow-x: auto;
    box-sizing: border-box; /* Added box-sizing */
}

#example td,
#example th {
    width: auto !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#my-resources {
    table-layout: auto;
    width: 100% !important;
    max-width: 100%; /* Added max-width */
    overflow-x: auto;
    box-sizing: border-box; /* Added box-sizing */
}

#my-resources td,
#my-resources th {
    width: auto !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* #example {
  table-layout: fixed;
  width: 100% !important;
}
#example td,
#example th{
  width: auto !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */

/*
#example td,
#example th {
  white-space: nowrap; 
  text-overflow: ellipsis;
  overflow: hidden; 
}

.container {
  position: relative;
  min-height: 100vh;
  margin: 0;
}

#content-wrap {
    overflow-x: auto;
    padding-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table {
    width: 100%;
    margin-bottom: 0;
} */

#footer {
  margin-top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  text-align: center;
}

.ui-timepicker-container {
      z-index: 3500 !important;
 }

.modal-open {
    overflow: hidden !important;
}

.icon-link {
  display: inline-block;
}

.icon-container {
  display: flex;
  justify-content: space-between;
}

.thead-dark {
  background-color: black;
}

.form-error ul {
  color: red;
  font-weight: bold;
}

.nav-link {
  color: white;
}

.required-star {
  color: red;
}

.label-margin {
            margin-right: 2rem;  /* Adjust as needed */
        }

.icon-grey {
    color: grey;
}

.gradient-custom {
/* fallback for old browsers */
background: #f6d365;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1));

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1))
}


.small-muted {
    font-size: 0.8em;
    color: #888;
}

.accordion-button::after {
            content: none;
        }
        .tile-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .tile-info {
            display: flex;
            align-items: center;
        }
        .tile-info div {
            margin-right: 1rem;
        }

.autocomplete-results {
    position: absolute;
    top: 100%;  /* Position below the input */
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    margin-top: -1px; /* Align with input border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-results div {
    padding: 8px 12px;
    cursor: pointer;
}

.autocomplete-results div:hover {
    background-color: #f5f5f5;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.autocomplete-results::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.autocomplete-results {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.manual-entry-option {
    padding: 10px 12px;
    cursor: pointer;
    color: #0d6efd;
    font-weight: 500;
    border-bottom: none;  /* Changed from 1px solid #eee */
    margin: 0;  /* Added to remove any default margins */
}

.manual-entry-option:hover {
    background-color: #f8f9fa;
}

.manual-entry-option i {
    margin-right: 8px;
}

.dropdown-divider {
    height: 1px;  /* Changed from 0 */
    margin: 0;    /* Changed from 0.5rem 0 */
    border-top: 1px solid #e9ecef;
}

.suggestions-label {
    padding: 6px 12px;
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    margin: 0;  /* Added to remove any default margins */
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.no-results {
    padding: 8px 12px;
    color: #6c757d;
    font-style: italic;
}

.registration-steps .step {
    text-align: center;
    position: relative;
    width: 33%;
}

.registration-steps .step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30%;
    width: 60%;
    height: 1px;
    background: #dee2e6;
}

.registration-steps .step i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 auto 5px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

.registration-steps .step.active i {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* Message styling */
.alert {
    border-left: 4px solid;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-success {
    border-left-color: #28a745;
    background-color: #d4edda;
    color: #155724;
}

.alert-info {
    border-left-color: #17a2b8;
    background-color: #d1ecf1;
    color: #0c5460;
}

.alert-warning {
    border-left-color: #ffc107;
    background-color: #fff3cd;
    color: #856404;
}

.alert-error {
    border-left-color: #dc3545;
    background-color: #f8d7da;
    color: #721c24;
}

.alert ul {
    padding-left: 20px;
}

.alert i {
    font-size: 1.1em;
}

.btn-close {
    font-size: 0.8rem;
}
