.form-container {
	background-color: #000;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	/* max-width: 670px; */
	/* width: 100%; */
	text-align: left;
	border: 4px dashed #FFF;
}

.form-group {
    margin-bottom: 20px;
}

.input_text {
    display: flex;
    align-items: center;
}

.awsome_input {
    flex: 1;
    border: none;
    padding: 10px;
    border-bottom: 2px solid #3498db;
    outline: none;
    font-size: 16px;
}

.awsome_input:focus {
    border-bottom: 2px solid #e74c3c;
}

.error-message {
    color: #e74c3c;
    font-size: 14px;
}

#countryCode {
    margin-right: 10px;
}

#sign-in-button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s;
}

#sign-in-button:hover {
    background-color: #2980b9;
}

table, th, td {
    border:1px solid black;
  }
  
          #myform {
              max-width: 400px;
              margin: 0 auto;
          }
  
          #myform .form-group {
              margin: 20px 0;
          }
  
          #myform .input_text {
              position: relative;
          }
  
          #myform .awsome_input {
              width: 100%;
              padding: 10px;
              border: 1px solid #ccc;
              border-radius: 5px;
          }
  
          #myform .awsome_input_border {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 2px;
              background-color: #007BFF;
              transform: scaleX(0);
              transition: transform 0.3s;
          }
  
          #myform .input_text:hover #myform .awsome_input_border {
              transform: scaleX(1);
          }
  
          /* Button styling */
          #myform  #sign-in-button {
              display: inline-block;
              padding: 10px 20px;
              background-color: #007BFF;
              color: #fff;
              border: none;
              border-radius: 5px;
              text-decoration: none;
          }
  
          #myform  #sign-in-button:hover {
              background-color: #0056b3;
          }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.form-container {
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);

    max-width: 500px;
    width: 100%;
    text-align: left;
	border: 4px dashed #FFF;
	margin: 0 auto;
}
.wishes-heading h2 {
	color: #FF6F00;
	margin: 0 0 23px;
	font-size: 25px;
	font-weight: 600;
}
body{ background: #000;}
body.home.blog {
    max-width: 580px;
    margin: auto;
    text-align: center;
    padding: 0px 0 40px;
}
body.home.blog header {
    font-size: 30px;
    margin-bottom: 30px;
}
body.home.blog header a{
  text-decoration: none;
}
#myform .awsome_input {
	width: 100%;
	padding: 10px;
	border: 1px solid #646060;
	border-radius: 5px;
	min-height: 50px;
	background: #0009;
	color: #FFFF;
}

footer {
    margin-top: 30px;
}
#myform .awsome_input {
	width: 100%;
	padding: 10px;
	border: 1px solid #646060;
	border-radius: 5px;
	min-height: 50px;
	background: #0009;
	color: #FFFF;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #FFF;
	opacity: 1;
}

::placeholder {
 color: #FFF;opacity: 1;
}
div#phoneInputCont {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}
span#countryCode {
    position: absolute;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    left: 5px;
    border-right: 1px solid #eee;
    padding-right: 5px;
    display: none;
}
#myform  #sign-in-button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
	background: #FF6F00
}
#myform .input_text {
    flex-wrap: wrap;
}
span#phone-error {
    position: absolute;
    top: -25px;
}
.site-logo img {
    width: 300px;
}
body.home.blog {
    font-family: "Poppins", Sans-serif;
}
body.home.blog.success-response,
body.home.blog.success-response .form-container {
    max-width: 600px;
} 
.form-container form#myform {
    max-width: 100%;
}
div#searchResults table tr th, div#searchResults table tr td {
    padding: 5px 10px;
    font-size: 14px;
}
body.home.blog table {
    border-collapse: collapse;
}
div#searchResults {
    overflow: hidden;
    overflow-x: auto;
}
div#validateOTP ,
.button-section {
    position: relative;
}
#loader {
    width: 25px;
    height: 25px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #ff6f00;
    border-bottom: 4px solid #ff6f00;
    border-right: 4px solid #ff6f00;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 60px;
    left: 45%;
} 
div#validateOTP div#loader {
    bottom: -31px !important;
    top: unset;
}
@media screen and (max-width:480px){
	.form-container {
    max-width: 90%;
}
}
div#otpvericont div#validateOTP .input_text {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

div#otpvericont div#validateOTP .input_text label {
    visibility: hidden;
    height: 0;
}
a#confirm-code {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #FF6F00;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}
a#confirm-code:hover {
    background-color: #0056b3;
}

div#searchResults table tr th, div#searchResults table tr td {
    padding: 5px 15px;
}
div#searchResults h1 {
    text-align: right;
    margin-bottom: 15px;
    font-size: 24px;
}
.footer-content {
	color: #FFF;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

div#response-error {
    color: #ff0000 !important;
}


body.home.blog.success-response, body.home.blog.success-response .form-container {
    max-width: 600px;
    border: 0;
    color: #FFFF;
}
body.home.blog.success-response, body.home.blog.success-response div#searchResults {
    /*overflow: hidden;*/
    overflow-x: auto;
    font-size: 25px;
    text-align: center;
}
body.home.blog.success-response, body.home.blog.success-response .form-container form {text-align: center}
body.home.blog.success-response, body.home.blog.success-response .form-container span{
	color: #FF6F00;
}
.BottomData {
    background-color: #000;
    border-radius: 10px;
    padding: 15px 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    /* text-align: left; */
    border: 4px dashed #FFF;
    margin: 0 auto;
    margin: 30px auto 0;
    line-height: 38px;
}
footer {
	font-size: 12px;
}

body.home.blog.success-response, body.home.blog.success-response footer{
	margin-top: 0;
}
.TopData {
	text-align: right;
	padding: 0 110px 0 30px;
}
.TopData p {
    display: flex;
    margin-bottom: 12px;
}
.TopData label {
	width: 100%;
	max-width: 220px;
	/* display: block; */
}

.BottomData strong {
	font-size: 32px;
	font-weight: normal;
}

@media (max-width:500px){
.TopData {
	text-align: right;
	padding: 0;
	max-width: 300px;
	margin: 0 auto;
}
	.BottomData { font-size:16px; line-height: 32px;}
	.BottomData strong {font-size: 24px;}
	.TopData p {margin-bottom: 6px;	font-size: 16px;}
	.TopData label {font-size: 24px;padding: 0;margin: 0;line-height: normal;}
	.TopData p span {padding: 10px 0 0;}
}

@media (max-width:300px){
	.BottomData { font-size:13px; }
	.BottomData strong {font-size: 20px;}
	
	.TopData p {margin-bottom: 6px;	font-size: 13px;}
	.TopData label {font-size: 20px;padding: 0;margin: 0;line-height: normal;}
	.TopData p span {padding: 5px 0 0;}
}
.footertop-text{
	color: #FFF;
    margin: 0 0 23px;
    font-size: 25px;
    font-weight: 600;
}