/*
Theme Name: Generatepress Child
Theme URI:  
Description: My custom child theme based on generatepress.
Author: India Bonds Limited
Author URI: https://indiabondslimited.com
Template: generatepress
Version: 1.0
*/

a.gb-button {
  color: #ffffff !important;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.background {
  width: 430px;
  height: 320px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.box {
  margin: 20px auto;
  width: 960px;
  max-width: 94vw;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  /* backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6); */
}

.box * {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
.box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
.cid-form {
  margin-top: 16px;
  display: flex;
}
.cid-input {
  display: block;
  width: 100%;
  border-radius: 5px 0 0 5px !important;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 300;
}
.submit-btn {
  width: 100px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
#cd_table {
  display: none;
}
.table-cont {
  margin-top: 20px;
  overflow-x: auto;
}
.table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #3f3f3f;
}
.table th {
  text-align: center;
  padding: 5px 6px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #3f3f3f;
}
.table td {
  text-align: center;
  padding: 5px 6px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #3f3f3f;
}
.table tr:nth-child(even) {
  background-color: #dddddd;
}
.not-found {
  margin-top: 20px;
  text-align: center;
}

.download {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.download-btn {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
