.themeTable th {
  color: #2c303b;
  font-size: 14px;
  padding: 20px 15px;
  background-color: #f7f7f7 !important;
  white-space: nowrap;
  border-bottom: none;
}
.themeTable {
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.themetable-border {
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.themeTable td {
  color: #000000;
  font-size: 14px;
  padding: 18px 15px;
  white-space: nowrap;
  vertical-align: middle;
}
.themeTable td.custom-inline-table {
  vertical-align: unset !important;
}
.themeTable td {
  border-style: none;
}

.themeTable > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.themeTable > tbody > tr:nth-of-type(even) {
  background-color: #f8f9ff;
}

.quote-number {
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 24px;
  /* background-color: #6100EE; */
  color: #ffffff;
}
/* status code starts here */
.custom-green-dot {
  width: 5px !important;
  height: 5px !important;
  background-color: #1cb26e !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.custom-blue-dot {
  width: 5px !important;
  height: 5px !important;
  background-color: #46b8ec !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.custom-deleted-dot {
  width: 5px !important;
  height: 5px !important;
  background-color: #ec6660 !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.custom-grey-dot {
  width: 5px !important;
  height: 5px !important;
  background-color: #999999 !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.custom-suspended-dot {
  width: 5px !important;
  height: 5px !important;
  background-color: #0078d7 !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.custom-suspended-color {
  color: #0078d7 !important;
}
.custom-expired-dot {
  width: 5px !important;
  height: 5px !important;
  background-color: #5c005c !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.custom-expired-color {
  color: #5c005c !important;
}
/* status code ends here */
.height-37 {
  height: 40px;
  width: 40px;
}
.themeTable .acc-table-color-even {
  background-color: #f8f9ff !important;
}
/* .themeTable tr:nth-child(even) 
{
    background-color: #ffffff;
}
.themeTable tr:nth-child(odd) 
{
    background-color: #F8F9FF;
} */
/* .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 > td {
  border: 1px solid #e7e7e7;
  padding: 24px 0px 0px 50px;
}

.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(270deg);
}
@media only screen and (min-width: 601px) {
  .adv-dropdown {
    width: 380px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .adv-dropdown {
    width: 300px;
  }
}
.table-btn {
  padding: 8px 10px;
}
.connector-table td {
  vertical-align: middle;
}
.question-table th {
  padding: 8px;
  background-color: #eaefff !important;
}

.tooltip-align {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  color: red;
}
