@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
/* SRC: /create-ad/car/spec.less */

div.login.float-container a {
  line-height: 30px;
}
.spec .car-search h2 {
  border: none;
}
.spec input[type="text"] {
  width: 378px;
}
.spec .or {
  width: 100%;
  overflow: hidden;
  margin: 20px 0px 0px 0px;
}
.spec .or .line {
  background: #dddddd;
  height: 1px;
  width: 188px;
  margin-top: 10px;
}
.spec .make-model-search {
  width: 100%;
  overflow: hidden;
}
.spec .make-model-search li {
  margin-bottom: 20px;
  width: 440px;
}
.spec .make-model-search .description {
  margin-bottom: 20px;
  width: 440px;
}
.spec .make-model-search select {
  width: 440px;
}
.spec .help-me-choose {
  font-family: 'Open Sans', sans-serif;
}
.spec .help-me-choose h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 30px;
}
.spec .help-me-choose form li {
  display: inline-block;
  width: auto;
}
.spec .help-me-choose form .make {
  width: 300px;
  margin-right: 15px;
}
.spec .help-me-choose form .model {
  width: 300px;
  margin-right: 15px;
}
.spec .help-me-choose form .year {
  width: 260px;
}
.spec .help-me-choose form select {
  width: 100%;
  border-radius: 5px;
  font: inherit;
  padding-left: 10px;
}
.spec input.free-text-search {
  width: 929px;
  margin-left: 2px;
}
.autocomplete {
  padding: 10px;
  border: 1px solid #cccccc;
}
.autocomplete div {
  margin-bottom: 3px;
  padding: 5px;
  font-size: 14px;
}
.autocomplete div:hover,
.autocomplete div.selected {
  background-color: #666666;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.search-results-container {
  width: 945px;
  margin: 0 auto;
}
#openCustomBikeForm {
  margin-left: 5px;
  cursor: pointer;
}
.spec input.free-text-search {
  width: 890px;
}
.spec .search-vehicle {
  width: 440px;
}
.spec .select-boat-form {
  width: 440px;
}
.spec .alternate-search {
  font-size: 14px;
  color: #999999;
}
.spec form.search-vin-rego {
  width: 900px;
}
.spec form.search-vehicle {
  width: 945px;
  margin: 0 auto;
}
.spec form.search-vin-rego ol.fields > li input[type="text"] {
  width: 440px;
}
.spec form.search-vin-rego ol.fields label {
  width: auto;
}
.spec form.search-vin-rego ol.fields > li select {
  width: 450px;
}
.spec form.search-vin-rego .state .field-validation-error {
  margin: 10px 0 0 20px;
}
.spec form.search-vin-rego .state.success .validation {
  margin: 5px 0 0 20px;
}
.spec form.search-vin-rego .whats-this {
  font-size: 12px;
  margin: 9px 0 0 20px;
}
.spec form.search-vin-rego input[type="submit"] {
  margin-right: 450px;
}
.spec form.search-vehicle input[type="button"] {
  margin-left: 380px;
}
.spec .car-search {
  margin-bottom: 90px;
}
.spec .car-search h2,
.spec .car-search .tabs,
.spec .car-search .tab-content,
.spec .car-search .search-results-container,
.spec .car-search .alternate-search,
.spec .car-search .search-vehicle,
.spec .car-search .custom-car-container {
  width: 945px;
  margin: 0 auto;
}
.spec .car-search .alternate-search {
  margin-top: 20px;
}
.spec .car-search .alternate-search-outside {
  transition: all 1s;
  opacity: 0;
}
.spec .car-search ul.tabs {
  height: 41px;
}
.spec .car-search .tabs-content {
  border-bottom: none;
  margin-top: 0;
}
/* SRC: /common/mixins.less */

/* SRC: /create-ad/bike/search-results.less */
.search-container .error {
  margin-bottom: 5px;
}
.search-container ul.tabs {
  color: #333333;
}
.search-container ul.tabs li a {
  background: white;
  color: #666666;
}
.search-container ul.tabs li.selected a {
  background: whitesmoke;
  border-top-color: #666666;
  border-bottom-color: whitesmoke;
  color: #666666;
  font-weight: bold;
}
.search-container ul.tabs + .tabs-content {
  background: whitesmoke;
}
.search-container .questions-container {
  font-family: 'Open Sans', sans-serif;
  border: none;
  margin: 0 auto;
  width: 945px;
}
.search-container .questions-container h2 {
  padding-top: 25px;
}
.search-container .questions-container .question-tree {
  margin-bottom: 10px;
}
.search-container .questions-container .question-tree .questions > .question h3 {
  font-size: 18px;
  margin: 30px 0 10px;
  color: #0073bd;
}
.search-container .questions-container .question-tree .questions > .question .answers li {
  cursor: hand;
  cursor: pointer;
  font-weight: 700;
  border: 1px solid #0073bd;
  text-align: center;
  background-color: #0073bd;
  padding: 7px 15px 7px 15px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0;
  margin: 15px 15px 0 0;
  width: 145px;
  height: 49px;
  vertical-align: middle;
}
.search-container .questions-container .question-tree .questions > .question .answers li:hover {
  cursor: pointer;
  background-color: #0063a4;
  border: 1px solid #0063a4;
}
.search-container .questions-container .question-tree .questions > .question .answers li .answer {
  font-size: 15px;
  line-height: 19px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
  width: 145px;
  height: 49px;
}
.search-container .questions-container .question-tree .questions > .question .answers li .answer span {
  display: inline-block;
  width: 130px;
  text-align: center;
}
.search-container .questions-container .question-tree .questions > .question.ghost {
  float: left;
  height: 0;
  position: relative;
  top: -30px;
}
.search-container .questions-container .question-tree .questions > .question.to-front {
  position: relative;
  z-index: 100;
}
.loading-results,
#search-results-loading {
  display: block;
  margin: 50px auto;
}
.search-results-container.loading {
  padding: 40px;
  background: url(/Best-Regift-Ever-Content/images/desktop/ajax-wait.gif) no-repeat;
  background-position: center;
}
.search-results {
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px;
}
.search-results p {
  margin: 10px 0px 10px 0px;
  line-height: 18px;
}
.search-results .help-me-choose-ui-elements {
  min-height: 56px;
}
.search-results .help-me-choose-ui-elements .results-status {
  display: inline-block;
  margin: 16px 15px 0 0;
  font-weight: bold;
  color: #0073bd;
  float: left;
}
.search-results .help-me-choose-ui-elements .breadcrumbs {
  /*margin-top: 8px;*/
  display: inline-block;
}
.search-results .help-me-choose-ui-elements .breadcrumbs li {
  border: 0;
  min-width: 130px;
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0 15px 15px 0;
  color: #007cc2;
  border: 1px solid #007cc2;
  background-color: white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: 0.25s ease-out all;
  -moz-transition: 0.25s ease-out all;
  -ms-transition: 0.25s ease-out all;
  -o-transition: 0.25s ease-out all;
  transition: 0.25s ease-out all;
}
.search-results .help-me-choose-ui-elements .breadcrumbs li a,
.search-results .help-me-choose-ui-elements .breadcrumbs li span.make-model {
  color: #0073bd;
  display: block;
  text-decoration: none;
  padding: 8px 15px;
}
.search-results .help-me-choose-ui-elements .breadcrumbs li .interactable {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AQBBQwNQ2OB3QAAAH9JREFUKM+d0MEJgDAQRNHvYH1ehdRgCZaRGgJeLcFSrMTLCtEkZnEhh0x4WZiB9TiBBdjxzQREGUoWeFACFtmm4MA3CsAuC3v4gQCUPbZwgQDG1885DpYVqAZzvNl9rjUufo4+ipjtVAtTp71m2+q118LqoCaWA1WxgOhAbxwvK0IvUjpTuD8AAAAASUVORK5CYII=')/*/Best-Regift-Ever-Content/images/desktop/icon-x-close.png*/;
  background-repeat: no-repeat;
  background-position: right 11px top 9px;
  padding-right: 35px;
}
.search-results .help-me-choose-ui-elements .breadcrumbs li.highlighted {
  background-color: #dcf2ff;
}
.search-results #variants {
  font-family: 'Open Sans';
  margin-top: 30px;
}
.search-results #variants .variant-title {
  float: left;
  width: 495px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  padding-bottom: 5px;
}
.search-results #variants .features-title {
  float: left;
  width: 440px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  padding-bottom: 5px;
}
.search-results div.features {
  float: left;
  width: 440px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  padding-bottom: 5px;
}
.search-results ol > li {
  width: 895px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}
.search-results ol > li:nth-child(2n+2) {
  background: whitesmoke;
}
.search-results ol > li .make {
  width: 38px;
  margin-right: 2px;
}
.search-results ol > li .model {
  margin-left: 0px;
  width: 110px;
  margin-right: 3px;
}
.search-results ol > li .description {
  width: 317px;
  margin-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
}
.search-results ol > li .features {
  width: 230px;
}
.search-results ol > li .features li {
  padding: 0px 0px 5px 0px;
  list-style-type: disc;
  margin-left: 18px;
}
.search-results .button {
  width: 150px;
}
.search-results .select-and-continue {
  width: 150px;
}
.search-results .no-record {
  width: 100%;
}
.search-results .no-record > label {
  margin-left: 20px;
  font-weight: bold;
}
.search-results .no-record > p {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 20px;
  width: 100%;
}
.search-results .no-record > p.Ooops {
  color: #0073bd;
  font-weight: bold;
}
.search-results .no-record > p.please {
  font-size: 12px;
}
@font-face {
  font-family: 'ShellBold';
  src: url('/Best-Regift-Ever-Content/fonts/ShellBold.woff2') format('woff2'), url('/Best-Regift-Ever-Content/fonts/ShellBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.tablet-size {
  display: block;
  padding-bottom: 60px;
}
.desktop-size {
  display: none;
}
.shell-membership-club .banner-header {
  background: #fbcd06;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  padding-bottom: 20px;
  text-align: center;
}
.shell-membership-club .banner-header .container {
  position: relative;
}
.shell-membership-club .banner-header h2 {
  color: #dd1d21;
  font-size: 42px;
  width: 100%;
  margin: 30px auto 0px auto;
  font-family: 'ShellBold';
  font-weight: bold;
  font-style: normal;
}
.shell-membership-club .banner-header h3 {
  color: #dd1d21;
  font-size: 23px;
  margin-top: 10px;
  text-align: center;
  font-family: 'ShellBold';
  font-weight: bold;
  font-style: normal;
}
.shell-membership-club .banner-header .btn {
  background: white;
  border: 1px solid white;
  margin-top: 40px;
  color: #007cc2;
  min-height: 52px;
  border-radius: 26px;
  min-width: 170px;
}
.shell-membership-club .banner-header .btn:hover {
  background: #006ca9;
  color: white;
}
.shell-membership-club .banner-header .header-section {
  padding-bottom: 0;
}
.shell-membership-club img.pump {
  display: block;
  width: 430px;
  margin-top: 10px;
  margin-left: 10px;
}
.shell-membership-club .terms-condition-label {
  color: #646464;
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
}
.shell-membership-club .shell-logo {
  position: absolute;
  right: 20px;
  top: -100px;
  width: 60px;
  color: #333333;
}
.shell-membership-club .shell-logo:before {
  content: "";
  background-color: white;
  display: inline-block;
}
.shell-membership-club .header-logo {
  height: 120px;
  margin: 0;
  position: relative;
  padding: 10px;
  align-items: center;
  display: flex;
}
.shell-membership-club .header-logo .img-logo {
  height: 50px;
  padding-right: 20px;
  border-right: 1px solid;
  border-color: #f0f0f0;
}
.shell-membership-club .header-logo .text-logo {
  padding-left: 15px;
  font-size: 16px;
  font-style: normal;
  color: gray;
}
.shell-membership-club .background-grey {
  background-color: #f2f2f2;
  padding: 60px 0px 60px 0px;
  text-align: center;
}
.shell-membership-club .background-grey .entry-section {
  justify-content: center;
}
.shell-membership-club .background-grey .center {
  text-align: center;
}
.shell-membership-club .background-grey .container {
  max-width: 660px;
}
.shell-membership-club .background-grey h3 {
  text-align: center;
  line-height: 1.5;
}
.shell-membership-club .background-grey .textboxes {
  margin-top: 20px;
}
.shell-membership-club .background-grey p {
  color: #333333;
  font-size: 12px;
  text-align: left;
}
.shell-membership-club .background-grey .promotional {
  padding-top: 30px;
}
.shell-membership-club .background-grey .steps {
  padding-bottom: 5px;
}
.shell-membership-club .background-grey input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 20px;
  margin-top: 0px;
  box-sizing: border-box;
  outline: 0px;
}
.shell-membership-club .background-grey input.input-validation-error {
  border-color: #d0021b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shell-membership-club .background-grey .details-txtbox-container {
  margin-top: 20px;
}
.shell-membership-club .background-grey .btn-primary,
.shell-membership-club .background-grey .btn-outline-primary {
  min-height: 52px;
  border-radius: 26px;
  min-width: 170px;
  padding: 0px;
  line-height: 52px;
}
.shell-membership-club .background-grey .entered {
  font-size: 16px;
  padding-top: 20px;
}
.shell-membership-club .background-grey .signin-join h2 {
  padding-bottom: 20px;
  margin: 0px;
}
.shell-membership-club .background-grey .signin-join h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0px;
}
.shell-membership-club .background-grey .signin-join .btn-primary {
  margin-left: 10px;
  margin-top: 30px;
}
.shell-membership-club .background-grey .signin-join .btn-outline-primary {
  margin-right: 10px;
  margin-top: 30px;
}
.shell-membership-club .background-grey .next-container {
  margin-top: 30px;
  text-align: center;
}
.shell-membership-club .background-grey .field-validation-error {
  background: #d0021b;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0px 0px 0px 17px;
  margin: 0px;
  list-style-type: none;
  display: block;
  text-align: left;
}
.shell-membership-club .background-grey .field-validation-error span {
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  padding: 5px;
}
.shell-offer-terms-and-conditons {
  padding-bottom: 100px;
}
.shell-offer-terms-and-conditons ol {
  padding: 0px;
}
.shell-offer-terms-and-conditons ol li {
  margin-top: 10px;
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 10px;
}
.shell-offer-terms-and-conditons ol li ol li {
  list-style-type: lower-alpha;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .shell-membership-club .tablet-size {
    display: none;
  }
  .shell-membership-club .desktop-size {
    display: block;
  }
  .shell-membership-club .shell-logo {
    right: -12px;
    top: -40px;
  }
  .shell-membership-club .col-12 {
    min-height: 380px;
  }
  .shell-membership-club .banner-header {
    padding-top: 100px;
    background: #fbcd06;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
  }
  .shell-membership-club .banner-header h2 {
    text-align: left;
    margin: 20px 0px 0px 0px;
  }
  .shell-membership-club .banner-header h3 {
    text-align: left;
    margin-top: 27px;
  }
  .shell-membership-club .banner-header .container {
    min-height: 340px;
  }
  .shell-membership-club img.pump {
    display: block;
    /*width: 260px;*/
    margin-top: 35px;
    border-radius: 20px;
    /*box-shadow: 8px 7px 13px rgba(0, 0, 0, 0.2);
              -webkit-box-shadow: 8px 7px 13px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 8px 7px 13px rgba(0, 0, 0, 0.2);*/
  
  }
}
@media (max-width: 768px) {
  img.pump {
    margin: 97px auto 27px !important;
    max-width: 320px;
  }
  .terms-condition-label {
    position: relative !important;
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .shell-membership-club .shell-logo {
    top: 0px !important;
  }
}
.fuel-landing-page {
  color: #2a2a2a;
  font-size: 14px;
}
.fuel-landing-page .text-container {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.fuel-landing-page .header-container {
  width: 100%;
  height: 390px;
  background: url(/Best-Regift-Ever-Content/images/fuel/fuel-landingpage.png), linear-gradient(to right, #272e62, #0562ab 54%, #00b5d7);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right;
  background-size: auto 100%, 100% 100%;
}
@media (max-width: 768px) {
  .fuel-landing-page .header-container {
    height: 447px;
    background-size: auto 60%, 100% 100%;
  }
}
.fuel-landing-page .header-container .text-headings {
  position: absolute;
  top: 60px;
}
.fuel-landing-page .header-container h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -0.3px;
  color: white;
  text-align: left;
  margin: 0px;
}
.fuel-landing-page .header-container h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: white;
  padding-top: 10px;
  text-align: left;
  margin: 0px;
}
.fuel-landing-page .header-container h3 {
  font-size: 18px;
  color: white;
  line-height: 24px;
  padding-top: 25px;
  margin: 0px;
  text-align: left;
}
.fuel-landing-page .header-container h3 strong {
  font-weight: 600;
}
.fuel-landing-page .header-container .fuel-btn {
  margin-top: 40px;
}
.fuel-landing-page .header-container .header-term-cond {
  position: absolute;
  text-align: center;
  bottom: 48px;
  font-size: 12px;
  color: white;
  margin: 0px;
}
.fuel-landing-page .header-container .header-term-cond a {
  color: white;
}
@media (min-width: 1200px) {
  .fuel-landing-page .header-container .text-headings,
  .fuel-landing-page .header-container .header-term-cond {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .fuel-landing-page .header-container .text-headings,
  .fuel-landing-page .header-container .header-term-cond {
    left: 20px;
  }
}
.fuel-landing-page .fuel-btn {
  height: 48px;
  border-radius: 24px;
  background-color: white;
  border: none;
  margin: 10px;
  width: 150px;
  font-size: 16px !important;
  font-weight: 600;
  color: #007cc2;
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px !important;
  line-height: 48px !important;
}
.fuel-landing-page .fuel-btn:hover {
  background-color: #007cc2;
  color: white;
  text-decoration: none;
}
.fuel-landing-page .carsalesshell-img {
  display: block;
  margin: 40px auto 0px auto;
  max-width: 280px;
}
.fuel-landing-page .white-container {
  background: white;
  padding: 40px 0px 40px 0px;
}
.fuel-landing-page .white-container.app-store-container {
  padding-bottom: 0px;
}
.fuel-landing-page .white-container p {
  text-align: center;
}
.fuel-landing-page .grey-container {
  background-color: #f2f2f2;
  padding: 40px 0px 40px 0px;
}
.fuel-landing-page .blue-container {
  background-color: #00639a;
  padding: 40px 0px 40px 0px;
}
.fuel-landing-page .blue-container .section-heading {
  color: white;
}
.fuel-landing-page .blue-container p {
  color: white;
}
.fuel-landing-page h2.section-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin: 0px auto 0px auto;
}
.fuel-landing-page h3.section-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #2a2a2a;
  text-align: center;
  margin: 0px auto 0px auto;
}
.fuel-landing-page .section-heading + p {
  padding: 0px 20px 0px 20px;
  text-align: center;
  line-height: 24px;
  max-width: 600px;
  margin: 20px auto 0px auto;
}
.fuel-landing-page .section-heading + p + p,
.fuel-landing-page .terms-note {
  padding: 0px 20px 20px 20px;
  text-align: center;
  line-height: 20px;
  max-width: 600px;
  margin: 20px auto 0px auto;
}
.fuel-landing-page .section-heading + p + p {
  font-size: 12px;
}
.fuel-landing-page .terms-note {
  font-size: 12px;
  color: #6e6e6e;
}
.fuel-landing-page .terms-note a {
  font-weight: 600;
  color: #00448d;
}
.fuel-landing-page .how-it-works {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  margin: 0px auto;
}
.fuel-landing-page .how-it-works li {
  margin-top: 40px;
  float: left;
  width: 33%;
}
.fuel-landing-page .how-it-works li img {
  display: block;
  max-width: 75px;
  margin: 0px auto;
}
.fuel-landing-page .how-it-works li p {
  text-align: center;
  max-width: 250px;
  margin: 20px auto 0px auto;
}
.fuel-landing-page .combine-discounts {
  display: table;
  margin: 0px auto;
  max-width: 780px;
  overflow: hidden;
}
.fuel-landing-page .combine-discounts li {
  float: left;
}
.fuel-landing-page .combine-discounts img {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.fuel-landing-page .combine-discounts img.sm-pic {
  width: 29px;
  margin: 160px 10px 0px 10px;
}
.fuel-landing-page .faqs {
  padding-top: 40px;
  max-width: 780px;
  margin: 0px auto;
}
.fuel-landing-page .faqs li {
  margin: 10px 10px 0px 10px;
  padding: 20px;
  background: white;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.fuel-landing-page .faqs li .closed {
  fill: #007cc2;
  max-width: 18px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}
.fuel-landing-page .faqs li .open {
  fill: #007cc2;
  max-width: 18px;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  margin-top: 0px;
}
.fuel-landing-page .faqs li.active .closed {
  display: none;
}
.fuel-landing-page .faqs li.active .open {
  display: block;
}
.fuel-landing-page .faqs li .faq-title {
  margin: 0px;
  font-size: 16px;
  padding-right: 35px;
}
.fuel-landing-page .faqs li.active .faq-item {
  display: block;
}
.fuel-landing-page .faqs li .faq-item {
  display: none;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 24px;
}
.fuel-landing-page .app-store-container {
  max-width: 750px;
  overflow: hidden;
  margin: 0px auto;
}
.fuel-landing-page .app-store-container .left-container {
  float: left;
  padding-top: 50px;
  width: 450px;
}
.fuel-landing-page .app-store-container .barcode-image {
  float: right;
  width: 260px;
}
.fuel-landing-page .app-store-container .app-stores {
  margin: 0px auto;
}
.fuel-landing-page .app-store-container .app-stores li {
  padding-top: 20px;
  max-width: 321px;
  overflow: hidden;
  margin: 0px auto;
}
.fuel-landing-page .app-store-container .app-stores li a {
  float: left;
}
.fuel-landing-page .app-store-container .app-stores li img {
  width: 100%;
  display: block;
}
.fuel-landing-page .app-store-container .app-stores li a {
  float: left;
}
.fuel-landing-page .app-store-container .app-stores li a + a {
  margin-left: 20px;
}
.fuel-landing-page .download-app {
  padding: 0px 20px 0px 20px;
}
.fuel-landing-page .csn-theme {
  background: transparent;
}
.fuel-landing-page .actions {
  padding-top: 20px;
  max-width: 320px;
  overflow: hidden;
  margin: 0px auto;
}
.fuel-landing-page .actions a {
  float: left;
}
.fuel-landing-page .actions a + a {
  margin-left: 20px;
}
.fuel-landing-page .actions .btn {
  display: block;
  margin-top: 20px;
}
.fuel-landing-page .terms-and-conditions {
  font-size: 12px;
  color: #4a4a4a;
  padding: 0px 20px 0px 20px;
  max-width: 780px;
  margin: 0px auto;
}
.fuel-landing-page .terms-and-conditions a {
  color: #007cc2;
}
.fuel-landing-page .terms-and-conditions .conditions-text {
  font-size: 12px;
  font-weight: 600;
}
.fuel-landing-page .terms-and-conditions .terms-and-conditions-header {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.fuel-landing-page .terms-and-conditions .promotion.active {
  padding-bottom: 15px;
}
.fuel-landing-page .terms-and-conditions .promotion,
.fuel-landing-page .terms-and-conditions .competition {
  opacity: 0;
  transition: all 0.5s ease;
}
.fuel-landing-page .terms-and-conditions .promotion.active,
.fuel-landing-page .terms-and-conditions .competition.active {
  opacity: 1;
}
.fuel-landing-page .terms-and-conditions .terms-and-conditions-item-container li {
  display: none;
}
.fuel-landing-page .terms-and-conditions .terms-and-conditions-item-container li {
  margin-top: 20px;
}
.fuel-landing-page .terms-and-conditions .terms-and-conditions-item-container li ul li {
  margin-top: 10px;
  margin-left: 20px;
}
.fuel-landing-page .terms-and-conditions .terms-and-conditions-item-container.active li {
  display: block;
}
.fuel-landing-page .terms-and-conditions .additional-terms {
  display: none;
  margin-bottom: 0px;
}
.fuel-landing-page .terms-and-conditions .additional-terms.active {
  display: block;
}
.fuel-landing-page .terms-and-conditions p {
  color: #4a4a4a;
}
.fuel-landing-page .terms-and-conditions .viewtermscondition {
  width: auto;
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  padding-right: 24px;
  color: #007cc2;
}
.fuel-landing-page .terms-and-conditions .viewtermscondition i {
  position: absolute;
  right: 0px;
  top: 4px;
}
@media only screen and (max-width: 1024px) {
  .greynomads-form {
    padding: 0 15px;
  }
}
.greynomads-form .banner-header {
  margin-left: auto;
  margin-right: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 40px;
  height: auto;
  background: white;
}
@media only screen and (max-width: 1024px) {
  .greynomads-form .banner-header {
    padding-bottom: 0px;
  }
}
.greynomads-form .banner-header .gn-container {
  background-image: url(https://editorial.csnstatic.com/content/grey-nomads/images/GN2_CompEntry_1920x280.jpg);
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .greynomads-form .banner-header .gn-container {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .greynomads-form .banner-header .gn-container {
    height: 196px;
  }
}
.greynomads-form .banner-header .gnbanner-img {
  width: 100%;
  max-width: 1110px;
  display: block;
  margin: auto;
  transform: translateY(50px);
}
@media only screen and (max-width: 767px) {
  .greynomads-form .banner-header .gnbanner-img {
    transform: scale(1.2);
  }
}
.greynomads-form .banner-header .banner-tc {
  max-width: 600px;
  margin: auto;
  text-align: right;
  font-weight: 400;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .greynomads-form .banner-header .banner-tc {
    margin-top: 20px;
  }
}
.greynomads-form .lead-text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .greynomads-form .lead-text {
    padding: 0;
  }
}
.greynomads-form .competition-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.greynomads-form .competition-form .input-field {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background: rgba(220, 220, 220, 0.4);
  border: 2px solid gainsboro;
  border-radius: 3px;
}
.greynomads-form .competition-form .input-wrapper {
  padding-bottom: 30px;
  position: relative;
}
.greynomads-form .competition-form .input-wrapper label.error {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 12px;
  color: red;
}
@media only screen and (max-width: 767px) {
  .greynomads-form .competition-form .input-wrapper label.error {
    font-size: 9px;
  }
}
.greynomads-form .competition-form .input-wrapper.email-address {
  pointer-events: none;
}
.greynomads-form .competition-form .check-box-wrapper label.error {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: auto;
  font-size: 12px;
  color: red;
}
.greynomads-form .competition-form .require-mark {
  font-size: 12px;
  color: red;
}
.greynomads-form .competition-form .form-col-2 .form-col-2-left {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .greynomads-form .competition-form .form-col-2 .form-col-2-left {
    margin-right: 2%;
  }
}
.greynomads-form .competition-form .form-col-2 .form-col-2-right {
  display: inline-block;
  width: 48%;
  position: relative;
  padding-bottom: 30px;
}
.greynomads-form .competition-form .form-col-2 label.error {
  position: absolute;
  bottom: 22px;
  right: 0;
  font-size: 12px;
  color: red;
}
@media only screen and (max-width: 767px) {
  .greynomads-form .competition-form .form-col-2 label.error {
    font-size: 8px;
  }
}
.greynomads-form .competition-form .form-col-2 .name-label {
  padding-bottom: 6px;
}
.greynomads-form .competition-form .form-col-2 .name-tag {
  font-size: 12px;
  padding-top: 5px;
}
.greynomads-form .competition-form .form-col-2.post-and-yearBirth {
  padding-bottom: 20px;
}
.greynomads-form .competition-form .form-col-2.post-and-yearBirth label.error {
  bottom: 0px;
}
.greynomads-form .competition-form .check-box-inner {
  display: flex;
  align-items: center;
}
.greynomads-form .competition-form .check-box {
  background: rgba(220, 220, 220, 0.4);
  border: 2px solid gainsboro;
  margin-right: 20px;
}
.greynomads-form .competition-form .dropdown {
  margin-left: 15px;
  color: #4a4a4a;
  padding: 0 7px;
}
.greynomads-form .competition-form .submit-wrapper {
  text-align: center;
}
.greynomads-form .competition-form .submit-wrapper #btnSubmit {
  background-color: #007cc2;
  color: white;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.3s;
}
.greynomads-form .competition-form .submit-wrapper #btnSubmit:hover {
  background-color: rgba(0, 124, 194, 0.7);
}
.greynomads-form .competition-form .submit-wrapper #btnSubmit.blocked {
  pointer-events: none;
}
.greynomads-form .competition-form .privacy-statement p {
  font-size: 12px;
  font-style: italic;
}
.greynomads-form .competition-form #message {
  text-align: center;
  padding: 15px 20px 30px;
  color: red;
}
.greynomads-form .competition-form #message.succeed {
  color: green;
}
.greynomads-form .banner-footer .gn-container {
  background-image: url(https://editorial.csnstatic.com/content/grey-nomads/images/Van_strip.jpg);
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .greynomads-form .banner-footer .gn-container {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .greynomads-form .banner-footer .gn-container {
    height: 125px;
  }
}
.greynomads-form .grey-container {
  background-color: #f2f2f2;
  padding: 40px 0px 40px 0px;
}
.greynomads-form .terms-and-conditions {
  font-size: 12px;
  color: #4a4a4a;
  padding: 0px 20px 0px 20px;
  max-width: 645px;
  margin: 0px auto 0px;
}
.greynomads-form .terms-and-conditions a {
  color: #007cc2;
}
.greynomads-form .terms-and-conditions .conditions-text {
  font-size: 12px;
  font-weight: 600;
  pointer-events: auto;
}
.greynomads-form .terms-and-conditions .terms-and-conditions-header {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.greynomads-form .terms-and-conditions .csn-theme {
  background-color: transparent !important;
}
.greynomads-form .terms-and-conditions .promotion.active {
  padding-bottom: 15px;
}
.greynomads-form .terms-and-conditions .promotion,
.greynomads-form .terms-and-conditions .competition {
  opacity: 0;
  transition: all 0.5s ease;
}
.greynomads-form .terms-and-conditions .promotion.active,
.greynomads-form .terms-and-conditions .competition.active {
  opacity: 1;
}
.greynomads-form .terms-and-conditions .terms-and-conditions-item-container li {
  display: none;
}
.greynomads-form .terms-and-conditions .terms-and-conditions-item-container li {
  margin-top: 20px;
}
.greynomads-form .terms-and-conditions .terms-and-conditions-item-container li ul li {
  margin-top: 10px;
  margin-left: 20px;
}
.greynomads-form .terms-and-conditions .terms-and-conditions-item-container.active li {
  display: block;
}
.greynomads-form .terms-and-conditions .additional-terms {
  display: none;
  margin-bottom: 0px;
}
.greynomads-form .terms-and-conditions .additional-terms.active {
  display: block;
}
.greynomads-form .terms-and-conditions p {
  color: #4a4a4a;
}
.greynomads-form .terms-and-conditions .viewtermscondition {
  width: auto;
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  padding-right: 24px;
  color: #007cc2;
}
.greynomads-form .terms-and-conditions .viewtermscondition i {
  position: absolute;
  right: 0px;
  top: 4px;
}
.greynomads-form .grey-nomads-tc-table {
  border: 1px solid #4a4a4a;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .greynomads-form .grey-nomads-tc-table {
    display: none;
  }
}
.greynomads-form .grey-nomads-tc-table tr {
  border-bottom: 1px solid #4a4a4a;
}
.greynomads-form .grey-nomads-tc-table tr td,
.greynomads-form .grey-nomads-tc-table tr th {
  vertical-align: top;
  border-right: 1px solid #4a4a4a;
  padding: 5px;
}
.greynomads-form .grey-nomads-tc-table tr.second-row td {
  border-right: none;
}
.greynomads-form .moboil-table {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .greynomads-form .moboil-table {
    display: block;
  }
}
.greynomads-form input::-webkit-outer-spin-button,
.greynomads-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.greynomads-form input[type=number] {
  -moz-appearance: textfield;
}
.terms-and-conditions {
  /*display: none;*/
  font-size: 12px;
  color: #4a4a4a;
  padding: 60px 20px;
  max-width: 800px;
  margin: 0px auto 0px;
}
.terms-and-conditions a {
  color: #007cc2;
}
.terms-and-conditions .conditions-text {
  font-size: 12px;
  font-weight: 600;
}
.terms-and-conditions .terms-and-conditions-header {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.terms-and-conditions .csn-theme {
  background-color: transparent !important;
}
.terms-and-conditions .promotion.active {
  padding-bottom: 15px;
}
.terms-and-conditions .promotion,
.terms-and-conditions .competition {
  opacity: 1;
  transition: all 0.5s ease;
  /*&.active {
            opacity: 1;
        }*/

}
.terms-and-conditions .terms-and-conditions-item-container li {
  margin-top: 20px;
}
.terms-and-conditions .terms-and-conditions-item-container li ul li {
  margin-top: 10px;
  margin-left: 20px;
}
.terms-and-conditions .additional-terms {
  display: none;
  margin-bottom: 0px;
}
.terms-and-conditions .additional-terms.active {
  display: block;
}
.terms-and-conditions p {
  color: #4a4a4a;
}
.terms-and-conditions .viewtermscondition {
  width: auto;
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  padding-right: 24px;
  color: #007cc2;
}
.terms-and-conditions .viewtermscondition i {
  position: absolute;
  right: 0px;
  top: 4px;
}
.terms-and-conditions .grey-nomads-tc-table {
  border: 1px solid #4a4a4a;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .terms-and-conditions .grey-nomads-tc-table {
    display: none;
  }
}
.terms-and-conditions .grey-nomads-tc-table tr td,
.terms-and-conditions .grey-nomads-tc-table tr th {
  border: 1px solid #4a4a4a;
}
.terms-and-conditions .grey-nomads-tc-table.second-row td {
  border: none;
}
.terms-and-conditions .moboil-table {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .terms-and-conditions .moboil-table {
    display: block;
  }
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.special-container {
  width: 1200px;
  margin: 0px auto;
  min-height: 100px;
}
.landing-container {
  width: 100%;
  background-image: linear-gradient(to right, #272e62, #0562ab 54%, #00b5d7);
}
@media (min-width: 768px) {
  .special-container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .special-container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .special-container {
    width: 1140px;
  }
}
.video-grid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.video-grid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.video-grid .row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  width: 20%;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body {
  font-family: 'Open Sans' !important;
  padding-right: 0 !important;
}
.autoads-container p {
  margin: 0 0 0 0 !important;
  color: white;
}
.header-container {
  position: relative;
  text-align: center;
}
.header-container .logo-img-container {
  width: 220px;
  height: 117.9px;
  padding: 30px 0 30px 0;
  display: inline-block;
  margin-left: 88px;
}
.header-container .logo-img-container .logo-img {
  width: 100%;
}
.header-container .faq-container {
  display: inline-block;
  float: right;
  margin-top: 30px;
}
.header-container .faq-container .faq-button {
  width: 90px;
  height: 35px;
  border-radius: 100px;
  background-color: #edf7fa;
  border-color: transparent;
  border-width: 0;
}
.header-container .faq-container .faq-text {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #006699;
}
.faq-header-container {
  background: #f8f8f8;
  overflow: hidden;
  height: 67px;
  line-height: 67px;
  cursor: pointer;
}
.faq-header-container .faq-header-text-container {
  float: left;
  margin: 15px 0 0 30px;
  display: inline-block;
}
.faq-header-container .faq-header-text-container h5 {
  font-size: 16px;
  color: #007cc2;
}
.faq-header-container .faq-image-container {
  float: right;
  margin-right: 13px;
  display: inline-block;
}
.faq-header-container .faq-image-container .faq-image {
  vertical-align: middle;
  cursor: pointer;
  font-size: x-large;
  color: #007cc2;
  margin-right: 15px;
}
.faq-text-container {
  background: #f8f8f8;
  overflow: hidden;
  display: block;
  transition: max-height 0.2s ease-out;
}
.faq-text-container.collapsed {
  height: 0;
}
.faq-text-container p {
  padding: 0 65px 10px 29px;
  font-size: 15px;
  line-height: 1.73;
  color: #686868;
}
.line {
  opacity: 0.2;
  border: solid 1px #979797;
}
.title-container {
  text-align: center;
  margin: 54px 0 0 0;
}
.title-container .title {
  font-size: 32px;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: -0.3px;
  text-align: center;
  color: white;
  height: 70px;
  margin: 54px 0 35px 0;
}
.video-container {
  text-align: center;
  height: 500px;
}
.video-container .video {
  width: 100%;
  max-width: 877px;
  height: 493.31px;
  min-height: 400px;
  background-color: black;
}
.social-media-container {
  text-align: center;
  margin-bottom: 40px;
}
.social-media-container .social-media-icons {
  margin-top: 12px;
}
.social-media-container .social-media-icons .share-options {
  cursor: pointer;
  margin-right: 20px;
}
.social-media-container .social-media-icons .share-options .share-option {
  width: 30px;
  height: 30px;
}
.video-options-container {
  text-align: center;
  margin-top: 10px;
}
.video-options-container .video-options-list {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
.video-options-container .video-options-list .video-options {
  float: left;
  position: relative;
  width: 176px;
}
.video-options-container .video-options-list .video-options .video-button {
  position: relative;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  color: transparent;
  border-width: 0;
  border-color: transparent;
}
.video-options-container .video-options-list .video-options .video-button .video-image {
  width: 172px;
  height: 102px;
  background-color: #d8d8d8;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.video-options-container .video-options-list .video-options .video-button .play-button {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 44%;
  top: 29%;
  right: 0px;
  bottom: 0px;
}
.video-options-container .video-options-list .video-options .video-button .video-title {
  position: absolute;
  width: 100px;
  height: 17px;
  opacity: 0.5;
  top: 80%;
  bottom: 0;
  left: 25%;
  right: 0;
}
.video-options-container .video-options-list .video-options .video-button .overlay {
  background-color: #d8d8d8;
  opacity: 0.5;
  width: 93.5%;
  position: absolute;
  height: 98.5%;
  margin: -102px 0 0 0;
}
.video-options-container .video-options-list .video-options .add-video .video-details {
  margin: -1px 0 0 6px;
  width: 172px;
  height: 105px;
  background-color: white;
  text-align: left;
}
.video-options-container .video-options-list .video-options .add-video .video-details .video-details-text {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  padding: 7px;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container {
  margin-left: 6px;
  width: 172px;
  height: 69px;
  background-color: #f2f2f2;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container .add-video-button {
  width: 120px;
  height: 35px;
  border-radius: 100px;
  background-color: #007cc2;
  border-color: transparent;
  border-width: 0;
  margin: 17px 0 17px 0;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container .add-video-button-seller {
  width: 120px;
  height: 35px;
  border-radius: 100px;
  background-color: #007cc2;
  border-color: transparent;
  border-width: 0;
  margin: 16px 0 0 0;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container .add-video-button-seller .signin-link {
  color: white;
  padding-top: 1.5px;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container .remove-button-container {
  padding-top: 20px;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container .remove-button-container .video-added-tick {
  width: 18.3px;
  height: 18.3px;
  margin-top: -3px;
}
.video-options-container .video-options-list .video-options .add-video .add-video-container .remove-button-container .remove-video-button {
  padding-left: 12px;
  cursor: pointer;
}
.video-info {
  font-size: 21px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: center;
  color: white;
  margin: 20px 0 15px 0;
}
.checkout-vehicle-container {
  text-align: center;
  margin-top: 40px;
}
.checkout-vehicle-container .checkout-vehicle {
  height: 50px;
  border-radius: 100px;
  background-color: #ff7b03;
  border-width: 0;
  padding: 15px;
}
.checkout-vehicle-container .checkout-vehicle .checkout-vehicle-text {
  font-size: 16px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  padding: 0 15px 0 15px;
}
.checkout-vehicle-container .video-added-info {
  width: 293px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: white;
}
.checkout-vehicle-container .video-added-info-2 {
  font-size: 12px;
  font-weight: normal;
  color: #e9e9e9;
  margin-bottom: 29px;
}
.checkout-vehicle-container .view-listing {
  width: 161px;
  height: 50px;
  border-radius: 100px;
  background-color: white;
  border-width: inherit;
}
.checkout-vehicle-container .view-listing .view-listing-text {
  width: 124.2px;
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007cc2;
}
.carsales-logo-container {
  text-align: center;
  padding: 51px 0 78px 0;
}
.carsales-logo-container .carsales-logo {
  width: 149px;
  height: 106px;
}
.modal {
  padding-right: 0 !important;
}
.modal .modal-dialog {
  margin-top: 5% !important;
  margin-left: 24%;
}
.modal .modal-dialog .modal-content {
  width: 165%;
}
.modal .modal-dialog .modal-title {
  font-weight: 500;
  font-size: 14px;
  color: #0777bd;
  letter-spacing: 3.5px;
  line-height: 20px;
  min-height: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin: 16px auto 25px;
  padding: 0px 40px;
}
.modal-open {
  overflow: auto !important;
}
.loader {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-top: 3px;
}
.lds-rolling div,
.lds-rolling div:after {
  border: 2px solid #333333;
}
:host(.loader-size-md) .loader {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
:host(.loader-size-md) .loader .lds-rolling div,
:host(.loader-size-md) .loader .lds-rolling div:after {
  border-width: 3px;
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
  width: 100%;
  height: 100%;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 2s linear infinite;
  animation: lds-rolling 2s linear infinite;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
