

.centered-header {
    text-align: center;
}

.label-with-space1 {
    margin-left: 20px;
    margin-top: 4em;
}

.label-with-space {
    margin-top: 4em;
}

.slots-container {
    margin-top: 4em;
}

.pickslot-custom {
    text-align: center;
    font-size: 14px;
}

.radio-group {
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-top: 5px; /* Adjust the value as needed */
}

.form-wrap1 {
    margin-top: 0; /* Set the desired top margin */
    /* Other styles for .form-wrapper */
}

.radio-with-space label {
    margin-left: 10px; /* Adjust the margin as needed */
    margin-right: 15px;
}

.my-placeholder::placeholder {
    color: gray;
    font-size: 10px; /* Adjust the font size as needed */
}

.my-placeholder {
    color: black; /* Regular black color for input text */
    font-size: 15px;
}

#chkslots {
    height: 40px; /* Adjust the height as needed */
    white-space: normal; /* Allow text to wrap */
    width: 80px;
}

.labelhead {
    margin-right: 100px;
    font-size: small;
    color: gray;
    font-weight: 500;
}

.labelhead1 {
    margin-right: 140px;
    font-size: small;
    color: gray;
    font-weight: 500;
}

.labelhead2 {
    margin-right: 100px;
    font-size: medium;
    color: Black;
    font-weight: 900;
}

.gridview-style table {
    width: 100%;
    border-collapse: collapse;
}

/*.readtnccss {
    display: inline-block;
    vertical-align: top;
    margin-top: 15%;
    padding-left: 2%;
}

    .readtnccss input {
        vertical-align: middle;
        margin-right: 10px;*/ /* Adjust this as needed */
    /*}*/

.containerx {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5%;
}

.label-containerx {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Adjust the width as needed */
    margin-bottom: 5px; /* Space between rows */
}

.labelx {
    width: 75%; /* Adjust the width as needed */
    text-align: right;
    margin-left: 20%;
}

.labelxx {
    width: 65%; /* Adjust the width as needed */
    text-align: right;
    margin-left: 20%;
    margin-right: 5%;
}

.valuexx {
    width: 35%; /* Adjust the width as needed */
    text-align: right;
}

.valuex {
    width: 25%; /* Adjust the width as needed */
    text-align: right;
}

.my-button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 5%;
    font-size: 16px;
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow effect */
    cursor: pointer; /* Change cursor on hover */
}

    .my-button:hover {
        background-color: #008CBA; /* Blue on hover */
    }

    .my-button:disabled {
        background-color: #04AA6D; /* Keep the same background color */
        /* Add any other styles you want for the disabled state */
    }

.custom-alert {
    display: none; /* Initially hidden */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Semi-transparent background */
}

.custom-alert-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the alert box */
    padding: 20px;
    width: 80%;
    max-width: 300px;
    background-color: white;
    border: 1px solid #888;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}

.custom-alert-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rebeccapurple;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .custom-alert-close:hover,
    .custom-alert-close:focus {
        color: darkcyan;
        text-decoration: none;
        cursor: pointer;
    }

.custom-alert-button {
    background-color: skyblue;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

    .custom-alert-button:hover {
        background-color: deepskyblue;
    }

.right-align {
    text-align: left;
    display: block; /* Ensures the label behaves like a block element, so text-align works */
    width: 20px; /* Adjust the width as necessary to fit your formatted numbers */
    font-family: 'Courier New', monospace; /* Ensures monospaced font */

    margin-left: 0px;
}

.right-align1 {
    text-align: right;
    display: block; /* Ensures the label behaves like a block element, so text-align works */
    width: 60px; /* Adjust the width as necessary to fit your formatted numbers */
    font-family: 'Courier New', monospace; /* Ensures monospaced font */

    margin-left: 0px;
}

body {
    font-family: Arial, sans-serif;
}

.image-holder {
    position: relative;
    background-color: rgba(211, 211, 211, 0.5); /* Light gray with 50% transparency */
    /*opacity: 0.15;*/ /* Adjust the opacity as needed (0.0 to 1.0) */
    height: 80%;
    display: inline-block;
}

.logo {
    position: absolute;
}

.logo1 {
    left: 2%;
    width: 120px;
    height: 126px;
    top: 50px;
}

.logo2 {
    left: 74%;
    width: 80px;
    height: 70px;
    top: 85px;
}

#spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


@media (max-width: 768px) {
    .footer-content {
        padding: 0; /* Remove padding on smaller screens */
    }

    .footer-links li {
        display: block;
        /*                    margin: 10px 0;
*/
    }
}
/*.footer-section {
                margin-bottom: 20px;*/ /* Add space between sections */
/*padding: 10px;
                border-radius: 5px;
            }*/

.terms-and-conditions {
    text-align: left; /* Align text to the left */
    overflow-y: auto;
    max-height: 300px;
}

.terms {
    margin-top: 4px; /* Add space between the lines */
    counter-reset: term-counter; /* Reset the counter */
    padding-left: 10px; /* Add left padding */
    font-weight: 700;
    font-weight: bold; /* Make the counter bold */
}

    .terms li {
        counter-increment: term-counter; /* Increment the counter for each list item */
        list-style: none; /* Remove default list styles */
        margin-bottom: 1px; /* Add space between the lines */
        font-weight: 700;
        /*font-weight: bold;*/ /* Make the counter bold */

        color: black;
    }

        .terms li::before {
            content: counter(term-counter) ". "; /* Display the counter with a period */
            font-weight: bold; /* Make the counter bold */
            margin-right: 5px; /* Add space between the counter and text */
            font-weight: 700;
            color: black;
        }


    .terms h4 {
        margin-top: 5px; /* Add space between the lines */
        margin-left: 20px; /* Adjust the left margin for proper indentation */
    }

.footer-links {
    background-color: darkturquoise;
    align-items: center;
    width: 100%;
}

.divlayer {
    position: absolute; /* Position absolutely within the relative context */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right, ensuring full width within image-holder */
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(211, 250, 250, 0.7); /* Dodgerblue with transparency */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 2);
    height: 94%; /* Set your desired height */
    z-index: 1; /* Ensure it's on top */
    margin-top: 6%;
    margin-bottom: 5%;
    margin-right: 3%;
    margin-left: 3%;
}

    .divlayer h1 {
        font-family: 'Roboto', sans-serif; /* Use a nice font */
        font-weight: 700; /* Bold font weight */
        color: black; /* White text color */
        font-size: 24px; /* Set desired font size */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow for effect */
        text-align: center;
    }

    .divlayer h4 {
        font-family: 'Roboto', sans-serif; /* Use a nice font */
        font-weight: 400; /* Bold font weight */
        color: black; /* White text color */
        font-size: 15px; /* Set desired font size */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow for effect */
        text-align: center;
        margin-top: 22%;
    }

    .divlayer h2 {
        font-family: 'Roboto', sans-serif; /* Use the same nice font */
        font-weight: 700; /* Regular font weight */
        color: black; /* White text color */
        font-size: 18px; /* Set desired font size */
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Add subtle text shadow for effect */
        text-align: center;
    }

    .divlayer h6 {
        font-family: 'Roboto', sans-serif; /* Use a nice font */
        font-weight: 400; /* Bold font weight */
        color: black; /* White text color */
        font-size: 15px; /* Set desired font size */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow for effect */
        text-align: left;
        margin-top: 1%;
        text-decoration: underline;
    }

    .divlayer h5 {
        font-family: 'Roboto', sans-serif; /* Use a nice font */
        font-weight: 400; /* Bold font weight */
        color: black; /* White text color */
        font-size: 15px; /* Set desired font size */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow for effect */
        text-align: center;
        margin-top: 0.5%;
    }


.container {
    margin: 2px;
    position: relative;
    width: 320px; /* Adjusted to match the width of the terms-and-conditions div */
}

.terms-and-conditions {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box; /* Include padding in the width and height */
}

    /* For WebKit Browsers */
    .terms-and-conditions::-webkit-scrollbar {
        width: 8px; /* Thin scrollbar */
    }

    .terms-and-conditions::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .terms-and-conditions::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .terms-and-conditions::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* For Firefox */
.terms-and-conditions {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.scroll-message {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    display: none; /* Initially hidden */
    z-index: 1; /* Ensure it's above other content */
}

.gridview-style th {
    text-align: center; /* Center the text horizontally */
    background-color: darkgray;
    color: white;
    font-size: xx-small;
}

.gridview-style td, .gridview-style th {
    border: 1px solid grey;
    padding: 1px;
    font-size: 8pt;
    color: black;
}

form {
    width: 50%;
    padding-top: 36px;
    padding-left: 12px;
    padding-right: 1px;
}

.guidelines-table {
    width: 100%;
    border-collapse: collapse;
}

    .guidelines-table th, .guidelines-table td {
        /*            border: 1px solid black;
    */ padding: 2px;
        text-align: left;
        font-weight: 700;
    }

    .guidelines-table th {
        background-color: #f2f2f2;
    }

    .guidelines-table td.serial-number {
        padding-right: 5px; /* Space between serial number and term */
        vertical-align: top;
    }

    .guidelines-table tr.spacing-row td {
        padding-top: 2px; /* Space after each term point */
    }

footer {
    background-color: #24d3b3;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    margin-top: 0%;
}

    footer p {
        margin: 2px 0;
    }

    footer a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

        footer a:hover {
            text-decoration: underline;
        }

.home-symbol {
    cursor: pointer;
    font-size: 1.5em;
    margin-right: 10px;
}



@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Poppins-Regular";
  color: #333;
  font-size: 13px;
  margin: 0; }

input, textarea, select, button {
  font-family: "Poppins-Regular";
  color: #333;
  font-size: 15px; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }

.inner {
  padding: 20px;
  background: #fff;
  max-width: 850px;
  margin: auto;
  display: flex; }
  .inner .image-holder {
    width: 44%; }
  .inner form {
    width: 50%;
    padding-top: 36px;
    padding-left: 12px;
    padding-right: 1px; }
  .inner h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Poppins-SemiBold";
    text-align: center;
    margin-bottom: 28px; }

.form-group {
  display: flex; }
  .form-group input {
    width: 50%; }
    .form-group input:first-child {
      margin-right: 25px; }

.form-wrapper {
  position: relative; }
  .form-wrapper i {
    position: absolute;
    bottom: 9px;
    right: 0; }

.form-control {
  border: 1px solid #333;
  border-top: none;
  border-right: none;
  border-left: none;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  margin-bottom: 25px; }
  .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #333;
    font-family: "Poppins-Regular"; }
  .form-control::-moz-placeholder {
    font-size: 13px;
    color: #333;
    font-family: "Poppins-Regular"; }
  .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #333;
    font-family: "Poppins-Regular"; }
  .form-control:-moz-placeholder {
    font-size: 13px;
    color: #333;
    font-family: "Poppins-Regular"; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px; }
  select option[value=""][disabled] {
    display: none; }

button {
  border: none;
  width: 164px;
  height: 51px;
  margin: auto;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #333;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  button i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  button:hover i, button:focus i, button:active i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 1199px) {
  .wrapper {
    background-position: right center; } }
@media (max-width: 991px) {
  .inner form {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 767px) {
  .inner {
    display: block; }
    .inner .image-holder {
      width: 100%; }
    .inner form {
      width: 100%;
      padding: 40px 0 30px; }

  button {
    margin-top: 60px; } }

/*# sourceMappingURL=style.css.map */
