.themeTable th {
    color: #454545;
    font-size: 14px;
    padding: 14px 40px;
    background-color: #F0F0F0 !important;
    white-space: nowrap;
}

.themeTable td {
    color: #000000;
    font-size: 14px;
    padding: 21px 40px;
}

.formTable th {
    color: #000000;
    font-size: 14px;
    padding: 14px;
    background-color: #ffffff !important;
    white-space: nowrap;
}

.formTable td {
    color: #000000;
    font-size: 14px;
    padding: 14px;
    white-space: nowrap;
    vertical-align: middle;
}

.accordion-container {
    border: 0;
}
.accordion-container .table-responsive.custom-shadow.rounded-3 {
    max-width: 75vw;
}

.accordion-container>td {
    border: 1px solid #E7E7E7;
}

.accordion-container>td table,
.accordion-container>td table td,
.accordion-container>td table th {
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid #E7E7E7 !important;
}

.accordion-arrow.collapsed {
    transform: rotate(0deg);
}

.accordion-arrow {
    transform: rotate(180deg);
}

@media only screen and (min-width: 601px) {
    .adv-dropdown {
        width: 480px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    .adv-dropdown {
        width: 300px;
    }
}

.table-btn {
    padding: 8px 10px;
}

.table-btn:hover {
    padding: 8px 10px;
    background-color: #595D5C;
}

.connector-table td {
    vertical-align: middle;
}

.question-table th {
    padding: 8px;
    background-color: #EAEFFF !important;
}

.no-border th {
    border: none;
}

.organization-img {
    width: 20px;
    height: 20px;
}

.assessmen-data{
    white-space: normal;
    display: inline-block;
    max-width: 250px;
    word-break: break-all;
}

.child-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.child-table-wrapper .table-responsive {
    width: max-content;
    min-width: 100%;
}

@media (max-width: 767px) {
    .child-table-wrapper {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.cost-nav-tabs {
    border-bottom: 0;
}

.cost-nav.active {
    border-color: transparent !important;
    background: #E3FFAF !important;
    border-radius: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 600;
    color: #000000 !important;
    font-size: 14px;
}

.cost-nav {
    padding: 4px 16px 4px 16px !important;
    font-size: 14px;
    color: #909090;
}

.cost-nav-tabs .cost-nav:hover,
.cost-nav-tabs .cost-nav:focus,
.cost-nav-tabs .cost-nav:active {
    border: 0;
}


.currency-input-container {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    overflow: hidden;
    width: 120px; /* Fixed width as per your original requirement */
}

.currency-symbol {
    background-color: #e9ecef;
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 2px;
    flex-shrink: 0; /* Prevent the symbol from shrinking */
}

.custom-form-control {
    border: 0;
    box-shadow: none;
    flex-grow: 1; /* Allow the input to take up remaining space */
    min-width: 0; /* Allow the input to shrink below its default size */
    overflow-x: auto; /* Allow horizontal scrolling for overflow */
    white-space: nowrap; /* Prevent wrapping of input text */
}

.custom-form-control:focus {
    box-shadow: none;
}

.custom-table{
    width:fit-content;
}

.w-20{
    width:20px;
}

.ww-25{
    width:25px;
}


.star-rating .star {
    color:#E0E8F1;/* Default gray color */
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s; /* Smooth color transition */
    line-height: 24px;
  }
  
  .star-rating .star:hover,
  .star-rating .star.active {
    color: #5A83F9;/* Active star color */
  }
  
  #selectDomain option[value="1"] {
      color: green;
  }
  
  #selectDomain option[value="2"] {
      color: orange;
  }
  
  #selectDomain option[value="3"] {
      color: red;
  }
  
  #selectDomain {
      color: black; /* Default color */
  }
  
  #selectDomain.green {
      color: green;
  }
  
  #selectDomain.orange {
      color: orange;
  }
  
  #selectDomain.red {
      color: red;
  }