.inner-head {
  background-color: var(--bs-gray-200);
  padding: 1rem 0;
  text-align: center;
}

.inner-head h2 {
  color: var(--theme-clr1);
  font-weight: 300;
}

/*message*/

.message-section {
  padding: 3rem 0;
}

.message-section h3 {
  color: var(--theme-clr1);
  margin-bottom: 20px;
  position: relative;
}

.message-section h4 {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 5px;
  color: var(--theme-clr3);
}

.message-section span {
  color: var(--theme-clr1);
  font-weight: 600;
}

.message-section img {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.committee {
  text-align: center;
}

.committee h2 {
  color: var(--theme-clr4);
  margin: 0 0 15px;
  position: relative;
  font-size: 20px;
  z-index: 1;
  padding: 8px 29px;
  border-radius: 20px;
  background: var(--theme-clr1);
  display: inline-block;
}

.committee h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.committee ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.5rem 0 1.5rem;
  overflow: hidden;
}

.committee ul li {
  text-align: center;
  color: #000000;
  margin: 0.5rem 1.5rem 01rem;
  transition: 0.3s ease;
  font-size: 18px;
  width: 25%;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 9%) 0px 10px 15px -3px,
    rgb(0 0 0 / 2%) 0px 4px 6px -2px;
  border-radius: 0.8rem;
}

.committee ul li h3 {
  font-size: 18px;
  color: var(--theme-clr1);
}

.committee ul li span {
  color: #8d8686;
}

/* *Registration Details* */

.table > :not(:first-child) {
  border-top: none;
}

.reg-fee h2 {
  text-align: center;
  margin: 10px auto;
  color: var(--theme-clr1);
}

.reg-fee thead {
  color: #fff;
  background: var(--theme-clr1);
  box-shadow: none;
  border: none;
}

.reg-inc {
  background: #f9f9f9;
  padding: 2rem;
  margin: 1.5rem 0;
}

.reg-inc h4 {
  color: var(--theme-clr1);
  margin-bottom: 1rem;
}

.reg-inc ul li {
  list-style-image: url(../img/tick.png);
  list-style-position: outside;
  margin: 0;
  margin-left: 25px;
  padding: 0.5rem;
}

.reg-inc ul li i {
  color: #3b3085;
}

.reg-pay thead {
  color: #fff;
  background: var(--theme-clr1);
  box-shadow: none;
  border: none;
}

.reg-btn {
  background-color: #35347e;
  color: #ffffff;
  padding: 10px 25px !important;
}

.reg-btn-1 {
  background-color: #0e754a;
  color: #ffffff;
  padding: 10px 25px !important;
}

.reg-btn:hover,
.reg-btn-1:hover {
  color: #eee;
}

.abstractguidelines {
  padding: 2rem;
  background: #f8f8f8;
  margin: 1rem 0;
}

.abstractguidelines h4 {
  color: var(--theme-clr1);
  margin: 0 0 1rem;
}

.abstractguidelines li strong {
  font-weight: 600;
  color: var(--theme-clr3);
}

.abstractguidelines li::marker {
  color: var(--theme-clr3);
}

.abstractguidelines li li::marker {
  color: #333;
}

.abstractguidelines ol li {
  margin: 0;
  padding: 0.5rem 0;
}

.abstractguidelines li ul {
  margin-left: 1rem;
}

.abstractguidelines li ul li {
  list-style: square;
  color: #333;
  line-height: 20px;
  font-size: 14px;
}

.note {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  background: var(--theme-clr1);
  display: inline-block;
  border-radius: 5px;
}

.abs-terms {
  background-color: var(--bs-gray-100);
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
}

.author_row {
  margin-bottom: 1rem;
}

.btn.add,
.btn.delete {
  border-radius: 0.3rem;
  line-height: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  margin: 0.2rem;
}

.contact-us h4 {
  color: var(--theme-clr2);
}

.note {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  background: var(--theme-clr1);
  display: inline-block;
  border-radius: 5px;
}

.abs-terms {
  background-color: var(--bs-gray-100);
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
}

.author_row {
  margin-bottom: 1rem;
}

.btn.add,
.btn.delete {
  border-radius: 0.3rem;
  line-height: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  margin: 0.2rem;
}

/*notification*/

.notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  z-index: 1111;
}

.notify-box-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.notify-box {
  width: 460px;
  max-width: 90%;
  margin: auto;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  font-size: 16px;
}

/*form-section*/

label.error {
  color: #f00;
  font-size: 14px;
}

.form-section h2 {
  font-size: 28px;
  padding: 0 0 10px;
  color: var(--theme-clr1);
}

.form-section h3 {
  font-size: 20px;
  margin: 0 0 15px;
  text-align: left;
  color: var(--theme-clr1);
}

.form-section li {
  margin: 0 0 1.5em;
}

.form-section li:last-child {
  margin: 0;
}

.form-label {
  margin-bottom: 0;
}

.login-box,
.registration-box,
.invoice-box {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0rem;
}

.registration-box {
  margin: 1.5rem 0;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.login-box img {
  object-fit: cover;
  height: 100%;
}

.form-control {
  font-size: 18px;
}

.reg-table tr.tr-head {
  background: var(--theme-clr1);
  color: #fff;
}

.accommodation-table td {
  border: 1px solid #ddd;
}

.reg-table th,
.reg-table td {
  padding: 1em 1.3em;
}

.accompany-details li {
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.accompany-details li:last-child {
  border: none;
}

td.rowbg1 {
  background: rgb(0 0 0 / 2%);
}

td.rowbg2 {
  background: rgb(0 0 0 / 4%);
}

.payment {
  background: #f5f5f5;
  padding: 3em;
  border-radius: 1em;
}

.payment td {
  padding: 0.5em 1em;
}

.payment h3 {
  font-size: 22px;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.payment h4 {
  font-weight: 400;
  color: var(--theme-clr1);
  font-size: 18px;
}

.table-head {
  background-color: #ffeec8;
  color: #333333;
  font-size: 16px;
}

.table-head h5 {
  font-size: 16px;
}

.table-head1 {
  color: #333333;
  background-color: #ebeced;
}

.table-head2 {
  color: #333333;
  background-color: #f5f5f5;
}

.registration-box h5 {
  color: var(--theme-clr2);
  margin-top: 20px;
}

.registration-box h5 span {
  font-size: 15px;
  color: #333333;
}

table tr.bg-theme {
  background-color: #ffd882 !important;
}

.headingbg {
  background-color: #ebeced !important;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: rgb(231, 231, 231);
  color: var(--bs-table-hover-color);
}

.reg-spl {
  background: #343434;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 10px 5px 8px 5px;
}

.table > :not(:first-child) {
  border-top: none !important;
}

.bg-clr-1 {
  background-color: #fff0f0;
}

.policy ul li {
  padding: 2px;
  font-size: 17px;
  color: #000;
  list-style: disc;
  margin: 5px 0 0 20px;
}

/*my-home*/

.my-links {
  max-width: 500px;
  margin: auto auto 3rem;
}

.my-home li {
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.my-home li a {
  text-transform: uppercase;
  background: #fff;
  display: block;
  color: var(--theme-clr1);
  transition: 0.3s ease;
  padding: 1rem;
  font-weight: 400;
  text-align: left;
}

.my-home li a .pro-icon {
  margin-right: 0.8rem;
  font-size: 32px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background-color: var(--theme-clr2);
  border-radius: 0.255rem;
  transition: 0.5s ease-out;
  text-align: center;
}

.my-home li a .pro-icon span {
  line-height: 42px;
}

.my-home li a:hover {
  color: #ffffff;
  background: var(--theme-clr1);
}

.my-home li a:hover .pro-icon {
  color: var(--theme-clr1);
  background-color: #ffffff;
}

.my-home h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.my-home h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--bs-gray-600);
}

/*venue*/

.venue-images {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  place-content: center;
  align-items: center;
  grid-auto-flow: dense;
}

.venue-images img {
  border-radius: 1rem;
}

.venue-images img:nth-child(2) {
  grid-row: span 2;
  grid-column: span 2;
}

.bg-1 {
  background-color: #ffecb5;
}

.sponsorsip_list li{
  display: flex;
  margin-left: 1rem;
  margin-bottom: 8px;
}

.sponsorsip_list li i{
  font-size: 1.3rem;
}