button#sendOtp {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #104cba;
    border-color: #104cba;
    box-shadow: none;
}
.login-logo b {
    font-weight: bold;
    color: #000;
}
.hdfc-logo {
    margin-top: 15px;
}
.header-area {
	box-shadow: 0px 3px 0px 0px #0069d921;
    width: 100%;
    float: left;
    padding: 10px 0px;
    background-color: #0069d921;
}
.content-area{
	width: 100%;
	float: left;
}
table {
    box-shadow: inherit !important;
}
.header-area .container {
    max-width: 1400px !important;
    margin: 0 auto;
}
.logo-area{
	float: left;
}
.menu-area {
    float: right;
}
.menu-area a {
    padding: 30px 20px;
    float: left;
    color: #000;
    font-size: 16px;
}
#username {
    font-size: 18px;
    color: #333;
    float: right;
    margin-right: 0px !important;
    font-size: 21px;
    font-weight: 500;
}
.menu-area ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.menu-area ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.menu-area ul li a {
	color: #000;
	font-weight: bold;
}
.menu-area ul li a:hover {
	color: #0069d9;
	font-weight: bold;
	text-decoration: none;
}
.menu-area ul li a.active {
	color: #0069d9;
	font-weight: bold;
	text-decoration: none;
}
.dropbtn {
  background-color: #0069d9;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  position: relative;
  top: 22px;
  border-radius: 10px;
  font-weight: bold;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 15px !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {
    display: block;
    top: 66px;
}
.dropdown:hover .dropbtn {background-color: #0069d9;}
.dropdown-content li, .dropdown-content li a{
	min-width: 100%;
}
.view-draw-details{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.container {
    max-width: 1100px !important;
    margin: 0 auto;
}
.card {
	margin: 0px !important;
}
.view-draw-details .card-body{
	padding: 0px !important;	
}
.view-draw-details h4 {
    padding: 15px 20px;
}
.view-draw-details-line {
    padding: 10px 20px;
}
label{
	margin: 0px;
}
.view-draw-details-line label:first-child {
    float: left;
    width: 25%;
    font-weight: bold;
}
.first-line{
	background-color: #f9f9f9;
}
.second-line {
    background-color: #ebebeb;
}
#drawList td button {
    margin: 5px 0px;
}
.main-content {
    float: left;
    width: 100%;
}
.page-content {
    margin-top: 20px;
}
.header-title.back-btn {
    float: left;
    margin-right: 20px;
}
.draw-title {
    float: right;
}
.draw-title b {
    padding: 0 15px;
}
.draw-title b span {
    font-weight: normal;
}
.userlist-header {
    margin-bottom: 20px;
}
section.content {
    float: left;
    width: 100%;
}
.card-primary.card-outline {
    margin-top: 20px !important;
}
#myModal .modal-dialog {
    max-width: 800px !important;
    margin: 4.75rem auto !important;
}
#myModal .card.radius-shadow {
    padding: 10px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: inherit;
    -webkit-overflow-scrolling: touch;
}
h3.card-title {
    width: 100%;
}


   /* Basic resets */
   .error-page-body , h1, p, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Full viewport height */
.error-page-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f4f4f9;
    color: #333;
}

/* Centered container */
.error-container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Large error code */
.error-code {
    font-size: 8em;
    font-weight: bold;
    color: #104cba;
}

/* Main error message */
.error-message {
    font-size: 1.5em;
    margin-top: 10px;
    font-weight: bold;
}

/* Description with some spacing */
.error-description {
    margin: 20px 0;
    font-size: 1em;
    color: #777;
    text-align: left;
    line-height: 1.8;
}

/* Button styling */
.home-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1em;
    color: #fff;
    background-color: #104cba;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.home-button:hover {
    background-color: #104cba;
}