/************************************
 To overwrite css properties, uncomment/edit them.
 If you decide to change the size of elements,
 please keep in mind both mobile and desktop layouts (media queries)
************************************/

/************************************
        Table

*************************************/
.flashlight-radiobuttongrid  table.generic-table thead tr th{
    /*color: #2b542c;*/
}
.flashlight-radiobuttongrid  table.generic-table tbody tr td label{
    /*color: #da5124;*/
}
.flashlight-radiobuttongrid table.generic-table-alternate-row tbody tr:nth-child(odd) {
    /*background-color: rgb(255, 247, 244);*/
    /*border-bottom: 1px solid #ffd8ca;*/
    /*border-top: 1px solid #ffd8ca;*/
}

/** Colored Headers. In this example: 1 to 6 – red (white text), 7 – 8: yellow(red text) 9 – 10: green(white text) */
/* Colored Desktop Headers */
/*.flashlight-radiobuttongrid thead tr:last-child th:nth-child(2),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(3),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(4),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(5),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(6),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(7)
{
    background-color: #FF0000;
}
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(8),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(9)
{
    background-color: yellow;
}
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(10),
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(11)
{
    background-color: green;
}

.flashlight-radiobuttongrid thead tr:last-child th:nth-child(2) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(3) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(4) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(5) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(6) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(7) label
{
    color:white;
}
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(8) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(9) label
{
    color:red;
}
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(10) label,
.flashlight-radiobuttongrid thead tr:last-child th:nth-child(11) label
{
    color:white;
}*/

/* Colored Mobile Headers (Vertical reflowtable) */
/*.flashlight-radiobuttongrid .reflowtable tr:nth-child(2) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(3) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(4) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(5) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(6) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(7) .reflow-key
{
    background-color: #FF0000;
    color:white;
}
.flashlight-radiobuttongrid .reflowtable tr:nth-child(8) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(9) .reflow-key
{
    background-color: yellow;
    color:red;
}
.flashlight-radiobuttongrid .reflowtable tr:nth-child(10) .reflow-key,
.flashlight-radiobuttongrid .reflowtable tr:nth-child(11) .reflow-key
{
    background-color: green;
    color:white;
}*/

/************************************
        Icons
*************************************/
.flashlight-radiobuttongrid table .shown-when-not-selected {
    /*color: #7e7e7e;*/
}
.flashlight-radiobuttongrid table .shown-when-selected{
    /*color: #EC5D2F;*/
}
/************************************
        Opt Out
*************************************/
.flashlight-radiobuttongrid table.generic-table thead tr th.optOutLabelWrapper{
    /*color: #da5124;*/
}
.flashlight-radiobuttongrid table .optOutWrapper .shown-when-not-selected {
    /*color: #7e7e7e;*/
}
.flashlight-radiobuttongrid table .optOutWrapper .shown-when-selected{
    /*color: #EC5D2F;*/
}

/************************************
        Custom question CSS rules

It is not recommended to edit this part.
*************************************/
.flashlight-radiobuttongrid .revealOneByOneColumn tr div.wrapper,
.flashlight-radiobuttongrid .revealOneByOneRow tr div.wrapper{
    display:none;
}
.flashlight-radiobuttongrid .checkbox{
    cursor: pointer;
}
.flashlight-radiobuttongrid.flashlight-question table.generic-table {
    table-layout: auto;
}
.flashlight-radiobuttongrid.flashlight-question table.generic-table td,
.flashlight-radiobuttongrid.flashlight-question table.generic-table th{
    text-align: center;
}
.flashlight-radiobuttongrid i.shown-when-not-selected {
    display: block;
}
.flashlight-radiobuttongrid .input-group{
    display: block;
    max-width: 1024px;
}
.flashlight-radiobuttongrid .optOutLabelWrapper{
    text-align: center;
    display: none;
}
.flashlight-radiobuttongrid .optOutThead{
    display: none;
}
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-input-wrapper .shown-when-selected {
    display: none;
}
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-input-wrapper .shown-when-not-selected,
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-optout .shown-when-not-selected {
    display: inline;
    cursor: pointer;
    float: inherit;
}
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-input-wrapper.selected .shown-when-selected,
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-optout.selected .shown-when-selected{
    display: inline;
    cursor: pointer;
    float: inherit;
}
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-input-wrapper,
.flashlight-radiobuttongrid .flashlight-radiobuttongrid-optout{
    position: relative;
}

@media (max-width:767px) {
    .flashlight-radiobuttongrid-input-wrapper{
        margin: 10px;
    }
}
@media (min-width:1200px) {
    .flashlight-radiobuttongrid .shown-when-not-selected{
        font-weight: 400;
    }
}

.flashlight-radiobuttongrid-table.mobile .tr-group {
    display: flex;
    margin-bottom: 24px;
    border: 1px solid #f5f6f7;
    border-color: #d4d7da !important;
    flex-wrap: wrap;
}

.flashlight-radiobuttongrid-table.mobile .tr-group > td {
    width: 100%;
    display: block;
}

.flashlight-radiobuttongrid-table.mobile thead {
    display: none;
}

.flashlight-radiobuttongrid-table.mobile .flashlight-radiobuttongrid-input-wrapper {
    border-bottom: 1px solid #d4d7da;
    margin: 0 !important;
    padding: 8px !important;
    background: #f5f6f7;
}

.flashlight-radiobuttongrid-table .flashlight-radiobuttongrid-input-wrapper > div {
    display: none;
}

.flashlight-radiobuttongrid-table.mobile .flashlight-radiobuttongrid-input-wrapper > div {
    display: block;
}

.flashlight-radiobuttongrid-table.mobile .flashlight-radiobuttongrid-input-wrapper.selected {
    background: red;
    color: white;
}

.flashlight-radiobuttongrid-table.mobile .tr-group > td {
    padding: 0 !important;
}

.flashlight-radiobuttongrid-table.mobile .tr-group > td:nth-of-type(1) {
    padding: 16px 0 !important;
    width: 100%;
}

.flashlight-radiobuttongrid-table.mobile .flashlight-radiobuttongrid-input-wrapper > i {
    display: none !important;
}

.flashlight-radiobuttongrid-table.mobile .tr-group td {
    display: none;
}

.flashlight-radiobuttongrid-table.mobile .tr-group > td:nth-of-type(1) {
    display: block;
}

.flashlight-radiobuttongrid-table.mobile .tr-group.open td {
    display: block;
}

.flashlight-radiobuttongrid-table.mobile .tr-group td:not(:nth-of-type(1)) {
    flex: 1 1 20%; /*CSAT - Horizontal*/
    flex: unset;
}

.flashlight-radiobuttongrid-table.mobile .tr-group.answered > td:nth-of-type(1) {
    position: relative;
}

.flashlight-radiobuttongrid-table.mobile .tr-group.answered > td:nth-of-type(1):before {
    font-family: 'Black Tie' !important;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(99, 205, 99, 0.3);
    content: '\f012' !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(99,205,99);
    font-size: 16px;
}
.flashlight-radiobuttongrid.flashlight-question .navigating-radiogrid {
    table-layout: fixed !important;
}

.navigating-radiogrid thead {
    display: none;
}

.navigating-radiogrid tbody {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.navigating-radiogrid tbody > tr {
    display: grid;
    width: 100%;
    flex: 1 0 auto;
    grid-template-columns: 1fr;
    border: 1px solid #d4d7da !important;
    transition: 0.5s ease;
    border-radius: 8px;
    overflow: hidden;
}

.navigating-radiogrid tbody > tr > td:first-of-type {
    border-bottom: 1px solid #d4d7da;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 56px !important;
    padding-right: 56px !important;
}

.navigating-radiogrid tbody > tr > td:not(first-of-type) {
    padding: 0px !important;
}

.navigating-radiogrid .flashlight-radiobuttongrid-input-wrapper > div {
    display: inline-block !important;
    margin-left: 8px;
}

.navigating-radiogrid tbody > tr > td .qunit-button {
    padding: 16px;
    transition: 0.3s ease;
    cursor: pointer;
    background: #f5f6f7;
    text-align: left;
}

.navigating-radiogrid tbody > tr > td .qunit-button:hover, .navigating-radiogrid tbody > tr > td .qunit-button:focus {
    background: #e3e5e7;
}

.navigating-radiogrid tbody > tr > td:first-of-type label {
    font-size: 16px;
}

.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement {
    /* font-family: 'Font Awesome 6 Pro'; */
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.3s ease;
}

.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement.left-control {
    /* content: "\f053"; */
    left: 8px;
}

.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement.right-control {
    /* content: "\f054"; */
    right: 8px;
}

.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement:hover {
    background: #e9e9e9;
}

.navigating-statement.disabled {
    background: #ddd !important;
    opacity: 0.3;
    cursor: not-allowed !important;
}

@media screen and (min-width: 661px) {
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:not(:first-child) td:nth-child(3) .flashlight-radiobuttongrid-input-wrapper .mobile-row{
		display: none !important;
	}
	.flashlight-radiobuttongrid-input-wrapper.qunit-button.qunit-one-per-row .mobile-row{
		display: none !important;
	} 
}

@media screen and (max-width: 660px) {
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:not(:first-child){
		border: unset !important;
	}
	.flashlight-radiobuttongrid-input-wrapper.qunit-button.qunit-one-per-row .descktop-label{
		display: none !important;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:not(:first-child) {
		position: relative;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:not(:first-child) td:first-child {
		padding: 0px;
        min-width: 0px;
	}
	.flashlight-radiobuttongrid-table.mobile .flashlight-radiobuttongrid-input-wrapper{
		text-align: center;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:first-child td .wrapper label{
		padding-left: 8px;
        padding-right: 32px !important;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr td{
		text-align: left !important;
		position: relative;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:not(:first-child) td.reflow-key {
		width: 100%;
		padding-right: 0px;
		background: transparent;
		display: none;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table tbody tr:not(:first-child) td:nth-child(3) {
		position: relative;
		left: 0px;
		right: 0px;
		width: 100%;
		padding-left: 0px;
	}
	.flashlight-radiobuttongrid-table.mobile .flashlight-radiobuttongrid-input-wrapper{
		background: transparent;
		border-bottom: unset !important;
	}
	.flashlight-question.flashlight-radiobuttongrid .flashlight-radiobuttongrid-table .descktop-label{
		display: none;
	}
	.flashlight-radiobuttongrid table.generic-table tbody tr td:not(:first-child) label{
		font-size: 14px !important;
	}
	.flashlight-radiobuttongrid table.generic-table-alternate-row tbody tr:nth-child(odd){
		border: unset !important;
	}
	.flashlight-radiobuttongrid-table.generic-table.answered-mobile.answered tbody tr:not(:first-child){
		display:none !important;
	}
	
	.flashlight-radiobuttongrid-table.generic-table.answered-mobile.tr-group.answered tbody tr:first-child td:nth-of-type(1):before {
		right: 4px;
		color: white;
		background: rgb(99, 205, 99, 1);
		font-size: 12px;
	}
	.flashlight-radiobuttongrid-table.generic-table.answered-mobile.tr-group.answered tbody tr:first-child td:nth-of-type(1):before {
		width: 26px;
		height: 26px;
		z-index: 1;
	}
	.flashlight-radiobuttongrid-table.generic-table.answered-mobile.tr-group.answered tbody tr:first-child td:nth-of-type(1):before {
		font-family: 'Black Tie' !important;
		content: '\f012' !important;
	}

	.flashlight-radiobuttongrid-table.generic-table.answered-mobile.tr-group.answered tbody tr:first-child td:nth-of-type(1):before {
		font-family: 'Font Awesome 6 Pro';
		position: absolute;
		width: 32px;
		height: 32px;
		background: rgb(99, 205, 99, 0.3);
		content: '\f00c';
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		right: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: rgb(99,205,99);
		font-size: 12px;
		font-weight: 600;
	}
	.flashlight-radiobuttongrid-table.generic-table.navigating-radiogrid.generic-table-alternate-row.mobile .navigating-statement.left-control.disabled{
		display: none;
	}
	.flashlight-radiobuttongrid-table.mobile label{
		padding-left: 12px;
		padding-right: 32px;
	}
	.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement{
		width: 20px;
    	height: 24px;
	}
	.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement.left-control{
		left: 4px;
	}
	.navigating-radiogrid tbody > tr > td:first-of-type .navigating-statement.right-control{
		right: 4px;
	}
	.navigating-radiogrid tbody > tr > td:first-of-type label{
		padding-left: 28px;
		padding-right: 28px;
	}
	.flashlight-radiobuttongrid-table.mobile .tr-group.answered > td:nth-of-type(1):before {
		width: 14px;
		height: 14px;
		z-index: 1;
	}
	.flashlight-radiobuttongrid-table.mobile.generic-table-alternate-row .tr-group.answered > td:nth-of-type(1):before{
		right: 4px;
		color: white;
		background: rgb(99, 205, 99, 1);
		font-size: 6px;
	}
}

.flashlight-radiobuttongrid table.generic-table tbody tr td label {
    line-height: 24px;
}