.rf-card {
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #565656;
  font-size: 16px;
}

.rf-card .card-header,
.rf-card .card-body {
  background: #f4f8fa !important;
  border-radius: 0 !important;
}

.rf-card .card-header {
  padding: 9.5px 25px 7.5px !important;
}

.rf-card .card-body {
  padding: 30px 25px !important;
  min-height: 366px;
  scrollbar-color: #aeaeae #e7eff3;
}

.rf-card .card-header {
  border: 0 !important;
  border-bottom: 3px solid #007ab8 !important;
}

.rf-card .card-body {
  border: 0 !important;
}

.rf-card .card-body::-webkit-scrollbar-track {
  background-color: #e7eff3;
}

.rf-card .card-body::-webkit-scrollbar {
  width: 12px;
  background-color: #e7eff3;
}

.rf-card .card-body::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
  /* border-radius: 12px; */
}

.rf-card .card-header .card-header-title {
  font-size: 22px !important;
  color: #313131 !important;
  background: #f4f8fa !important;
  white-space: break-spaces !important;
}

.rf-card .card-controls .rfSI svg,
.modal-header .modal-close .rfSI svg {
  fill: #737373 !important;
}

/* .rf-card .card-controls .rfSI svg {
  margin-top: 5px !important;
} */

/* order summary */

.order-summary-card .order-summary-item .order-date,
.order-summary-card .summary-items-details,
.order-summary-card .summary-items-totals {
  color: #565656 !important;
  letter-spacing: 0.5px;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  padding-left: 21px;
}

.order-summary-card .summary-items-totals .summary-item-total,
.order-summary-card .summary-items-totals .summary-item-balance {
  font-weight: 500 !important;
}

/* surveys list */

.my-survey-list-card .card-body {
  color: #1a428a;
}

.my-survey-list-card .card-header-title,
.my-survey-list-card .card-survey-completed .card-survey-completed-header,
.my-survey-list-card .card-survey-incomplete .card-survey-incomplete-header {
  font-family: "Metropolis Light" !important;
  font-style: normal !important;
  font-size: 22px !important;
  line-height: 28px !important;
  padding-left: 21px;
  color: #565656 !important;
}

.rfwf-dashboard .my-survey-list-card h5 {
  margin: 0 0 8px !important;
}

.rfwf-dashboard .my-survey-list-card .rf-table-container {
  margin: 0 !important;
}

.my-survey-list-card .card-survey-completed .card-survey-completed-header {
  padding-top: 12px;
}

.my-survey-list-card .card-survey-completed .table-row > div,
.my-survey-list-card .card-survey-incomplete .table-row > div {
  font-family: "Metropolis Light" !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  letter-spacing: 0.5px;
}

.my-survey-list-card .card-survey-completed .table-row > div:hover,
.my-survey-list-card .card-survey-incomplete .table-row > div:hover {
  background-color: #f4f8fa;
}

.my-survey-list-card .card-survey-incomplete .table-row > div:hover {
  color: #007ab8;
  cursor: pointer;
}

.rf-table-container .rf-table .table-body .table-row > div {
  border-top: 1px solid #c6dde7 !important;
  padding: 12px 21px !important;
}

.rfwf-dashboard
  .my-survey-list-card
  .rf-table-container
  .rf-table
  .table-body
  .table-row:last-child {
  border-bottom: 1px solid #c6dde7 !important;
}

/* survey modal */

.rf-default-modal .modal-content {
  background: #f4f8fa !important;
}

.rf-default-modal .modal-header,
.modal .modal-header {
  border: 0 !important;
  border-bottom: 3px solid #007ab8 !important;
  display: block !important;
  padding: 14px 24px !important;
}

.rf-default-modal .modal-content .modal-header .modal-title {
  font-family: "Metropolis Light";
  font-style: normal;
  font-size: 24px !important;
  line-height: 24px !important;
  color: #737373;
}

.rf-default-modal .modal-body,
.modal .modal-body {
  padding: 0px 0px 0px 4px !important;
}

.rfwf-full-panel.survey-form-page {
  margin: -10px 0 -10px !important;
}

/* survey details */

.survey-form-page .rf-survey-title {
  font-family: "Metropolis Light";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #717074;
}

/* my profile */

#myDynamicForm .wf-form-element-div:not(:last-child) {
  border-bottom: 1px solid #c6dde7;
}

#myDynamicForm .wf-form-element-div .rf-input,
#myDynamicForm .wf-form-element-div .rf-radio-container {
  padding: 5px 0 5px 16px;
}

.rf-table-container .rf-table .table-body .table-row.completed > div:hover {
  cursor: default;
}

.rf-table-container .rf-table .table-body .table-row.completed > div {
  color: #565656 !important;
}

.img-container {
  padding: 12px !important;
}

.img-fluid {
  width: 100%;
  /* max-height: 433px; */
}

.app-store-link {
  display: block;
  position: absolute;
  top: 82%;
  left: 11%;
  width: 37%;
  height: 12%;
}

.google-play-link {
  display: block;
  position: absolute;
  top: 82%;
  left: 52%;
  width: 37%;
  height: 12%;
}

.attendee-dashboard .rfG-md-33,
.attendee-dashboard .rfG-md-66,
.attendee-dashboard .rfG-md-100 {
  padding: 0 12px !important;
}

.card-spacer {
  margin-bottom: 10px;
}

.booth-details-card .card-body {
  padding-top: 20px !important;
}

.card-controls a.catalog-url {
  display: none;
}

.card-body * {
  letter-spacing: 0px;
}

@media (max-width: 1300px) {
  .rf-card .card-header .card-header-title {
    font-size: 16px !important;
  }
}

.rf-pill-orange {
  display: none;
}

#attendeeDetails .booth-details-card label.rf-label > .label-text {
  opacity: 0.5;
}

.rfwf-dashboard .all-sessions-card h6 {
  color: #007ab8 !important;
  font-size: 16px !important;
  margin-bottom: 4px;
}

.card-body p > span,
.card-body div > h5 {
  font-size: 16px !important;
  color: #565656 !important;
  font-weight: 300 !important;
}

#favoritedLive .rf-card .card-body .card-body-row:first-child,
#favoritedOnDemand .rf-card .card-body .card-body-row:first-child {
  padding: 0 0 10px 0 !important;
}

#favoritedLive .rf-card .card-body .card-body-row:not(:first-child),
#favoritedOnDemand .rf-card .card-body .card-body-row:not(:first-child) {
  padding: 10px 0 !important;
}

/*
#favoritedLive .session-room, #favoritedOnDemand .session-room {
padding: 4px;
}
*/

#recommended .rfSI svg {
  fill: #007ab8;
}

#recommended .rfComp-canvas h5 {
  margin: 0 !important;
}

#attendeeDetails .card-body {
  overflow: unset !important;
}

#recommended button.mdBtnR.mdBtnR-sm:hover {
  background: #007ab8 !important;
}

#recommended button.mdBtnR.mdBtnR-sm:hover .mdBtnR-text {
  color: #fff !important;
  background-color: transparent;
}

#recommended .rfSI svg {
  transition: none !important;
}

#recommended .rfSI svg:hover {
  fill: #fff !important;
  background: #007ab8;
  border: 1px solid #007ab8;
  border-radius: 15px;
}

#resources-link {
  padding: 0px !important;
}

span.mdBtnR-text {
  text-transform: capitalize;
}

.full-card-img {
  height: 416px;
}

#registeredAttendee {
	height: auto;
}

@media (max-width: 415px) {
  .full-card-img {
    height: unset !important;
  }
  #surveyListCard .rf-table-container .rf-table {
    min-width: unset !important;
  }
  #surveyListCard .card-body {
    height: auto !important;
  }
  .banner-desktop {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
}

.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

#resources-link button {
  padding: 5px 19px 4px!important;
  height: 32px;
  margin: 0px 0px 10px 4px !important;
}

@media (min-width: 416px) {
  .rfwf-full-panel.rfwf-dashboard.rfwf-attendee-dashboard.vmware-dashboard {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .rfwf-full-panel.rfwf-dashboard.rfwf-attendee-dashboard.vmware-dashboard {
    padding: 0 26px;
  }
}

.content-catalog-link {
    position: absolute;
    top: 36%;
    left: 7%;
    width: 30%;
    height: 20%;
}

.register-now-link {
    position: absolute;
    top: 36%;
    left: 7%;
    width: 30%;
    height: 20%;
}

.navbar {
 padding:0 !important; 
}

.vmw-header .container-fluid {
    height: 90px;
}



ul#navbar-mobile a {
    padding: 15px 10px;
    height: auto;
    font-size: 14px;
    font-family: metropolislight;
    color: #565656;
}


.vmw-header .logo-wrapper a img {
    max-height: 45px;
    padding-bottom: 15px;
}

.vmw-header .logo-wrapper a {
    margin-top: 20px !important;
    font-family: metropolismedium;
    font-size: 16px;
}


.rf-org-header-container {
    margin-bottom: 2vh;
}



.navbar .eventText {
    display: inline-block;
    padding-left: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 25px !important;
}



ul#navbar-mobile a {
    padding: 15px 10px;
    height: auto;
    font-size: 14px;
    font-family: metropolislight;
    color: #565656;
    line-height: 50px !important;
}



hr {
    display: none;
}
