.themeTable th {
    color: #2C303B;
    font-size: 13px;
    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.10);
}
.themetable-border{
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.themeTable td {
    color: #2c2c2c;
    font-size: 14px;
    padding: 20px 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-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;
}

