/* 
#rec{
    background-color: #E9F7FF;
    width: 100vw;
    height: 100vh;

} */

html, body {
    margin: 0;
    background-color: #969494;
    height: 100vh; 
    text-align: center;  
}

.hidden {
    display: none; /* Hides the element */
}

.container {
    max-width: 640px;
    width: 100%;
    margin: auto;
    height: 100vh;
    padding: 0px;
    background-color: #ffffff;
}

#topimage{
    /* position: absolute; */
    /* top:10px; */
    /* left: 10px;  */ 
    margin-left: 0;
    width: auto;
    height: 80px;
}

#topimager{
    position: absolute;
    top:0px;
    right: 0px;
    width: auto;
    height: 80px;
}

.row1 {
    display: flex;
    justify-content: flex-start;
    /* width: 500px; */
    flex-wrap: nowrap;
    /* align-items: center; */
    /* border: #6c6500 solid 2px; */
    align-items: center;
    text-align: center;
    /* max-width: 480px; */
    padding: 0px;
    margin: 0px;
}

#logoimg{
	height:80px;
	width: auto;

}

.advert-container {
    position: relative;
    width: 100%; /* Full width for the container */
    height: auto; /* Automatic height */
    overflow: hidden; /* Hide overflow */
}

.advert-image {
    width: 100%; /* Makes the advertisement image responsive */
    height: auto;
    display: none;
    /* margin-right: 20px; */
}

.advert-image.active {
    display: block; /* Show active image */
}

.footer {
	display: flex;
    justify-content: space-around; /*Space items evenly */
    /* margin: 0 auto; */
    position: fixed;
    /* border: #002e6c dotted 2px; */
    /* left: 0; */
    bottom: 25px;
    /* width: fit-content; */
    max-width: 600px;
    /* width: 100%; */
    text-align: center;
    /* align-items: center;  */
}

.card-subtitle{
    font-family: 'Poppins', sans-serif; 
    font-weight: 600; 
    /* font-size: 24px;  */
    /* color: #e05929;  */
    /* margin-bottom: 5px;  */
    /* margin-top: 5px */
}

.card-title{
   font-family: 'Poppins', sans-serif; 
   font-weight: 900; 
   font-size: 32px; 
}

#card1 {
    background-color: #ffffff;
    border: none;
    color: #002e6c;
}

.paybtn{
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 120px;
    border-radius: 10px;
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight:800;
}

.paybtn2{
    /* display: flex; */
    margin: 0 auto;
    height: 40px;
    width: 120px;
    border-radius: 10px;
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight:800;
}

.button-container {
    display: flex; /* Use Flexbox to align items in a row */
    justify-content: space-around; /* Space items evenly */
    margin: 20px; /* Add some margin around the container */
}

.cardbtn {
/*    display: flex;*/
    margin: 0px 3px;
    height: 35px;
    width: 120px;
    border-radius: 5px;
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight:800;
}

.retrybtn {
    display: block;
    margin: 0 auto;
    height: 55px;
    width: 242px;
    border-radius: 20px;
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px; 
    font-weight:800;
}
.textorange{
    color: #E25A26;
}

label {
    width: 100px;               /* Fixed width for labels */
    margin-right: 2px;         /* Space between label and input */
    /* font-weight: bold; */
}

.form-control {
    flex: 1;                    /* Allow input to grow and fill available space */
    /* max-width: 250px;           */
    padding: 10px;             /* Padding for better spacing */
    box-sizing: border-box;     /* Include padding in width calculations */
}

.regcard {
	display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
/*    padding-bottom: 50px;*/
    /* text-align: left; */
    padding: 10px;
}

.regcardmodal {
	display: flex;
    justify-content: space-around;
    width: 100%;
/*    padding-bottom: 50px;*/
    text-align: left;
    padding: 5px;
}

.regcardmodal2 {
	display: flex;
    /* justify-content: space-around; */
    width: 100%;
    padding: 10px 5px;
/*    padding-bottom: 50px;*/
    text-align: left;
    /* padding: 5px; */
}

#popup {
    background-color: #E9F7FF;
    display: none;
}

#card2 {
    background-color: #E9F7FF;
    border: none;
    color: #002e6c;
}

.tablerow{
    border-bottom: 1px solid #E25A26;
}

#totaltabel{
    border-top: 5px solid #E25A26;
    border-bottom: 1px solid #E25A26;
}

th,td {
    padding: 0px;
}

#ticketID{
    display: block;
    margin: 0 auto;
    /* height: 55px; */
    width: 50%;
    padding: 10px 5px;
    border-radius: 10px;
    border: 1px #E25A26 solid;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    background-color: #D2DDEB;
}

/* toilet proj styling */

.orange-body{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #E25A26;
    z-index: 1;

}

.white-body{
    /* width: 360px; */
    height: 685px;
    min-height: 800px;
    position: absolute;
    top: 140px;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 2;
    display: block;
    padding-right: 100%; 

}

.ticket-text{
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 26px;
}

/* .gray-space {
    width: 110px;
    height: 70px;
    background-color: #D2DDEB;
    display: flex;
    justify-content:center;
    align-items: center;
    font-family: 'Lora', serif;
    font-size: 30px;

} */

input#ticketnumber{
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 28px;
    background-color: #D2DDEB;
    border: 0;


}

.ticketbtn{
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 72px;
    /* border-radius: 20px; */
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight:800;
}
#minusbtn{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#addbtn {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.submitbtn {
    display: block;
    margin: 0 auto;
    height: 55px;
    width: 183px;
    border-radius: 20px;
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight:800;
}

/* qr styling */

li{
    list-style-type: none;
}
/* .orangeqr-body{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #E25A26;
    z-index: 1;

} */
.orangeqr-body{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #E25A26;
    z-index: 1;
}

.whiteqr-body{
    position: absolute;
    top: 30px;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 2;
    overflow: hidden;
    /* display: block;
    padding-right: 100%;  */
}

.scroll {
    max-height: 300px;
    overflow-y: auto;
}

/* .orangebtn-body{
    position: absolute;
    bottom: 100px;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 2;

} */

.downloadbtn {
    display: block;
    margin: 0 auto;
    height: 55px;
    width: 183px;
    border-radius: 20px;
    border: 1px #002e6c;
    background-color: #E25A26;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight:800;
}



/* ticket details styling*/


.white-ticket-body{
    /* width: 360px; */
    height: 685px;
    min-height: 800px;
    position: absolute;
    top: 140px;
    background-color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 2;
    display: block;
    padding-right: 100%; 
}

.toilet-ticket-details > h1{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #002E6C;
}

.toilet-ticket-details > p{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.card {
    border-color: #fff;
    /* padding-left: 5%; */
}

.table {
    border: 9px #E25A26
}

.left-ticket-data{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #002E6C;
    text-align: left;
}

.right-ticket-data{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
}

p.ksh{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #002E6C;
}

.total-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: #002E6C;
}

.icon-radio {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.icon-radio input[type="radio"] {
    display: none; /* Hide the default radio button */
}
.icon-radio label {
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
.icon-radio img {
    width: 50px; /* Image size */
    height: 50px; /* Image size */
    border: 2px solid transparent; /* Default border */
    border-radius: 5px; /* Rounded corners */
    transition: border-color 0.3s; /* Smooth transition */
}
.icon-radio input[type="radio"]:checked + label img {
    /* border-color: #E25A26; */
    border-color: #002e6c;
    border-width: 5px;
}