body{
  font-family: Roboto-Regular;
	margin: 0;
	border: 0;
	padding: 0; 
  background-size: cover;
  background-repeat: no-repeat;
}

.Container{
  background-color:#fff;
  display: flex;
  width: 65%;
  border-radius: 10px;
  margin-top: 3%;
}

.Imagecontainer{width: 50%;}
.Contentcontainer{width: 50%;border-top: 1px solid gainsboro;border-bottom: 1px solid gainsboro;border-right: 1px solid gainsboro;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}


.Checklbl{
  cursor: pointer;
  margin-left: 10px;
  color: #333333;
  font-size: 14px;
}

.Checkboxcls{
	cursor:pointer;
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.Mobile
{
  background: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.5%2C1h-8C6.12%2C1%205%2C2.12%205%2C3.5v17C5%2C21.88%206.12%2C23%207.5%2C23h8c1.38%2C0%202.5%2C-1.12%202.5%2C-2.5v-17C18%2C2.12%2016.88%2C1%2015.5%2C1zM11.5%2C22c-0.83%2C0%20-1.5%2C-0.67%20-1.5%2C-1.5s0.67%2C-1.5%201.5%2C-1.5%201.5%2C0.67%201.5%2C1.5%20-0.67%2C1.5%20-1.5%2C1.5zM16%2C18L7%2C18L7%2C4h9v14z%22%20%0Afill%3D%22%231EA839%22%2F%3E%3C%2Fsvg%3E" )  no-repeat left;
  background-size: 24px;
}

.inputText{
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 10px;
  padding-left: 30px;
}

.inputText:focus{
  border-bottom: 1px solid #0084ff;
}
.inputText:valid{
  border-bottom: 1px solid #0084ff;
}


.mnrinput-container {
  position: relative;
  width: 85% ;
  margin: 20px auto;
}
.mnrinput-container input,.mnrinput-containerx input {
  width: 80%;
  padding: 20px 10px;
  background-color: transparent;
  border: none;
  border: 1px solid gainsboro; /* Bottom border */
  outline: none;
  border-radius: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.mnrinput-container label,.mnrinput-containerx label {
  position: absolute;
  top: 20px;
  font-size: 14px;
  left: 0px;
  color: #333;
  background-color: #fff;
  transition: top 0.3s ease; /* Smooth transition */
  margin-left: 10%;
}

.mnrinput-container input:focus + label,
.mnrinput-container input:not(:placeholder-shown) + label, .mnrinput-containerx input:focus + label,
.mnrinput-containerx input:not(:placeholder-shown) + label {
  top: -5px;
  font-size: 12px;
  color: #000;
}

.spanleftalignlbl{
	color: #0084ff;
  font-size: 14px;
  margin: 2% 0;
  width: 73%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Subbtnclk{
	font-size: 15px;
	width: 73%;
	padding: 15px 10px;
	margin: 3px auto;
  border: 1px solid gainsboro;
  outline: none;
	background-color: #2355b6;
	color: white;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.05em, rgba(90, 125, 188, 0.05) 0px 0.05em 0.5em;
}

.Subbtnclk:disabled{
  background-color: #c3c0c0;
  border: none;
  color: #ffffff;
}

.QRlogin{
  font-size: 15px;
	width: 73%;
	padding: 15px 10px;
	margin: 3px auto;
  border: 1px solid #0084ff;
  outline: none;
	background-color: #FFF;
	color: #0084ff;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.05em, rgba(90, 125, 188, 0.05) 0px 0.05em 0.5em;
  font-weight: 600;
}
.Declaration{
  font-size: 11px;width: 75%;margin: auto;
}

.InputBox{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #bdbdbd;
  outline: none;
}
.InputBox:focus{
  border: 1px solid #005cb9;
}
.InputBox:valid{
  border: 1px solid #005cb9;
}

.Commonbtn{
  font-size: 14px;
	padding: 10px;
	margin: 10px auto;
  border: 1px solid gainsboro;
  outline: none;
	background-color: #2355b6;
	color: white;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.05em, rgba(90, 125, 188, 0.05) 0px 0.05em 0.5em;
}

.SmImg{
  width: 30px;
  height: 30px;
}

.Dropdownstyle{
  outline: none;
  padding: 5px 3px;
  border: 1px solid #2a77c4;
  border-radius: 5px;
  width: 100%;
  color: #213a62;
  font-size: 15px;
}
.MemberSpan{
  font-size: 16px;
  color: #000;
  text-decoration: none;
  margin: 12px 0px;
  padding:10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  align-items: center;
}
.MemberSpan:hover{
  background: #ecf7ff;
  color: #00061d;
}
/* Styles for the mask overlay */
.mask-overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place even when scrolling */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

/* Styles for the mask content box */
.mask-content {
  background-color: #ffffff;
  margin: auto; /* Auto margins for centering (if not using flex) */
  padding: 30px;
  border: 1px solid #888;
  width: 80%; /* Could be a percentage or fixed width */
  max-width: 800px; /* Max width for larger screens */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  position: relative; /* Needed for absolute positioning of close button */
}
.Morelinks-content {
  background-color: #ffffff;
  margin: auto; /* Auto margins for centering (if not using flex) */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be a percentage or fixed width */
  max-width: 300px; /* Max width for larger screens */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  position: relative; /* Needed for absolute positioning of close button */
}
/* Styles for the close button */
.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-button:hover,
.close-button:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.Masktable{
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.Masktable th{
  background: #D4E2F3;
  font-weight: normal;
  padding: 5px;
}
.Masktable td{
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}


.LinkFlex{
	display:flex;
	flex-flow:row wrap;
	width:100%;
	justify-content: flex-start;
}
.LinkFlex>div{
	margin:2.5%;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 20%;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
	align-items: center;
	cursor:pointer;
}

@media only screen and (max-width: 900px) {
  .Container{
    width: 90%;
    margin-top: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .Container{
    width: 90%;
    margin-top: 20%;
  }
  .Imagecontainer{display: none;}
  .Contentcontainer {
    width: 100%;
    border-left: 1px solid gainsboro;
    border-radius: 10px;
  }
  .mask-content {
    width: 90%;
    padding: 10px;
  }
  .Masktable th,.Masktable td{
    padding: 3px;
    font-size: 12px;
  }
  .LinkFlex{
	  justify-content: space-around;
  }
  .LinkFlex>div{
	margin:1%;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 40%;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
	align-items: center;
	cursor:pointer;
	}
}


.imgSpan {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #46b954;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.iconCls {
    color: #fff;
    font-size: 15px;
}
.imgTxt{
	color:#000;
	
}

.imgMailSpan {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #0176c3;
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
}
.DottedBorder{
  margin: 4% 0;
  border-style: dashed;border-bottom: 0px solid #ccc;width: 80%;border-color: #ddd;
}

.spandotted{
  display: inline-block;
  border-top: 1px solid gainsboro;
  vertical-align: middle;
  width: 35%;
}
.QRClose{
  background: #FBB7B5;
  color: red;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  right: -15%;
  top: -15px;
}
.Otpeyeicon{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 10%;
}
.CustomerIdSelection{
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center;
  padding: 10px 0;
  border-bottom:1px solid #ddd;
  margin-bottom: 10px;
  cursor:pointer;
}
.CustomerIdSelection:last-child {
  border-bottom: none;
}
.CustomerIdSelection>div:nth-child(1)
{
  width: 10%;
}
.CustomerIdSelection>div:nth-child(2)
{
  width: 80%;
  text-align: left;
  padding-left: 10px;
}
.CustomerIdSelection>div:nth-child(3)
{
  width: 10%;
}
.Declaration
{
	color:#000;
}


/*Feedback Style*/
/* Wrapper */
.feedback-wrapper {
    /* min-height: 100vh; */
    /* background: linear-gradient(135deg, #4e73df, #1cc88a); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
}

/* Card */
.feedback-card {
    background: #fff;
    /* width: 500px; */
    padding: 30px;
    border-radius: 14px;
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.15); */
}

/* Title */
.feedback-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

/* Row Layout */
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

/* Half Width */
.half {
    flex: 1;
}

/* Full Width */
.full {
    width: 100%;
    margin-bottom: 20px;
}

/* Form Group */
.form-group {
    position: relative;
}

/* Input & Textarea */
.form-input {
    width: 90%;
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    background: none;
    transition: 0.3s ease;
}

.form-textarea {
    min-height: 100px;
    width: 96%;
    resize: none;
}

/* Focus Effect */
.form-input:focus {
    border-color: #4e73df;
    box-shadow: 0 0 0 3px rgba(78,115,223,0.15);
}

/* Floating Label */
.form-label {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 14px;
    color: #666;
    pointer-events: none;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 4px;
}

/* Float Animation */
.form-input:focus + .form-label,
.form-input:valid + .form-label {
    top: -8px;
    font-size: 12px;
    color: #4e73df;
}

/* Button */
.submit-btn {
    width: 50%;
    padding: 12px;
    background: linear-gradient(135deg, #4e73df, #224abe);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #2e59d9, #1b3fa0);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
    .feedback-card {
        width: 90%;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}