body{
  background: black !important;
}

.timer-counter{
  margin:0px;
  font-size:3rem;
}
.main-menu .ant-menu-item-selected, .main-menu .ant-menu-item-active {
  border:0px !important;
  color:white !important;
}
.main-menu .ant-menu-item:hover {
  border:0px !important;
  color:white !important;
}
.sub-menu .ant-menu-item-selected {
  background-color:white !important;
}
/* .sub-menu .ant-menu-item-selected h4 {
  border-bottom: 1px solid goldenRod;
} */

.sub-menu .ant-menu-item-active h4 {
  border-bottom: 1px solid goldenRod;
}

.mobile-sidebar-list-menu{
  background:none;
  border:0px;
}

.mobile-sidebar-list-menu a{
  color:goldenRod;
  font-size:16px;
}

.heading-contact-section p, .heading-contact-section a{
  color:goldenRod;
  line-height: 10px;
  font-size: 12px;
}
.exh-card-footer .exh-card-footer{
  margin-left:1px !important;
}

.custom-btn{
  background: goldenrod;
  color:white;
}

.ant-btn[disabled]{
  background: #dec892 !important;
  color:white;
}

.visitor-info-heading{
  display:inline-block;
  width: 120px;
}
.visitor-info-content{
  display: inline-block;
}
.am-segment-item{
  padding:5px;
  border:1px solid goldenRod;
  color:goldenRod;
}
.am-segment-item-selected{
  background:goldenRod;
}
.search-modal .am-list-item {
  background: #f5f0e3;
}

.ant-tabs-nav .ant-tabs-tab-active{
  color:goldenRod;
  border-bottom:1px solid goldenRod;
}
.ant-card-actions{
  background:goldenRod;
}

.form-textArea-custom{
    width:156%
}

.react-tel-input .form-control {
  width: 100%!important;
}

.visitorRegCard .ant-card-body{
  padding:0px;
}

.special-label{
  display:none;
}

.eventDate{
  position: relative;
  border: 1px solid gray;
  /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%); */
  border-radius: 12px;
  padding: 25px 25px 2px 25px;
  margin:30px;
 
}
 .eventDate .eventDateText{
  position: absolute;
  top: -12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: rgb(30, 25, 25);
  padding: 0 10px;
  right:35%;
  padding: 7px;
  background-color: black;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
 }
 .eventDatemob{
  position: relative;
  border: 1px solid gray;
  /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%); */
  border-radius: 12px;
  padding: 25px 25px 2px 25px;
  margin:30px;
 
}
 .eventDatemob .eventDateTextmob{
  position: absolute;
  top: -12px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: rgb(30, 25, 25);
  padding: 0 10px;
  right:23%;
  padding: 7px;
  background-color: black;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
 }

 .navbarpmi {
  /* margin-top: 20px; */
  border-top: 1px solid #bfbaba;
  margin-bottom: 7px;
}

.profileHeading{
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
}

.profileText{
  font-size: 16px;
}

.exhLogoImages{
  position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    max-width: 97%;
    max-height: 100%;
}
.exhLogoDiv{
    box-shadow: 0 10px 15px 10px rgb(0 0 0 / 7%), 0 4px 6px 10px rgb(0 0 0 / 5%);
    border: 4px solid gold;
    height: 250px;
    width: 90%;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
}
.exhProdImages{
  position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    max-width: 97%;
    max-height: 100%;
}
.exhProdDiv{
    box-shadow: 0 10px 15px 10px rgb(0 0 0 / 7%), 0 4px 6px 10px rgb(0 0 0 / 5%);
    background:white
}
.exhLogoDivP{
  height: 100px;
  position: relative;
    text-align: center;
    color: #fff;
}

.exhPLogo{
  width:120px;
  height:120px;
  /* object-fit: cover; */
  /* width: 100%;
  height: 100%; */
  /* border-radius: 20px; */
}

.Form-label .ant-form-item-label label{
color:white !important;
}

.pmiRadioGroup .ant-radio-wrapper{
  color:white !important;
}

.pmiRadioGroup>span{
  color:white !important;

}
.planCardSection {
  position: relative;
  border: 2px solid white;
  /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%); */
  border-radius: 12px;
  padding: 25px 25px 2px 25px;
  margin-top: 2vw;
}
.planCardSection .planCardSectionText {
  position: absolute;
  top: -12px;
  font-size: 18px;
  font-weight: 600;
  color: black;
  background:#ffd700;
  padding: 0 10px;
  border-radius: 10px;
}