/**** side menu ***/
div#nv-header {
    position: fixed;
    width: 100%;
    height: 105px;
    z-index: 9;
  top:0;
}

.page-builder-panel.panel-left {
  position: fixed;

  max-width: 210px;
  z-index: 1;
  top: 71px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: none;
  padding-top: 75px;
  overflow-x: scroll;
  height: 100%;
}
.page-builder-panel.panel-left .flex-box-section-full.SDMenu {
    padding: 0;
}
.sidebar {
    position: fixed;
    left: 0;
 
    display: inline-block; 
  z-index: 3;
    opacity: 0;
         animation: cssAnimation 0s 1s forwards;
}




 .page-builder-display-reset.has-panel-left .sidebar label input:checked + .page-builder-panel.panel-left {
  transform: translateX(0%);}

.sidebar .page-builder-panel.panel-left { transform: translateX(-100%); transition: all 0.2s ease;}

.sidebarTitle {
    background-color: #76b900;
    width: 100%;
    max-width: 210px;
    padding: 12px 20px 10px;
    color: #000;
    position: fixed;
    top: 104px;
    cursor: pointer;
    font-size: 16px;
    z-index: 3;
 font-weight: 700;
line-height: 125%;
    background-repeat: no-repeat;
    background-position: 90% 10px;
    background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/icons/menu_close_black.png);
}
.sidebar.checked .sidebarTitle {
    background-image: url(https://www.nvidia.com/content/dam/en-zz/Solutions/gtc/rf/icons/menu_open_black.png);
}
 .page-builder-display-reset.has-panel-left .sidebar label input{display:none;}


.flex-box-section-full.SDMenu .flex-box-section-full-interior {
    padding: 0;
}

.flex-box-section-full.SDMenu .flex-box-section-full-interior .rf-headline.mini {
    background: #fff;
    padding: 0;
}

.flex-box-section-full.SDMenu .flex-box-section-full-interior .rf-headline.mini ul {
    padding-left: 0;
}

.flex-box-section-full.SDMenu .flex-box-section-full-interior  {
    background: #fff;
    padding: 0;
}

.flex-box-section-full.SDMenu .flex-box-section-full-interior  ul {
    padding-left: 0;
}

.flex-box-section-full.SDMenu .flex-box-section-full-interior   ul li {
}
#rf-content .flex-box-section-full.SDMenu ul > li > a {
  display: block;
  position: relative;
  padding: 10px 15px 10px;
color:#666666;

  text-decoration: none;
  /*! transition: all 0.1s ease; */
  border-left: 3px solid #fff;
  font-size: 15px;
 
}
#rf-content .flex-box-section-full.SDMenu ul > li > a:hover {

  text-decoration: none;
  border-left: 3px solid #76b900;
  color: #1a1a1a;
  font-weight: 700; 
 
}

#rf-content .flex-box-section-full.SDMenu ul > li > a.active {
  
  text-decoration: none;
  border-left: 3px solid #76b900;
  color: #1a1a1a;
  font-weight: 700;
}
.page-builder-panel.panel-left::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



.page-builder-panel.panel-left::-webkit-scrollbar-thumb {
    background-color: #ccc;
}


.page-builder-panel.panel-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}
.page-builder-display-reset.has-panel-left .page-builder-canvas {
    padding-top: 40px;
}


.page-builder-panel.panel-left .flex-box-section {
  margin: 0;
}
.page-builder-panel.panel-left .flex-box-section .flex-box-child {
  padding: 0;
}

@media (max-width:1023px) {
#bn-overlay1 {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    opacity: 0.8;
    z-index: 3;
  cursor: pointer;
}
  
  .page-builder-display-reset.has-panel-left .page-builder-canvas {

    max-width: 100%;
  }
}
@media (max-width:768px) {
.flex-box-section-full.SDMenu .flex-box-section-full-interior {
    padding: 0;
    width: 100%;
}
}
@media screen and (max-width: 1023px) {
  .page-builder-panel.panel-left {
    top: 110px;
    padding-top: 60px !important;
width: 210px;
}
  .sidebarTitle {
    top: 118px;
  }
}


/***** end *****/
[id*=rf-].rf-widget .catalog-result .catalog-result-title .catalog-result-options .favorite-catalog-result svg {
    display: none;
}


body[class*="page-myregistration"] .flex-box-section-full a.mdBtnR.mdBtnR-primary {
    background-color: transparent;
    border: none;
    padding: 0;
}



body[class*="page-myregistration"] .flex-box-section-full a.mdBtnR.mdBtnR-primary span.mdBtnR-text:after {
    content: "";
font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    margin-left: 6px;
    padding-right: 3px;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    color:#76b900;
}


body[class*="page-myregistration"] .flex-box-section-full a.mdBtnR.mdBtnR-primary:hover span.mdBtnR-text:after {
    margin-left: 9px;
    padding-right: 0;
    color:#000;
}



body[class*="page-myregistration"] .rf-card.booth-details-card .card-body {
    background-color: #fff;
    height: auto;
}

body[class*="page-myregistration"] .rf-card.booth-details-card .card-body #wf-temp_a1614362284704 a {
    line-height: 28px;
}
