::-webkit-scrollbar-track {
    background-color: #d3d3d3;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
	border-radius: 0px;
	background-color: #d3d3d3;
}
::-webkit-scrollbar-thumb {
    width: 6px;
	border-radius: 2px;
	background-color: #999999;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
} 

.heading{
	font-weight:bold;
	font-size: 32px;
	text-decoration:underline;
	padding-top:20px;
	padding-bottom:20px;
	
	
}

.labelName{
	font-size:16px;
}

.btncolor{
	background-color:#500000 !important;
	color:white;
}


.reviewPageCheckboxes input[type="checkbox"]{
  width: 20px; 
  height: 15px; 
} 

.table-fixed tbody {
    height: 280px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;

    &::after {
        content: '';
        clear: both;
        display: block;
    }
}

.table-fixed-result {
	/*height: 400px;*/
	height: 80vh;
	overflow:sroll;
}

.formResultHeading{
	font-size:12px;
	font-weight:bold;
}

.formResultData{
	font-size:12px;


}

.formListtData{
	font-size:14px;
}
.formListheading{
	font-size:16px;
	font-weight:bold;
	
		
}

.formResultbtn a{
	color:#500000;
	/*padding-left:1px;*/

}

.formResultbtn a:hover{
	color:#500000;
}




/* h2 {
position: absolute;
left: 80px;
top: 50px;
} */
hr {
width:130%
}
.dropdown{
position:relative;
left:200px;
bottom:20px;
}

.center_rotate {
	transform-origin: center center;
	-ms-transform-origin: center center;
	/* IE 9 */
	-webkit-transform-origin: center center;
	/* Safari and Chrome */
	-moz-transform-origin: center center;
	/* Firefox */
	-o-transform-origin: center center;
	transform: rotate(180deg);
}


.ui-datepicker-trigger{
  position: absolute;
  margin-top: -28px;
  right:15px;
  border:none;
  background-color:transparent;
}

#radio-button:hover{
	background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
	
}
#enduser-textbox:hover{
	background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
	
}
#enduser-textarea:hover{
	background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
	
}

 input[type='radio'] {
        -webkit-appearance: none;
        vertical-align:middle;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        outline: none;
        border: 2px solid rgb(80, 0, 0);
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

 input[type="radio"]:checked:before {
        background: rgb(80, 0, 0);
        
    }
    
    input[type="radio"]:checked {
      border-color:rgb(80, 0, 0);
    }
    
/* input[type='checkbox'] {
        -webkit-appearance: none;
        vertical-align:middle;
        width: 20px;
        height: 20px;
        outline: none;
        border: 2px solid rgb(80, 0, 0);
    }

    input[type='checkbox']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
    }

 input[type="checkbox"]:checked:before {
        background: rgb(80, 0, 0);
        
    }
    
    input[type="checkbox"]:checked {
      border-color:red;
    }
    input[type="checkbox"]:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
     
 /*    .form-group:hover{
    background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
    }
 */
  .loading-gif {
position: absolute;
top: 60%;
left: 50%;
margin: -50px 0px 0px -50px;
}

/*
.formlist {
 overflow-y: scroll;
 overflow-x:hidden;
    max-height:500px;
	
}*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  font-weight:bold;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.accordion:before{
  content: '\25BA';

}
.active:before {
  /* content: "\25BC"; */
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 25px;
  background-color: #eee;
   border: 2px solid rgb(80, 0, 0);
   margin-top: 4px;
  
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark1 {
  background-color:  #500000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark1:after {
  left: 9px;
  top: 0px;
  width: 8px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb{
	width: 100%;
	
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2188d02b;
  z-index: 2;
  cursor: pointer;
}
.displaybutton{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.larger-checkbox{
	width: 44px;
    height: 23px;
}

.registration-container{
  background: #f4f7f8;
}

.panel-heading {
  position: sticky;
  top: 0px;
  z-index: 1;
  padding:12px;
  background-color: #500000;
  /*background-image: url('../images/forus-banner-individual.png');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color:white;
  font-size:large;
  font-weight:700;
  font-family:serif;
}
.panel-heading-individual {
  position: sticky;
  top: 0px;
  z-index: 1;
  padding:12px;
  /*background-image: url('../images/forus-banner-individual.png');*/
  background-color: #500000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fas fa-file-download fa-2x {
  color: #500000;
}
.thumbnailImage{
	display: flex;
    justify-content: center;
    align-items: center;
}
.form-list{
  border-bottom: 1px solid rgba(128, 128, 128, 0.2)
}
.container-qr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qrcode-box{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
   
}
.qrcode-dialogue{
	background-color:#500000;
}
.pagenot-found{
	display:flex;
	justify-content: center;
	align-items: center;
	height:50vh;
}
.pagenotfound{
	height:57px;
}

.diableRowColor{
	background-color: #ddd; 
}

.endUserIntialReviewPageResultTable  {
    /* height: 490px; */
    height: 70vh;
}

.formContainer {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emailContainer {
    max-width: 500px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    margin-top: 100px;
}

.formContainer h1 {
    color: #333;
    margin-bottom: 30px;
    font-size: 28px;
}

.formContainer form {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.formContainer input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.formContainer input:focus {
    border-color: #500000;
}

.formContainer button {
    background-color: #500000;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.updatedContainer{
	text-align: center;
	margin-top: 40px;
}

.table-responsive.table-fixed-result{
	margin-bottom: 13px;
}

/* Target the container with the custom scrollbar */
.table-responsive.table-fixed-result::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
    height: 20px; /* Height of the scrollbar */
}

/* Track */
.table-responsive.table-fixed-result::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the scrollbar track */
}

/* Handle */
.table-responsive.table-fixed-result::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar handle */
    border-radius: 5px; /* Rounded corners */
}

/* Handle on hover */
.table-responsive.table-fixed-result::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar handle on hover */
}

.paginationList:hover{
	font-weight: 500;
	
}

