@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  overflow-x: hidden;
}

html, body {
  margin: 0;
  height: 100%;
}

.container {
  max-width: 100vw;
  padding: 0;
}

.main-container {
  font-family: "Times New Roman", Times, serif;
  max-width: 100vw;
  padding: 0;
}

.main-header {
  font-weight: 700;
  color: #009DD9;
  font-family: "Times New Roman", Times, serif;
  border-bottom: 1px solid #CAE5EF;
  padding-left: 60px;
  padding-right: 60px;
}

.header {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-and-title {
  display: flex;
  align-items: center;
  gap: 2vh;
  font-weight: 900;
  line-height: 125%;
  font-family: "Times New Roman", Times, serif;
}

.sign-out {
  color: #F44336 !important;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  padding: 16px 24px;
}

.main-subtitle {
  font-weight: 400;
  line-height: 3vh;
  text-align: center;
}

.main-card {
  text-decoration: none;
  border: 1px solid rgba(0, 102, 178, 0.5);
  color: black;
  width: 40vw;
  padding: 2vh;
  height: max-content;
}

.main-card:hover {
  color: black;
}

.tco-logo {
  width: 8vh;
}

.card-block {
  display: flex;
  gap: 100px;
  font-family: "Times New Roman", Times, serif;
}

.home-page-body {
  padding-left: 60px;
  padding-right: 60px;
}

.home-page-body-1 {
  padding-left: 60px;
  padding-right: 60px;
  background-image: url("start-page.svg");
  background-repeat: no-repeat;
}

.body-description {
  font-size: 3vh;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 32px;
  margin-bottom: 72px;
}

.svg-logo {
  width: 28px;
  height: 28px;
}

.page-card {
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 50px;
  position: absolute;
  top: 205px;
  width: 100%;
}

.local-input-text:focus {
  border-color: #0066B2;
  box-shadow: none;
}

.local-input-text {
  margin: 6px 0px;
  border: 1px solid rgba(0, 102, 178, 0.5);
  border-radius: 4px;
}

.form-group .row {
  display: flex;
  align-items: center;
}

.add-new {
  cursor: pointer;
}

.table {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  word-break: break-all;
}

.footer {
  margin-top: 10vh;
}

.table-header {
  font-size: 2vh;
  color: #000000;
  white-space: normal;
}

td[role=columnheader] {  
  text-align: left!important  
}  

.info:hover {
  color: #0081C9
}

.modal {
  text-align: center;
}

.modal::before {
  content: "";      
  display: inline-block;
  height: 100%;    
  margin-right: -4px;
  vertical-align: middle;
}

.modal-dialog { 
  display: inline-block;  
  text-align: left;   
  vertical-align: middle;
}

.modal-input {
  height: 100px;
  width: 500px;
  outline: none;
}

.main-footer {
  border-top: 1px solid #CAE5EF;
  justify-content: space-between;
  color: #0066B2;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "Times New Roman", Times, serif;
  background-color: #FFFFFF;
  font-size: 20px;
}

.card-title {
  font-weight: 600;
  text-align: center;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #dee2e6;
}

.table>thead {
  color: rgba(0, 0, 0, 0.54);
}

.table-search {
  border: 1px solid rgba(0, 102, 178, 0.5);
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}

.table-bordered thead th {
  border-bottom-width: 0px !important;
}

.new-quest-btn {
  background: #0066B2;
  border-radius: 4px;
  font-family: "Times New Roman", Times, serif;
}

.form-control:focus {
  box-shadow: none;
}

.dropdown-elems {
  display: flex;
  justify-content: center;
}

.active-btn {
  color: #0066B2;
}

.page-link:active {
  background: #0066B2;
  color: white;
}


.dropdown-menu.show {
  border: 1px solid rgba(0, 102, 178, 0.5);
  box-shadow: 0px 1px 8px rgb(0 0 0 / 12%);
  border-radius: 4px;
  margin: 0;
}

.name {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 24px;
  padding-right: 24px;
  width: max-content;
}

.role {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 24px;
  width: max-content;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '\203A' !important;
}

.breadcrumb {
  font-size: 18px;
  line-height: 20px;
  background: transparent;
  padding-left: 60px;
  font-family: "Times New Roman", Times, serif;
  margin-top: 40px;
}

.breadcrumb-item.active {
  color: #0066B2;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.page-title {
  margin-bottom: 20px;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #0081C9;
}

.send-link {
  text-decoration-line: underline;
  color: #3CC7DA;
  font-weight: 700;
  background: transparent;
  border: transparent;
}

.form-check {
  padding-left: 0rem !important;
}

.contact {
  text-decoration: none;
  color: #0066B2;
}

.td-hover:hover  {
  text-decoration: underline;
  cursor: pointer;
  color: #0066B2;
}

.td-hover {
  font-weight: bold;
}

.local-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
  font-size: 16px;
  line-height: 150%;
}

.menu-button {
  border-color: transparent;
  background: rgba(255, 255, 255, 1e-06);
  color: #0066B2;
  width: 100%;
  text-align: left;
}

.menu {
  border: 1px solid rgba(0, 102, 178, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.question-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 102, 178, 0.5);
  border-radius: 4px;
  padding: 32px;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}

.title {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  color: #0066B2;
}

.translation {
  margin-top: 8px;
}

.stepper {
  display: flex;
  font-weight: 500;
  font-size: 11pt;
  line-height: 20px;
  padding: 16px 60px;
  justify-content: center;
}

.step {
  display: flex;
  width: 144pt;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-wrapper {
  display: flex;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.38);
  align-items: center;
  justify-content: center;
  display: flex;
}

.line {
  width: 9pt;
  height: 1px;
  margin-top: 12px;
  background: #BDBDBD;
}

.active-step {
  background: #0066B2;
}

.text {
  color: rgba(0, 0, 0, 0.54);
}

.active-text {
  color:rgba(0, 0, 0, 0.87);
}

.fixed-header {
  position: fixed;
  background: #FFFFFF;
  z-index: 2;
  top: 0;
  width: 100%;
}

/* Responsive stepper navigation */
@media (max-width: 1600px) {
  .stepper {
    padding: 12px 40px !important;
    font-size: 10pt !important;
  }
  
  .step {
    width: 120pt !important;
  }
  
  .circle {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
  }
  
  .line {
    width: 7pt !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 1400px) {
  .stepper {
    padding: 10px 30px !important;
    font-size: 9pt !important;
  }
  
  .step {
    width: 100pt !important;
  }
  
  .circle {
    width: 18px !important;
    height: 18px !important;
    font-size: 11px !important;
  }
  
  .line {
    width: 6pt !important;
    margin-top: 9px !important;
  }
}

@media (max-width: 1200px) {
  .stepper {
    padding: 8px 20px !important;
    font-size: 8pt !important;
    line-height: 16px !important;
  }
  
  .step {
    width: 80pt !important;
  }
  
  .circle {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
  }
  
  .line {
    width: 5pt !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 1000px) {
  .stepper {
    padding: 6px 15px !important;
    font-size: 7pt !important;
    line-height: 14px !important;
  }
  
  .step {
    width: 70pt !important;
  }
  
  .circle {
    width: 14px !important;
    height: 14px !important;
    font-size: 9px !important;
  }
  
  .line {
    width: 4pt !important;
    margin-top: 7px !important;
  }
}

@media (max-width: 800px) {
  .stepper {
    padding: 4px 10px !important;
    font-size: 6pt !important;
    line-height: 12px !important;
  }
  
  .step {
    width: 60pt !important;
  }
  
  .circle {
    width: 12px !important;
    height: 12px !important;
    font-size: 8px !important;
  }
  
  .line {
    width: 3pt !important;
    margin-top: 6px !important;
  }
}

.fixed-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background: #FFFFFF;
  border: transparent;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.dropdown-item:active {
  background: #e9ecef !important;
}

.dropdown-list {
  padding: 0 !important;
}

.table-page-title {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
  font-size: 16px;
}

.sort-column {
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.arrow {
  cursor: pointer;
  font-size: 10px;
  user-select: none;
}

.down-arrow {
  color: #d7d0d0;
}

.up-arrow {
  color: #000000;
}

.responsive-image {
  position: absolute; 
  z-index: -1;
  height: 100%;
  width: 100%;
}

/* Enhanced DataTables Styling to match test environment */
table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

table.dataTable thead th,
table.dataTable thead td {
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  border-top: none !important;
  border-left: none !important;
  padding: 8px 6px !important;
  font-weight: 600 !important;
  color: #495057 !important;
  text-align: left !important;
  vertical-align: middle !important;
  min-width: 120px !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  hyphens: none !important;
  white-space: normal !important;
}

table.dataTable thead th:last-child,
table.dataTable thead td:last-child {
  border-right: none !important;
}

table.dataTable thead th:first-child,
table.dataTable thead td:first-child {
  border-left: none !important;
}

table.dataTable thead th:last-child,
table.dataTable thead td:last-child {
  border-right: none !important;
}

table.dataTable tbody td {
  border-bottom: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  border-top: none !important;
  border-left: none !important;
  padding: 8px 6px !important;
  vertical-align: middle !important;
  background-color: #ffffff !important;
  min-width: 120px !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  hyphens: none !important;
  white-space: normal !important;
}

table.dataTable tbody td:last-child {
  border-right: none !important;
}

table.dataTable tbody td:first-child {
  border-left: none !important;
}

table.dataTable tbody tr:nth-child(even) td {
  background-color: #f8f9fa !important;
}

table.dataTable tbody tr:hover td {
  background-color: #e9ecef !important;
  cursor: pointer !important;
}

table.dataTable tbody tr:nth-child(even):hover td {
  background-color: #e9ecef !important;
}

/* DataTables wrapper styling */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  font-size: 14px !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px !important;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 15px !important;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 15px !important;
  font-size: 14px !important;
  color: #6c757d !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #dee2e6 !important;
  border-radius: 4px !important;
  margin: 0 2px !important;
  padding: 6px 12px !important;
  background: #ffffff !important;
  color: #495057 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #e9ecef !important;
  color: #495057 !important;
  border-color: #adb5bd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #0066B2 !important;
  color: #ffffff !important;
  border-color: #0066B2 !important;
}

/* Fix for sorting arrows in header */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 0.3 !important;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1 !important;
}

/* Table cell content styling */
table.dataTable tbody td a {
  color: #0066B2 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

table.dataTable tbody td a:hover {
  text-decoration: underline !important;
  color: #004d8c !important;
}

table.dataTable tbody td button.btn-link {
  color: #0066B2 !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-weight: normal !important;
}

table.dataTable tbody td button.btn-link:hover {
  text-decoration: underline !important;
  color: #004d8c !important;
}

/* Filter row styling */
table.dataTable thead tr:nth-child(2) th {
  background-color: #ffffff !important;
  border-bottom: 1px solid #dee2e6 !important;
  padding: 8px !important;
}

table.dataTable thead tr:nth-child(2) th select,
table.dataTable thead tr:nth-child(2) th input {
  width: 100% !important;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  padding: 4px 6px !important;
  font-size: 12px !important;
}

/* Responsive table container - completely remove overflow restrictions */
.table-responsive {
  border-radius: 4px !important;
  -webkit-overflow-scrolling: touch !important;
}

/* DataTables responsive wrapper fix - ensure no overflow hidden */
.dataTables_wrapper {
  overflow: visible !important;
}

.dataTables_scrollBody {
  overflow: visible !important;
}

.dataTables_scroll {
  overflow: visible !important;
}

/* Comprehensive dropdown fix for tables */
table.dataTable,
table.dataTable tbody,
table.dataTable tbody tr,
table.dataTable tbody td {
  overflow: visible !important;
  position: relative !important;
}

/* Specific fix for actions column dropdown */
table.dataTable tbody td:last-child {
  overflow: visible !important;
  position: relative !important;
}

table.dataTable tbody td:last-child .dropdown {
  position: relative !important;
  display: inline-block !important;
}

table.dataTable tbody td:last-child .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: 1050 !important;
  display: none !important;
  min-width: 160px !important;
  background-color: #fff !important;
  border: 1px solid rgba(0,0,0,.15) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 0.125rem !important;
  transform: none !important;
}

/* Force dropdown visibility when shown */
table.dataTable tbody td:last-child .dropdown-menu.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure dropdown toggle is clickable */
.dropdown-toggle {
  cursor: pointer !important;
}

/* Remove any container overflow that might clip dropdowns */
.container,
.container-fluid {
  overflow: visible !important;
}

/* Ensure proper positioning for all Bootstrap dropdowns in tables */
table .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  margin-top: var(--bs-dropdown-spacer, 0.125rem) !important;
}

/* Override any DataTables or Bootstrap positioning issues */
.dataTables_wrapper .dropdown-menu {
  position: absolute !important;
  inset: auto 0px auto auto !important;
}

/* Enhanced close button (X) styling for modals and dialogs */
.btn-close {
  box-sizing: content-box !important;
  width: 1em !important;
  height: 1em !important;
  padding: 0.25em 0.25em !important;
  color: #000 !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m.235.794l15.467 15.205a.5.5 0 0 0 .708-.708L1.005.087A.5.5 0 1 0 .235.794zm14.831-.13L.567 15.367a.5.5 0 0 0 .708.708l14.498-14.703a.5.5 0 0 0-.708-.708z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
  border: 0 !important;
  border-radius: 0.375rem !important;
  opacity: 0.5 !important;
  transition: opacity 0.15s ease-in-out !important;
}

.btn-close:hover {
  color: #000 !important;
  text-decoration: none !important;
  opacity: 0.75 !important;
}

.btn-close:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
  opacity: 1 !important;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none !important;
  user-select: none !important;
  opacity: 0.25 !important;
}

/* Modal close button specific styling */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem !important;
  margin: -0.5rem -0.5rem -0.5rem auto !important;
}

/* Custom close button with better visibility */
.close-button {
  background: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  color: #6c757d !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 0.375rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: all 0.15s ease-in-out !important;
}

.close-button:hover {
  background: #e9ecef !important;
  border-color: #adb5bd !important;
  color: #495057 !important;
}

.close-button:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.close-button:active {
  background: #dee2e6 !important;
  border-color: #6c757d !important;
  color: #212529 !important;
}

/* Alternative close button style with icon */
.btn-close-icon {
  background: transparent !important;
  border: none !important;
  padding: 0.5rem !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.15s ease-in-out !important;
}

.btn-close-icon:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.btn-close-icon:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.btn-close-icon::before {
  content: "×" !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #6c757d !important;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1600px) {
  table.dataTable th,
  table.dataTable td {
    padding: 6px 4px !important;
  }
  
  table.dataTable th:nth-child(1),
  table.dataTable td:nth-child(1) {
    min-width: 90px !important;
    max-width: 110px !important;
  }
  
  table.dataTable th:nth-child(2),
  table.dataTable td:nth-child(2) {
    min-width: 100px !important;
    max-width: 130px !important;
  }
  
  table.dataTable th:nth-child(7),
  table.dataTable td:nth-child(7) {
    min-width: 100px !important;
    max-width: 120px !important;
  }
}

@media (max-width: 1400px) {
  table.dataTable th,
  table.dataTable td {
    padding: 6px 4px !important;
  }
  
  table.dataTable th:nth-child(1),
  table.dataTable td:nth-child(1) {
    min-width: 80px !important;
    max-width: 100px !important;
  }
  
  table.dataTable th:nth-child(2),
  table.dataTable td:nth-child(2) {
    min-width: 90px !important;
    max-width: 120px !important;
  }
  
  table.dataTable th:nth-child(7),
  table.dataTable td:nth-child(7) {
    min-width: 90px !important;
    max-width: 110px !important;
  }
}

@media (max-width: 1200px) {
  table.dataTable th,
  table.dataTable td {
    padding: 4px 3px !important;
  }
  
  table.dataTable th:nth-child(7),
  table.dataTable td:nth-child(7) {
    min-width: 80px !important;
    max-width: 100px !important;
  }
}

/* Specific column width adjustments to prevent text cutoff */
table.dataTable th:nth-child(1),
table.dataTable td:nth-child(1) {
  min-width: 100px !important; /* Legal Entity Name */
  max-width: 120px !important;
}

table.dataTable th:nth-child(2),
table.dataTable td:nth-child(2) {
  min-width: 120px !important; /* Email */
  max-width: 150px !important;
}

table.dataTable th:nth-child(3),
table.dataTable td:nth-child(3) {
  min-width: 80px !important; /* BQ status */
  max-width: 100px !important;
}

table.dataTable th:nth-child(4),
table.dataTable td:nth-child(4) {
  min-width: 80px !important; /* BQ stage */
  max-width: 100px !important;
}

table.dataTable th:nth-child(5),
table.dataTable td:nth-child(5) {
  min-width: 100px !important; /* Action required from */
  max-width: 120px !important;
}

table.dataTable th:nth-child(6),
table.dataTable td:nth-child(6) {
  min-width: 90px !important; /* Last Change */
  max-width: 110px !important;
}

table.dataTable th:nth-child(7),
table.dataTable td:nth-child(7) {
  min-width: 110px !important; /* Qualification Result */
  max-width: 130px !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}

table.dataTable th:nth-child(8),
table.dataTable td:nth-child(8) {
  min-width: 100px !important; /* Qualification Date */
  max-width: 120px !important;
}

table.dataTable th:nth-child(9),
table.dataTable td:nth-child(9) {
  min-width: 90px !important; /* Company Type */
  max-width: 110px !important;
}

table.dataTable th:nth-child(10),
table.dataTable td:nth-child(10) {
  min-width: 90px !important; /* Compliance action */
  max-width: 110px !important;
}

table.dataTable th:nth-child(11),
table.dataTable td:nth-child(11) {
  min-width: 60px !important; /* Actions */
  max-width: 80px !important;
}

/* Auto-adjust table width to fit all columns properly */
table.dataTable {
  table-layout: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.question-card .form-check-input {
    margin-left: 0px;
    margin-right: 5px;
}

.home-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    .home-inner
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.choose_text {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 26px;
    text-align: center;
}

.boxes-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    .box

{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    &:hover

{
    background-color: rgba(255, 255, 255, 0.25);
}

.box_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    img

{
    width: 100px;
    height: 100px;
}

.box_text {
    font-size: 30px;
    font-weight: 500;
    color: var(--primary-main);
    line-height: normal;
}

}
}
}
}

::ng-deep .top-error-snackbar.mat-mdc-snack-bar-container {
    margin-top: 20px;
}


