@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
html,body,p,ol,ul,div,form,input,textarea,select{
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    line-height: 1.3;
}
body {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
fieldset {
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #969696;
}

legend {
  font-family: "Helvetica Bold", sans-serif;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #d20a28;
  /* border: 1px solid #d20a28; */
  border-radius: 5px;
  color: #fff;
}
/* Table container styling */
.redeemed-table-container {
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
  max-width: 100%;
  max-height: 250px;
}

.redeemed-table-container::-webkit-scrollbar{
  display: none;
}

/* Table container styling */
.redeemed-table-container {
  border-radius: 8px;
  overflow: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
  max-width: 100%;
  max-height: 250px;
}

.redeemed-table-container::-webkit-scrollbar{
  display: none;
}

/* Table styling */
.redeemed-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background-color: white;
  font-size: 15px;
}

/* Table header styling */
.redeemed-table thead {
  background-color: #f8f9fa;
  position: static;
  top: 0;
  z-index: 10;
}

.redeemed-table thead tr{
  box-shadow: none;
  border-bottom: 2px solid #e9ecef;
}

.redeemed-table th {
  padding: 15px;
  text-align: left;
  font-weight: 700;
  color: #495057;
  border: none !important;
  background-color: #f8f9fa !important;
  white-space: nowrap;
}

/* Table body styling */
.redeemed-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s ease;
}

.redeemed-table td {
  padding: 15px;
  color: #212529;
  white-space: nowrap;
}

/* Points column styling */
.redeemed-table td:nth-child(2) {
  font-weight: 600;
  color: #28a745;
}

/* Date column styling */
.redeemed-table td:nth-child(3) {
  color: #6c757d;
}

.patstyle1 {
    background: #cfd1d6;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.container.style1 {
    display: flex;
    padding: 75px 0;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 910px;
}
.main .container.style2 {
    max-width: 910px;
    padding: 35px 0 35px;
}
.lsec {
    width: 68%;
    background-image: url(../images/pat1.png);
    background-size: cover;
    background-position: center;
}
.rsec img {
    max-width: fit-content;
}
.rsec {
    width: 32%;
    background-image: url(../images/pat2.jpg);
    display: flex;
    flex-direction: column;
    padding: 95px 60px;
    text-align: left;
    background-size: cover;
    background-position: center;
}
.rsec h2 {
    font-size: 25px;
    font-weight: 300;
    margin: 30px 0 15px;
}
p {
    margin: 0 0 25px;
}
.rsec p {
    color: #a8a7a7;
    font-weight: 300;
    font-size: 16px;
}
.rsec label {
    color: #a8a7a7;
    font-size: 14px;
    display: block;
    margin: 0 0 8px;
}
.rsec .inputcontainer input {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    line-height: 1.45;
    padding: 10px 15px;
    border-radius: 10px;
}
.rsec .inputcontainer select {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    line-height: 1.45;
    padding: 10px 15px;
    border-radius: 10px;
}
.rsec .inputcontainer {
    margin: 0 0 25px;
}
.rsec .inputcontainer.checkboxcontent input {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}
.rsec input[type="submit"] {
    width: 100%;
    background: #2993f0;
    border: none;
    border-radius: 10px;
    font-size: 16px;;
    line-height: 1.45;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 15px;
    cursor: pointer;
}
.rsec .btnstyle2 {
    width: 100%;
    background: #a1a1a1;
    border: none;
    border-radius: 10px;
    line-height: 1.45;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
}
.rsec form {
    margin: 0;
}

.header {
    display: flex;
    justify-content: space-between;
    background: #cfd1d6;
    padding: 20px 15px;
    align-items: center;
}
.logininfo p {
    margin: 0;
}

.dashboard {
    display: flex;
    justify-content: space-between;
}
.navsec ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bannerimg {
    margin-bottom: 25px;
}
#user {
    color: #0065ff;
}
.navsec {
    width: 26%;
    background: #f7f8f8;
    padding: 20px 0;
}
.contentsec {
    width: 70%;
}
.navsec ul li {
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.navsec ul li.active {
    background: linear-gradient(to right, #ebeeee, #fff);
}
.navsec ul li:hover {
    background: linear-gradient(to right, #ebeeee, #fff);
    cursor: pointer;
}
.navsec ul li a {
    padding: 15px 25px;
    display: block;
    text-decoration: none;
    color: #5E5E5E;
}
.contentsec p {
    color: #777;
    font-size: 16px;
}
.contentsec.txtstyle1 p {
    line-height: 1.45;
}
.contentsec h2 {
    color: #0065ff;
    font-size: 32px;
    margin: 0 0 20px;
}
.contentsec.spacer {
    padding-top: 25px;
}
.contentsec::after {
    content: '';
    display: table;
    clear: both;
}
.contentsec .cards:nth-child(3n) {
    margin-right: 0;
}
.contentsec .cards:nth-child(3n+1) {
    clear:both;
}
.contentsec .cards {
    width: 31%;
    float: left;
    box-sizing: border-box;
    margin-right: 3.5%;
    border: 1px solid #cfd1d6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.cards a {
    display: block;
    background: #0065ff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    margin: 0 0 10px;
}
.cards h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
}
.cardimg {
    margin: 0 0 12px;
    min-height: 30px;
}
.cards h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.cards a {
    display: block;
    background: #0065ff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px;
    text-align: center;
    margin: 0 0 15px;
}
.cards p {
    font-size: 11px;
    margin: 0 0 10px;
}
.btnstyle1 {
    background: #1ed760;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    width: 100%;
}
.logininfo strong {
    font-weight: normal;
}

.checkboxcontent.inputcontainer.alignstyle1 {
    display: flex;
    justify-content: space-between;
}
.checkboxcontent.inputcontainer.alignstyle1 div > a {
    text-decoration: none;
    color: #a8a7a7;
    font-size: 14px;
}

.contentsec.spacer.txtstyle1.profilesec {
    display: flex;
    justify-content: space-between;
}
.profinfo {
    width: 78%;
    margin-right: 3%;
}
.profimg {
    width: 45%;
}
.respprofimg, .bannerimg-mob, .lsec-mob{
    display: none;
}

/* Mobile Menu Css */
  .mobile-container {
	display: none;
	position: absolute;
	right: 10px;
	top: 65px;
	width: 95%;
    z-index: 9;
}
  .topnav {
    overflow: hidden;
    background-color: transparent;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
    background-color: #f7f8f8;
  }
  
  .topnav > a{
    color: transparent;
  }

#myLinks a{
    color: #000000 !important;
    padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
    color: transparent;
	display: block;
}
#myLinks a:hover{
    cursor: pointer !important;
}
  
  .topnav a.icon {
	background: transparent;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	color: #000000;
}
  
.topnav .icon:hover {
	background-color: transparent;
	color: #000000;
}

/* ends mobile menu */

/* Flip card Starts */
#flip-card-wrap-all .flip-card-3D-wrapper {
    width: 31%;
      float: left;
      box-sizing: border-box;
      margin-right: 3.5%;
      border: 1px solid #cfd1d6;
      padding: 20px;
      border-radius: 10px;
      height: 250px;
      background-color: transparent;
      perspective: 1000px;
      margin-bottom: 25px;
  }
  .contentsec #flip-card-wrap-all .flip-card-3D-wrapper.last {
	margin-right: 0;
}
#flip-card-wrap-all .flip_card {
    width: 100%;
    height: 100%;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
#flip-card-wrap-all .do-flip {
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
#flip-card-wrap-all .flip-card-btn-turn-to-back,#flip-card-wrap-all .flip-card-btn-turn-to-front {
    background: #1ed760;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	display: block;
	width: 100%;
    cursor: pointer;
}
#flip-card-wrap-all .flip_card .flip-card-front,#flip-card-wrap-all .flip_card .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
#flip-card-wrap-all .flip_card .flip-card-back {
    background-color: #FFFFFF;
	-o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    align-items: center;
}
  .flip-card-front h3 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
}  
.flip-card-front .cardimg {
	margin: 0 0 12px;
	min-height: 30px;
}
.flip-card-front h4 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
}
.flip-card-front a {
	display: block;
	background: #0065ff;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	padding: 4px;
	text-align: center;
	margin: 0 0 15px;
}
.flip-card-front p {
	font-size: 11px;
	margin: 0 0 10px;
}

  .flip-card-back h2 {
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	color:#777777 ;
}
.flip-card-back h3{
    margin-top: 10px;
}

/* Flip card End */

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6); /* Black with opacity */
  }
  
  .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
  
    /* Set max height and enable scrolling for large content */
    max-height: 70vh; /* 70% of the viewport height */
    overflow-y: auto; /* Scrollable vertically */
  }
  
  .modal-content h2 {
    margin-top: 0;
  }
  
  .modal-content p {
    margin: 15px 0;
  }
  
  button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  /* Close button styles */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
  }

  .helpdesk {
    margin-top: 20px;
    padding: 15px;
    background-color: #f2f2f2; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 5px;
  }
  
  .helpdesk h3 {
    margin-top: 0;
    font-size: 18px;
    color: #007BFF; /* Blue title */
  }
  
  .helpdesk ul {
    margin: 10px 0;
    padding-left: 20px;
  }
  
  .helpdesk li {
    margin-bottom: 8px;
    line-height: 1.6;
  }
  

  /* Modal styles */

@media only screen and (max-width: 1170px) {
.container {
        width: 94%;
        padding: 25px 0;
    }
    .rsec {
        padding: 60px 40px;
    }
    .header .container {
        padding: 0;
    }
}
@media only screen and (max-width: 980px) {
    .contentsec .cards:nth-child(3n+1) {
        clear: none;
    }
    .contentsec .cards:nth-child(3n) {
        margin-right: 3.5%;
    }
    .contentsec .cards:nth-child(2n) {
        margin-right: 0;
    }
    .contentsec .cards:nth-child(2n+1) {
        clear: both;
    }
    .contentsec .cards {
        width: 48%;
        margin-right: 4%;
    }
}
@media only screen and (max-width: 660px) {
    .container {
        display: block !important;
    }

    .rsec {
        width: 100%;
        padding: 60px 40px;
        box-sizing: border-box;
    }
    .logininfo p {
        font-size: 15px;
    }
        .header .container {
            gap: 20px;
            padding: 0;
        }

    .navsec ul li a{
        padding: 15px;
    }
.respprofimg {
    display: block;
    margin-bottom: 25px;
}
.profimg, .bannerimg {
    display: none;
}
.profinfo {
    width: 100%;
    margin-right: 0;
}
.lsec-mob, .bannerimg-mob{
    display: block;
}
.lsec, .navsec{
    display: none;
}
.mobile-container, .dashboard{
    display: block;
  }
  .main .container.style2 {
	padding: 0px 0 35px;
}
.contentsec {
	width: 100%;
	padding-top: 15px;
}
.bannerimg-mob{
    padding-top: 30px;
}
.contentsec .cards, #flip-card-wrap-all .flip-card-3D-wrapper {
	width: 100%;
	margin-right: 0%;
    float: none;
}
#flip-card-wrap-all .flip-card-3D-wrapper.last{
    margin-right: 0%;
}
#flip-card-wrap-all {
	max-width: 65%;
	margin: 0 auto;
}
#cardsblock {
	max-width: 65%;
	margin: 0 auto;
}
}

@media only screen and (max-width: 600px) {
.navsec {
        width: 35%;
    }
    .contentsec .cards {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contentsec {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .container.style1 {
        padding: 50px 0;
    }
}


  