.container li {
    display: inline-block;
    font-size: 0.75em;
    list-style-type: none;
    padding: 0.35em;
    text-transform: uppercase;
    text-align: center;

}

.container li span {
    display: block;
    font-size: 2rem;

}






/*CountDown Ends */





*{
font-family:'Metropolis Light', Arial, Helvetica !important;
}




#attendeeDetails .card-header, #attendeeDetails .card-body {
    border: none !important;
    height: auto;
    margin: auto;
    text-align: center;
}

#attendeeDetails .wf-form-element-div:nth-child(2), #attendeeDetails .wf-form-element-div:nth-child(3) {
    border: none;
    width: auto;
    display: inline-block;
    padding:2px;

}


/*HideUploadButton*/
.uploader-container.upload-file-area div {
    display: none;
}


.uploader-container.upload-file-area {
    padding: 0;
    margin: 0;
min-height:150px;
}

#attendeeDetails .uploader-container.upload-file-area img {
    border-radius: 100px;
    margin-top: 30px;
    box-shadow: 0px 0px 3px #a370d6;
    max-width: 150px !important;
    min-width: 150px !important;
    z-index: 999;
    position: absolute;
    border: 3px solid #fff;
      margin-left: -75px;
    margin-top: 0px;
}

.upload-file-area{
border:none;
}



#attendeeDetails .rf-card.booth-details-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 7px #ccc;
min-height:500px;

}

#attendeeDetails .wf-form-element-div:nth-child(2) label span, #attendeeDetails .wf-form-element-div:nth-child(3) label span {
    display: none;
}


#attendeeDetails .card-header {
    height: 200px;
        background: linear-gradient(45deg, #003d79, #3F51B5,#0094d2);
    margin-bottom: -200px;
 border-radius:4px;
   z-index: 999;
}



#attendeeDetails .wf-form-element-div:nth-child(2) .readOnly-value, #attendeeDetails .wf-form-element-div:nth-child(3) .readOnly-value {
    font-size: 22px;
    font-weight: 600;

}


#attendeeDetails .card-controls {
    position: absolute !important;
    right: 8px;
}

#attendeeDetails h3 {
    color: #fff;
margin-top:20px; 

}


#attendeeDetails h3:before {
    content: '';
    width: 20px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    width: 80px;
    border-radius: 5px;
    margin-top: 7px;
    margin-left: 10px;
    box-shadow: inset 2px 2px 4px #656565;
}

div#attendeeDetails {
    float: left;
    min-width: 400px;
max-width:33.33%; 
padding-right:10px;
}

.main-container {
    padding: 0px;
display:flex;
width:100%;
max-width:1240px;
margin:0 auto;
}

.mid-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px;
padding-bottom:0px; 
}

.jumbotron {
    padding: 2rem 1rem !important;
}


#attendeeDetails .card-controls .rfSI:before {
    content: 'Edit';
    position: absolute;
    left: -40px;
    color: rgba(255, 255, 255, 0.9);
    vertical-align: baseline;
    font-size: 14px;
    background: rgba(0,0,0,0.2);
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
}

.fade:not(.show) {
    opacity: 1 !important;
}



.resources {
    max-height: 500px;
    position:relative;
    margin: 2px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 8px #ddd;
    width: 100%;
    margin-left: 7px;
    border-radius: 5px;
}


.container-fluid {
display:block !important;
}

.carousel-container{
position:absolute;
bottom:0;
}


.carousel {
    position: relative;
    margin: 0;
    padding: 0;
    bottom: 0;
    border-radius: 20px;
    max-height: 300px;
}

.carousel-item{
max-height: 300px; 
}


.carousel-inner{
border-radius:4px;
height:300px;
}

#resources-link {
    padding: 5px;
  
}


.rf-card .card-header {
    background: #003d79;
    background: linear-gradient(45deg, #345cb9, #0094d2);
    border: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}



.fa, .fas, .far {
    font: normal normal normal 14px/1 FontAwesome !important;
}


.rf-card .card-body {
border: 1px solid #cccc;
border-radius: 0px 0px 5px 5px !important;
border-top:none;

}



#ordersum span.rfSI:before {
    content: 'Download';
    position: absolute;
    left: -78px;
    color: rgba(255, 255, 255, 0.9);
    vertical-align: baseline;
    font-size: 14px;
    background: rgba(0,0,0,0.2);
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
}


.resources h2 {
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
padding-bottom:6px;
}

#resources-link button li a {
    color: #1f7db8 !important;
}


#resources-link button:hover {
    background: #1f7db8 !important;
}
#resources-link button:hover li a {
    color: #fff !important;
}

hr{
    margin-left: 15px;
    margin-right: 15px;
}


.carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 0px !important;
    left: 0 !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px !important;
    color: #fff;
    text-align: center;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.4), rgba(0,0,0,0.955));
}

.carousel-caption h3, .carousel-caption p {
color:#fff !important;
}

.carousel-caption p {
padding-bottom:20px;
}


.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 2.65rem !important;
    color: inherit !important;
    border: none !important;
    font-size: 2.25rem !important;
    background: transparent;
}





.accepted {
    background: #36d086;
    margin: 0;
    position: relative;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}


.declined{
    background: #ff90a3;
    margin: 0;
    position: relative;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}



#attendeeDetails .upload-file-area .file-listing {
    display: none;
}


#attendeeDetails .rf-upload-file {
    z-index: 999;
   padding:0;
}


#videoplayer{
width: 100%;
    border: 1px solid #ddd;
    height: auto;
    min-height: 400px;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #ddd;

}


#videoplayer h2 {
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 6px;
}

#videoplayer ul {
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 6px;
    padding-right: 20px;
}


.Scheduled {
    width: fit-content;

    padding-left: 8px;
    padding-right: 8px;
    color: #3e82e0;
    border-radius: 5px;
    float: right;
font-size:small;
font-weight:600;
}

.Scheduled:before {
    content: '\f274 ';
    font-family: 'FontAwesome';
    padding-right: 4px;
    vertical-align: baseline;
    font-weight: 100;
}

.Attended {
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
    color: #36d086;
    border-radius: 5px;
    float: right;
    font-size: small;
    font-weight: 600;
}

.Attended:before {
    content: '\f19d ';
    font-family: 'FontAwesome';
    padding-right: 4px;
    vertical-align: baseline;
    font-weight: 100;
}


.card-header:first-child {
    border-radius: 5px 5px 0 0 !important;
}


.videos li {
    padding: 10px;
    border-left: 3px solid #3e82e0;
    margin-bottom: 8px;
    box-shadow: 0px 0px 5px #ddd;
    animation: scroll 5s infinite linear;
    position:relative;
}


#videoplayer ul {
    padding-left: 20px;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 6px;
    padding-right: 20px;
    max-height: 325px;
    overflow: auto;
}


span.rf-price-formatter:not(:empty):before {
    content: '$';
}

#videoplayer h2 a {
    float: right;
    padding-right: 15px;
    font-size: 16px;
}

.exhibitorimage {
    height: auto;
    padding: 20px;
    width: 130px;
    position: relative;
    margin-right: 0;
    float: right;
}


a.watchVid {

    padding-left: 18px;
    padding-right: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #673AB7;
    color: white;
        background: linear-gradient(45deg,#009688,#8BC34A 70%);
    border-radius: 4px;

}


span.noRecording {
    font-weight: 600;
    color: #8999;
}



.rf-card .card-body {
    border: 1px solid #cccc;
    border-radius: 0px 0px 5px 5px !important;
    border-top: none;
    min-height: 353px;
}






/*Badges*/


.main-wrapper {
  width: 90%;
  max-width: 900px;
  margin: 3em auto;
  text-align: center;
}

.badge {
    position: relative;
    margin: 1.5em 3em;
    width: 4em;
    height: 6.9em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}

.badge:before, .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge:before {
  transform: rotate(60deg);
}
.badge:after {
  transform: rotate(-60deg);
}
.badge:hover {
  top: -4px;
}
.badge .circle {
  width: 45px;
  height: 45px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  
  bottom: 0;
  margin: auto;
}




.badge .circle i.fa,.badge .circle i.fas, .badge .circle i.far  {
  font-size: 20px !important;
  margin-top: 8px;
}
.badge .font {
  display: inline-block;
  margin-top: 1em;
}
.badge .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 5px 5px 4px;
  width: 100px;
  z-index: 11;
  color: #fff;
  bottom: 12px;
  left: 50%;
  margin-left: -55px;
  height: 25px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  cursor: default;
  opacity:0.8;
}

.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.pink {
  background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
  color: #dc306f;
}

.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.teal {
  background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
  color: #34a297;
}

.blues {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}

.blue-dark {
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  color: #1c68c5;
}

.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.green-dark {
  background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
  color: #00944a;
}

.silver {
  background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
  color: #9e9e9e;
}

.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}






#achievements{
  
     background-color: #673AB7;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 3px #eee;
    background: linear-gradient(45deg, #0094d2, #673AB7);
}


#achievements .card-body {
    background: transparent;
  overflow:hidden;
}


#achievements .card-header {
    background: transparent;
    background-color: transparent !important;
    border-bottom: none;
}


.badge.inactive, .inactive .circle {
    background: #333 !important;
    color: #333 !important;
}






div#progress {
    margin: auto;
    padding: 2em;
}


.barContainer {
    height: 20px;
    width: 100%;
    background: gray;
    display: block;
  border-radius:10px;
}


.status {
    width: 75%;
    background: linear-gradient(45deg, #8BC34A,#4CAF50);
    height: 20px;
    transition: 1s ease;
  border-radius:10px;
  animation-name: progressUpdate;
  animation-duration: 2s;
}


.progressbar {
    padding: 3em;
    border: 1px solid #eee;
    border-radius: 4px;
  
}

span.statusDescription {
    padding-left: 20px;
}

h2.statusHeader {
    color: #3F51B5;
}



@keyframes progressUpdate {
  from {width: 0%;}
  to {width:75%;}
}




iframe {
    position: relative;
    height: 100%;
    width: 100%;
    border: none;
    height: 320px;
}




.uploader-container.upload-file-area {
    z-index: 9999;
    background-color: #ddd;
    background:url('https://static.rainfocus.com/vmware/vmworld19us/static/staticFile/staticfile/fd0c559856ca991e9e28937dc802f0b0--shallow-avatar_1582162562503001EBYJ.jpg') no-repeat;
    background-size:cover;
    border-radius: 100%;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #fff !important;
}


.uploader-container.upload-file-area:hover :after {
    content: 'Update Photo';
    color: white;
    z-index: 9999;
    bottom: -75px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
  
}


#attendeeDetails .uploader-container.upload-file-area img:hover, .upload-file-form-container .upload-file-area:hover {
    cursor: pointer;
}



.rfwf-dashboard .manage-passes-card .pass-item {
    width: 150px;
}


.rfwf-dashboard .card-body .task-item h4, .rfwf-dashboard .card-body .pass-item h4 {
    font-size: 50px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #325fba;
    font-weight: 600;
}


.rfwf-dashboard .card-body .pass-item span {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}


.bulkPackageCard .card-controls .rfSI:before {
    position: absolute;
    left: -165px;
    color: rgba(255, 255, 255, 0.9);
    vertical-align: baseline;
    font-size: 14px;
    background: rgba(0,0,0,0.2);
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
    content: 'Manage Group Passes';
}


.jumbotron a {
    font-weight: 600;
    font-size: 24px;
    padding-left: 5px;
}


.jumbotron a::after {
    content: ' >>';
    font-weight: 900;
    font-size: 20px;
}



ul.carousel-indicators {
    background: #111;
    border-radius: 0px 0px 8px 8px;
}

.carousel-caption a {
    color: #fff;
}







.upload-file-form-container .upload-file-area {

    visibility: hidden;
}



.carousel-container {
    width: 100%;
}


.upgrade {
    height: 300px;
    margin: auto;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}


.upgrade ul {
    text-align: left;
    padding-left: 12%;
}


.upgrade li {
    color: #fff !important;
    line-height: 2;
}

.upgrade p {
    color: #fff !important;
    text-align: left;
    padding-left: 10%;
    font-weight: 600;
}


.upgrade h1 {
    color: #fff !important;
  	padding-top:20px;
}


button.upgrade-btn {
    background-color: #5e971a;
    border: none !important;
    height: 50px;
    margin-top: 10px;
    padding: 15px !important;
    background: linear-gradient(to right, #78BC20,#669733);
}


.upgrade-btn a {
    color: #ffff !important;
    font-size: 16px;
}



.upgradeBackground {
    width: 100%;
    height: 300px;
    position: absolute;
  overflow:hidden;
 

  z-index:-1;
}


img.upgradeImg {
    position: relative;
    width: 100%;
    transform: scale(1.04);
    background-blend-mode: multiply;
    filter: blur(5px);
}



.rf-card {
    border-radius: 5px;
}




#attendeeDetails .rf-card .card-header {
    background: #003d79;
    background: linear-gradient(45deg, #7F35B0,#6600CA );
    border: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}



#emailoptin .rf-card .card-header {
    background: #003d79;
    background: linear-gradient(45deg, #008FD8, #0066CA);
    border: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}



#ordersum .rf-card .card-header {
    background: #003d79;
    background: linear-gradient(45deg, #F5C02B, #EB8900);
    border: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}
