.fixed.inset-0.pointer-events-none {
    display: none !important;
}

.form-control::placeholder { color: #6c757d; opacity: 0.5; }
.form-control::-webkit-input-placeholder { color: #6c757d; opacity: 0.5; }
.form-control:-ms-input-placeholder { color: #6c757d; opacity: 0.5; }
.form-control::-ms-input-placeholder { color: #6c757d; opacity: 0.5; }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 44px; /* Adjust according to navbar height */
    font-family: 'Shabnam';
    font-size: 1rem;
}
#layoutAuthentication_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff; /* White text for contrast */
    text-align: center; /* Center-align text */
    padding-top: 10px; /* Add padding for spacing */
    z-index: 1000; /* Ensure it stays above other elements */
    margin-top: 36px;
}

.custom_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
    background-color: #f8f9fa;
    text-align: center;
    padding: 1rem 0;
}


.font-Alro-Regular {font-family: 'Alro-Regular';}
.font-Alro-Bold {font-family: 'Alro-Bold';}
.font-shabnam {font-family: 'Shabnam';}
.font-shabnam-Thin {font-family: 'Shabnam-Thin';}
.font-shabnam-bold {font-family: 'Shabnam-Bold';}
.font-consolas-regular {font-family: 'Consolas-Regular';}
.font-consolas-bold {font-family: 'Consolas-Bold';}

.bg-logo-blue {background-color: rgb(0, 88, 121)}
.bg-logo-gray {background-color: #B1B3B6}
.color-logo-blue {color: rgb(0, 88, 121)}
.color-logo-gray {color: #B2B3B6}

.form-group.row div, .form-group.row input {
    text-align: center;
}

.form-group.row input {
    display: inline-block;
    width: 100%;
}

.form-group.row button {
    text-align: center;
}

.table-custom {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    word-wrap: break-word;
}

.table-custom th,
.table-custom td {
    padding: 6px;
    vertical-align: middle;
    word-break: break-word;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-scrollbar {
    width: 100%;
    height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 5px;
}

.custom-table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.autocomplete-table-wrapper td,
.autocomplete-table-wrapper th {
    overflow: visible !important;
}
.autocomplete-table-wrapper .custom-table-responsive {
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.custom-week-text {
    font-weight: bold;
    font-size: larger
}

.custom-navigator-week-text {
    font-size: 0.75rem;
}

.fa-upload:disabled,
.editProjectButton:disabled,
.createProjectButton:disabled,
.viewProjectButton:disabled,
.btn:disabled {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #ddd;
  color: #666;
  cursor: not-allowed;
}


@import "font.css";
@import "response.css";


/* Grid system with 24 columns */
[class^="col-1-"], [class*=" col-1-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 auto;
}

.col-1-1 { flex-basis: 4.166%; max-width: 4.166%; }  /* 1/24 */
.col-1-2 { flex-basis: 8.333%; max-width: 8.333%; }  /* 2/24 */
.col-1-3 { flex-basis: 12.5%;  max-width: 12.5%;  }  /* 3/24 */
.col-1-4 { flex-basis: 16.66%; max-width: 16.66%; }  /* 4/24 */
.col-1-5 { flex-basis: 20.83%; max-width: 20.83%; }
.col-1-6 { flex-basis: 25%;    max-width: 25%; }
.col-1-8 { flex-basis: 33.33%; max-width: 33.33%; }
.col-1-12{ flex-basis: 50%;    max-width: 50%; }
.col-1-24{ flex-basis: 100%;   max-width: 100%; }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding-left: 0.05rem;
    padding-right: 0.4rem;
    color: #6c757d;
}

/* Remove of Bootstrap */
.breadcrumb-item + .breadcrumb-item::before {
    float: none;
}

/* ===============================
   Read-Only View Mode
=============================== */
.read-only-view {
    background-color: #eeeeee;
    pointer-events: none !important;
    user-select: none !important;
    opacity: 0.6 !important;
}

.read-only-view * {
    pointer-events: none !important;
}

.read-only-view-chat {
    pointer-events: none;
    user-select: auto;
    opacity: 0.6;
}


.read-only-view-for-type {
    background-color: #eeeeee;
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
}

.read-only-view-for-type * {
    pointer-events: none;
}

.readonly-lock {
    background-color: #eeeeee;
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
}

.readonly-lock * {
    pointer-events: none;
}

.read-only-view-chat {
    pointer-events: none;
    user-select: auto;
    opacity: 0.6;
}