body{
  width:100%;
  
}


.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  outline: 1px solid #494a4f;
  border-radius: 1px;
  border: none;
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form-body {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  width: 90%;
  text-align: center;
  margin: auto;
  
}
@media only screen and (min-width: 1920px)  {

  .form-body {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    width: 70%;
    text-align: center;
    margin: auto;
    
  }
}
@media only screen and (min-width: 1920px)  {

  .payment {
   margin-top: 350px !important;
    
  }
}
@media only screen and (min-width: 1920px)  {

  .card-total {
    margin-top: 200px;
}
}

#loginpage {
  background-image: url('assets/media/loginbg.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.dflexsb {
  display: flex;
  justify-content: space-between;
}

#example2_filter {
  position: relative;
  float: right;
}

.text-blue {
  color: #0d92f8 !important;
  font-weight: bold !important;
  font-size: 24px;
}

.text-black1 {
  color: #363636 !important;
  font-weight: bold !important;
  font-size: 24px;
}

.bg-gray2 {
  background-color: #f7f7fa !important;
}

hr {
  margin: 10px 0px !important;
}

#meeting-list ul {
  list-style: none;
}

#meeting-list ul li {
  display: inline-block;
  padding: 4px 10px;
  /* background-color: #EEE; */
  border-radius: 5px;
  font-weight: 600;
  color: black
}

#meeting-list ul li.active {
  display: inline-block;
  padding: 4px 10px;
  /* background-color: #EEE; */
  border-radius: 5px;
  font-weight: 600;
  color: #24a0ed
}

.dflexsb a button {
  background-color: #0784ff;
  font-size: 24px;
  font-weight: bold;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

#emailaddress,
#password,
#show_hide_password {
  color: black;
  background-color: #f7f7fa !important;
}

#below-msg {
  
 
  font: normal normal 600 24px/30px Raleway;
  letter-spacing: 0px;
  color: #363636;
  opacity: 1;
}

#login-img {
  
  width: 450px;
  height: 450px;
  opacity: 1;
}
@media only screen and (min-width: 1920px)  {

  #login-img {
  margin-top: 240px;
    width: 600px;
    height: 600px;
    opacity: 1;
  }
}
input:focus {
  outline: none !important;
  border: none !important;
}

#example2 #data {
  padding: 13px;
}

#example2 #bdata {
  padding: 2px 10px;
}

#slecectparticipants select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ded7d7;
}

#slecectparticipants select option {
  margin: 5px;
}

#popupDiv {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  top: 60px;
  background-color: #c7c5c578;
}

#paymentsPage {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  top: 60px;
  border-radius: 20px;
}

#closepopup {
  width: 17px;
  height: 18px;
  right: 4%;
  top: 11%;
  position: absolute;
  object-fit: contain;
  cursor: pointer;
  z-index: 111;
}

#mainDiv {
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  place-items: center;
  padding: 50px 40px 40px 40px;
  border-radius: 20px;
  position: relative;
}

#mainDiv h2 {
  margin: 5px 0px 0px 0px;
}

#plansCards {
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
}

#plansCards h2 {
  margin-top: 20px;
}

#plansDiv {
  text-align: center;
}

#plansDiv p {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* .test:focus {
  border: 2px solid #7bb5ef !important;
  outline: none;
  box-shadow: none;
} */
.test1 {
  border: 3px solid #7bb5ef !important;
}

#plansCards:hover {
  /* transition: border-color 3s ease-in; */
  /* border: 3px solid #7bb5ef !important; */
}

.custom-div {
  display: inline-block;
  transition: background-color 0.3s;
}

.custom-div:hover {
  border: 3px solid #7bb5ef;
}

.highlight {
  border: 3px solid #7bb5ef;
}



#priceDiv {
  display: flex;
  justify-content: center;
  place-items: center;
  height: 50px;
  margin-bottom: 20px;
}

#priceDiv span {
  margin-right: 4px;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 20px;
}

#priceDiv h3 {
  font-size: 35px;
  margin-right: 15px;
}

#buynowbtn {
  box-shadow: rgb(0 0 0 / 11%) 0px 1px 15px;
  padding: 14px 50px;
  border: none;
  background: #0066ba;
  color: white;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

#buynowbtn:hover {
  background-color: #0066ba;
  color: white;
  cursor: pointer;
}

#plansDiv {
  margin-top: 25px;
}

#plansDiv ul {
  padding: 0px 20px;
}

#plansDiv ul li {
  list-style: none;
  display: flex;
  justify-content: left;
  line-height: 1.4;
  place-items: center;
}

#plansDiv ul li img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  margin-right: 30px;
}

#buynowDiv {
  margin: 40px;
}


@media only screen and (min-width: 0px) and (max-width: 1100px) {

  #plansCards {
    padding: 0px 20px 20px 20px;
    border-radius: 20px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    width: 100%;
  }

  #mainDiv {
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    place-items: center;
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    position: relative;
  }

  #plansDiv ul li {
    list-style: none;
    display: flex;
    justify-content: left;
    line-height: 1.4;
    place-items: center;
    font-size: 15px;
  }

  #plansDiv ul li img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-right: 35px;
  }

  #buynowbtn {
    box-shadow: rgb(0 0 0 / 11%) 0px 1px 15px;
    padding: 14px 30px;
    border: none;
    width: auto;
    background: #0066ba;
    color: white;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  #closepopup {
    width: 17px;
    height: 18px;
    right: 8%;
    top: 11%;
    position: absolute;
    object-fit: contain;
    cursor: pointer;
    z-index: 111;
  }

  #mainbutton {
    display: flex;
  }

  #mainbutton button {
    font-size: 12px !important;
  }

  .form-body {
    width: 100%;
    text-align: center;
    margin: auto;
  }

  #hdng {
    font-size: 28px;
  }

  #hdngplus {
    font-size: 24px;
  }

  .row-cols-xl-4 .col {
    width: 100% !important
  }

  #hdng {
    font-size: 15px;
  }

  #hdngplus {
    font-size: 10px !important;
  }

  .bg-facebook {
    background-color: none !important;
    display: flex;
    justify-content: center;
    place-items: center;
  }

  .forcarousel {
    font-size: 9px !important;
  }

  p.heading1 {
    font-size: 20px !important;
  }

  p.moreheading1 {
    font-size: 8px !important;
  }
}

#updateUserDetails {
  position: absolute;
  top: 0;
  background: #80808063;
}

#updateEvent {
  position: absolute;
  top: 0;

  background-color: white;
}

#adduserspopup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a191999;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#emailInput {
  width: 300px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}

/* .tooltip-container:hover .tooltip {
  opacity: 1;
} */