/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L108 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L114 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L122 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L128 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L135 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L142 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L149 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L155 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L162 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L169 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L180 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L185 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L193 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L204 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* Fonts */

/* :L19 */
.averta-light {
  font-family: "averta-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* :L23 */
.averta-semibold {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Colours */
/* Body */

/* :L42 */
body {
  margin: 0px;
  overflow: unset;
  background-color: #435880;
  color: black;
  font-family: "averta-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* Styles */

/* :L55 */
h1 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* :L60 */
h2 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
/* :L66 */
h3 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
/* :L72 */
h4 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
/* :L78 */
a,
a:visited,
a:active,
a:hover,
a:focus {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
/* :L87 */
#WaitingOpaqueBox {
  display: none;
}
/* :L91 */
#instanda-site-layout {
  padding-top: 16px;
}
/* :L95 */
.drivescore-validation {
  margin: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}
/* :L101 */
.drivescore-validation .container {
  width: 100%;
}
/* :L105 */
.drivescore-validation .alert {
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 24px;
}
/* :L112 */
.instanda-main-content-container {
  margin-bottom: 10px;
}
/* :L114 */
.page-index .instanda-main-content-container {
  margin-bottom: 0px;
}
/* Nav Bar */

/* :L121 */
.navbar {
  margin-bottom: 0px;
}
/* :L126 */
.navbar-default {
  background: linear-gradient(140deg, #283370 10%, #5046a6 60%, #447bb3 90%);
  border: 0px;
}
/* :L131 */
.navbar-default .navbar-header {
  height: 80px;
}
/* :L135 */
.navbar-default .navbar-collapse {
  border-top: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
/* :L141 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: unset;
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
/* :L151 */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: white;
}
/* :L156 */
.navbar-default .navbar-nav > li > a {
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* :L167 */
/* :L168 */
.navbar-brand .hidden-xs {
  height: 55px;
}
/* :L172 */
.navbar-brand .visible-xs {
  height: 55px;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 15px 15px !important;
  }
  /* :L179 */
  .navbar-brand img {
    margin-top: 0px !important;
  }
}
/* Footer Area */

/* :L189 */
.instanda-built-by-footer {
  display: none;
}
/* :L193 */
.footer {
  height: 30px;
}
/* :L197 */
.disclaimer {
  padding: 16px;
  color: white;
  font-size: 0.75em;
  display: inline-block;
  padding-bottom: 30px;
}
/* :L205 */
.disclaimer .hidden-xs {
  height: 50px;
}
/* :L209 */
.disclaimer .visible-xs {
  height: 30px;
}
/* :L213 */
.disclaimer a {
  color: white;
}
/* :L217 */
.disclaimer .links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: white;
}
/* :L222 */
.disclaimer .links a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
/* :L230 */
/* :L231 */
.modal .btn.btn-primary:active,
.modal .btn.btn-primary:visited,
.modal .btn.btn-primary:focus,
.modal .btn.btn-primary:hover,
.modal .btn.btn-primary {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: #006ed8;
  border-color: #006ed8;
  outline: none !important;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
  border: none;
  padding: 12px;
  border-radius: 8px;
}
/* :L250 */
.modal .modal-dialog {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* :L255 */
/* :L256 */
.modal .modal-header .close {
  color: white;
}
/* :L260 */
.modal .modal-body {
  word-break: break-word;
}
/* :L266 */
/* :L267 */
#cookie-policy .table-container {
  display: block;
  overflow-x: auto;
}
/* :L271 */
#cookie-policy .table-container table {
  font-size: 14px;
  margin-bottom: 15px;
}
/* :L275 */
#cookie-policy .table-container table th {
  border-style: solid;
  border-width: thin;
  border-color: white;
  padding: 5px;
}
/* :L282 */
#cookie-policy .table-container table th:nth-child(2) {
  min-width: 250px;
}
/* :L286 */
#cookie-policy .table-container table td {
  border-style: solid;
  border-width: thin;
  border-color: white;
  padding: 5px;
  align-content: baseline;
}
/* :L293 */
#cookie-policy .table-container table td ol {
  padding-inline-start: 15px;
}
@media (max-width: 767px) {
  /* :L300 */
  #cookie-policy .table-container table,
  #cookie-policy .table-container thead,
  #cookie-policy .table-container tbody,
  #cookie-policy .table-container th,
  #cookie-policy .table-container td,
  #cookie-policy .table-container tr {
    display: block;
  }
  /* :L304 */
  #cookie-policy .table-container tr {
    margin-bottom: 15px;
  }
  /* :L308 */
  #cookie-policy .table-container tr:last-of-type {
    margin-bottom: 0px;
  }
  /* :L312 */
  #cookie-policy .table-container th {
    display: none;
    /* Hide headers */
  
  }
  /* :L316 */
  #cookie-policy .table-container td {
    position: relative;
    padding-left: 50% !important;
    border-bottom: none !important;
  }
  /* :L322 */
  #cookie-policy .table-container td:last-of-type {
    border-bottom: solid thin white !important;
  }
  /* :L326 */
  #cookie-policy .table-container td::before {
    content: attr(data-label);
    /* Add labels dynamically */
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 10px;
    font-weight: bold;
  }
}
/* Modals */

/* :L340 */
.modal-content {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
  padding: 24px;
  color: white;
}
/* Spinner */

/* :L351 */
.spinner {
  position: fixed !important;
}
/* Fonts */

/* :L356 */
.averta-light {
  font-family: "averta-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* :L360 */
.averta-semibold {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Colours */
/* Styles */

/* :L378 */
.general-container {
  color: white;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: #2c3d5e;
  padding: 24px;
  box-shadow: 0px 8px 12px 0px #00000014;
}
/* :L380 */
.general-container h3:first-of-type {
  margin-top: 0px;
}
/* :L393 */
.general-container .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L399 */
.general-container label {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
/* :L406 */
.general-container .btn.btn-primary:visited,
.general-container .btn.btn-primary {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
  background-color: #006ed8;
  border-color: #006ed8;
  outline: none !important;
  border: none;
  padding: 12px;
  border-radius: 8px;
}
/* :L422 */
.general-container .btn.btn-primary:active,
.general-container .btn.btn-primary:hover,
.general-container .btn.btn-primary:focus {
  background-color: #0986ff80;
  border-color: #0986ff80;
  outline: none !important;
}
/* :L430 */
.general-container .password-info {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .general-container .password-info {
    padding: 12px;
  }
  /* :L439 */
  .general-container .password-info ul {
    padding-inline-start: 20px;
  }
}
/* Home Page */

/* :L448 */
.main-page {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L457 */
/* :L465 */
.top-panel {
  padding-top: 0em;
  padding-bottom: 15em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-panel {
    padding-top: 0px;
    padding-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .top-panel {
    padding-top: 10em;
    padding-bottom: 0em;
  }
}
/* :L479 */
.top-panel .panel {
  margin-top: 20px;
}
/* :L484 */
.pricing-banner {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  padding: 24px;
  text-align: center;
  color: white;
  border-radius: 16px;
}
/* :L492 */
.quoteme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #006ed8;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .quoteme {
    width: 200px;
  }
}
/* :L509 */
.quoteme:after {
  content: " ";
  width: 100%;
  height: 0%;
  background: #0986ff80;
  position: absolute;
  transition: all 0.4s ease-in-out;
  bottom: 0;
  border-radius: 0%;
  transform: scale(1);
  transition-duration: 0.4s, 0.2s, 0.2s, 0.4s;
}
/* :L522 */
.quoteme:hover,
.quoteme:focus {
  text-decoration: none;
}
/* :L527 */
.quoteme:hover::after {
  bottom: auto;
  top: 0;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.5);
}
/* :L535 */
.quoteme span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: white;
  font-size: 1.125em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
/* :L546 */
.quoteme:hover span {
  color: white;
  animation: scaleUp 0.3s ease-in-out;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/* Customer Retrieve Styles */

/* :L567 */
/* :L569 */
.page-retrievequote .toast-bottom-full-width {
  bottom: auto;
  top: 0;
}
/* :L574 */
.page-retrievequote #toast-container > div {
  opacity: 1;
}
/* :L578 */
/* :L579 */
/* :L580 */
/* :L581 */
.page-retrievequote .instanda-retrieve-quote .container .row:last-child .form-group {
  margin-bottom: 0px;
}
/* Customer Retrieve Quote Link Styles */

/* :L592 */
.page-retrievequotelink {
  color: white;
}
/* Customer Reset Password Styles */

/* :L598 */
/* :L599 */
/* :L600 */
.page-customersendpasswordresetlink .instanda-customer-portal-reset-link .form-group:last-child {
  margin-bottom: 0px;
}
/* Customer Forgot Password Styles */

/* :L608 */
/* :L609 */
/* :L610 */
.page-customerforgotpassword .instanda-customer-membership-login .form-group:last-of-type {
  margin-bottom: 0px;
}
/* Customer Change Password Styles */

/* :L618 */
/* :L619 */
.page-customerdetailschangepassword .questionItem.instanda-question-item.form-group.container {
  padding-right: 0px !important;
}
/* Transaction Styles */

/* :L626 */
/* :L627 */
.page-customertransactions .panel-group.transactions-group {
  margin-bottom: 0px;
}
/* :L630 */
.page-customertransactions .panel-group.transactions-group .panel {
  background-color: unset;
}
/* :L633 */
.page-customertransactions .panel-group.transactions-group .panel .panel-heading {
  background-color: unset;
}
/* :L637 */
.page-customertransactions .panel-group.transactions-group .panel .customer-transactions-update-payment-details {
  white-space: normal;
  margin: 5px;
}
/* :L642 */
.page-customertransactions .panel-group.transactions-group .panel .instanda-table-responsive {
  overflow: auto;
}
/* :L643 */
.page-customertransactions .panel-group.transactions-group .panel .instanda-table-responsive tr {
  background-color: unset;
}
@media only screen and (max-width: 800px) {
  /* :L650 */
  .page-customertransactions .panel-group.transactions-group .panel .instanda-table-responsive td {
    padding-left: 6px !important;
    padding-top: 3rem !important;
  }
}
/* Customer Homepage Styles */

/* :L663 */
/* :L665 */
/* :L667 */
.page-customerhomepage #AbandonQuote-Dialog .btn:visited,
.page-customerhomepage #AbandonQuote-Dialog .btn {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
  background-color: #006ed8;
  border-color: #006ed8;
  outline: none !important;
  border: none;
  padding: 12px;
  border-radius: 8px;
}
/* :L683 */
.page-customerhomepage #AbandonQuote-Dialog .btn:active,
.page-customerhomepage #AbandonQuote-Dialog .btn:hover,
.page-customerhomepage #AbandonQuote-Dialog .btn:focus {
  background-color: #0986ff80;
  border-color: #0986ff80;
  outline: none !important;
}
/* :L691 */
.page-customerhomepage #AbandonQuote-Dialog .modal-body {
  color: white;
}
/* :L696 */
.page-customerhomepage .modal-content {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
  padding: 24px;
}
/* :L702 */
.page-customerhomepage .modal-content .modal-header {
  padding: 0px;
  padding-bottom: 15px;
}
/* :L707 */
.page-customerhomepage .modal-content .modal-footer {
  padding: 0px;
  padding-top: 15px;
}
/* :L713 */
.page-customerhomepage .general-container {
  margin-bottom: 0px;
  border-radius: unset;
  background-color: unset;
  padding: 0px;
  box-shadow: unset;
}
/* :L720 */
.page-customerhomepage .general-container .home-greeting-pad {
  display: none;
}
/* :L724 */
/* :L726 */
.page-customerhomepage .general-container .instanda-home-content h4 {
  margin-top: 0px;
}
/* :L730 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs {
  border: 0px;
  margin-bottom: 32px;
}
/* :L734 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li {
  margin-right: 5px;
}
/* :L737 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li:last-of-type {
  margin-right: 0px;
}
/* :L741 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li > a {
  border-radius: 10px;
  border: 1px solid white;
  background: unset;
}
/* :L748 */
.page-customerhomepage .general-container .instanda-home-content .nav-tabs > li.active > a {
  color: white;
  background-color: #cbddf280;
  border-color: #cbddf280;
  outline: none !important;
}
/* :L756 */
.page-customerhomepage .general-container .instanda-home-content .main-header {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 32px;
  padding: 0px;
  background: unset;
}
/* :L764 */
.page-customerhomepage .general-container .instanda-home-content .main-header h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: white;
}
/* :L771 */
.page-customerhomepage .general-container .instanda-home-content .panel-shuffle {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: unset;
  border: 0px;
}
/* :L777 */
.page-customerhomepage .general-container .instanda-home-content .panel-shuffle .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  /* :L784 */
  .page-customerhomepage .general-container .instanda-home-content .panel {
    border-top: none;
  }
}
/* :L789 */
.page-customerhomepage .general-container .instanda-home-content .polquote {
  margin-bottom: 32px;
  border-radius: 16px;
  background-color: #2c3d5e;
  padding: 24px;
  box-shadow: 0px 8px 12px 0px #00000014;
}
/* :L791 */
.page-customerhomepage .general-container .instanda-home-content .polquote .policy-break {
  display: none;
}
/* :L796 */
.page-customerhomepage .general-container .instanda-home-content .polquote:last-of-type {
  margin-bottom: 16px;
}
/* :L805 */
.page-customerhomepage .general-container .instanda-home-content .quote-identifier {
  display: none;
}
/* :L809 */
.page-customerhomepage .general-container .instanda-home-content .pol-outer {
  display: flex;
  flex-wrap: wrap;
}
/* :L813 */
.page-customerhomepage .general-container .instanda-home-content .pol-outer .pol-inner:first-of-type {
  padding-right: 10px;
}
/* :L818 */
/* :L822 */
/* :L823 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder .policylink span,
.page-customerhomepage .general-container .instanda-home-content .actions-placeholder .policylink span,
.page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .policylink span {
  display: none;
}
/* :L828 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder .container,
.page-customerhomepage .general-container .instanda-home-content .actions-placeholder .container,
.page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .container {
  width: 100%;
  padding: 0px;
}
/* :L833 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder a,
.page-customerhomepage .general-container .instanda-home-content .actions-placeholder a,
.page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder a {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder a,
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder a,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder a {
    padding-left: 1px;
    padding-right: 1px;
  }
}
/* :L843 */
@media screen and (min-width: 768px) {
  /* :L846 */
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder .policylink,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .policylink {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L850 */
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder .policylink:last-of-type,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .policylink:last-of-type {
    margin-right: 0px;
  }
  /* :L855 */
  .page-customerhomepage .general-container .instanda-home-content .actions-placeholder .abandonlink,
  .page-customerhomepage .general-container .instanda-home-content .quote-actions-placeholder .abandonlink {
    margin-right: 2% !important;
  }
}
/* :L861 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder {
    margin-top: 15px;
  }
}
/* :L868 */
/* :L869 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder .agent-all-docs-responsive h3 {
  display: none;
}
/* :L874 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList {
  list-style-type: none;
  padding-inline-start: 0px;
}
@media screen and (min-width: 768px) {
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList {
    margin-top: -10px;
  }
  /* :L880 */
  .page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li {
    /**float: left;
  		      width: 32%;
  		      margin-right: 2%;              
  		      &:last-of-type {
  			    margin-right: 0px;
  		      }
                **/
    width: 100%;
  }
}
/* :L892 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList a {
  white-space: normal;
}
/* :L896 */
/* :L897 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a {
  font-size: 0;
  line-height: 0px;
}
/* :L900 */
.page-customerhomepage .general-container .instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a::after {
  font-size: 17px;
  line-height: 24px;
  content: 'Schedule';
}
/* :L910 */
.page-customerhomepage .general-container .instanda-home-content .polquote-alert {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
/* :L915 */
.page-customerhomepage .general-container .instanda-home-content .polquote-alert .quote-alert {
  font-weight: bold;
  padding: 5px;
}
/* :L921 */
.page-customerhomepage .general-container .instanda-home-content .mta-btn {
  width: 100%;
  margin-top: 5px;
}
/* :L926 */
.page-customerhomepage .general-container .instanda-home-content .clear-both-float {
  clear: both;
}
/* Fonts */

/* :L935 */
.averta-light {
  font-family: "averta-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* :L939 */
.averta-semibold {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Colours */
/* Package Styles */

/* :L960 */
/* :L961 */
.package-29658 .data8-pa-autocomplete {
  color: black;
}
/* :L966 */
.bootstrap-datetimepicker-widget.dropdown-menu {
  color: black;
}
/* :L970 */
/* :L972 */
#qtandcModal .modal-dialog,
#qppModal .modal-dialog {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* :L977 */
/* :L978 */
#qtandcModal .modal-header .close,
#qppModal .modal-header .close {
  color: white;
}
/* :L982 */
#qtandcModal .modal-body,
#qppModal .modal-body {
  word-break: break-word;
}
/* :L987 */
/* :L988 */
#qppModal .table-container {
  display: block;
  overflow-x: auto;
}
/* :L992 */
#qppModal .table-container table {
  font-size: 14px;
  margin-bottom: 15px;
}
/* :L996 */
#qppModal .table-container table th {
  border-style: solid;
  border-width: thin;
  border-color: white;
  padding: 5px;
}
/* :L1003 */
#qppModal .table-container table th:nth-child(2) {
  min-width: 250px;
}
/* :L1007 */
#qppModal .table-container table td {
  border-style: solid;
  border-width: thin;
  border-color: white;
  padding: 5px;
  align-content: baseline;
}
/* :L1014 */
#qppModal .table-container table td ol {
  padding-inline-start: 15px;
}
@media (max-width: 767px) {
  /* :L1021 */
  #qppModal .table-container table,
  #qppModal .table-container thead,
  #qppModal .table-container tbody,
  #qppModal .table-container th,
  #qppModal .table-container td,
  #qppModal .table-container tr {
    display: block;
  }
  /* :L1025 */
  #qppModal .table-container tr {
    margin-bottom: 15px;
  }
  /* :L1029 */
  #qppModal .table-container tr:last-of-type {
    margin-bottom: 0px;
  }
  /* :L1033 */
  #qppModal .table-container th {
    display: none;
    /* Hide headers */
  
  }
  /* :L1037 */
  #qppModal .table-container td {
    position: relative;
    padding-left: 50% !important;
    border-bottom: none !important;
  }
  /* :L1043 */
  #qppModal .table-container td:last-of-type {
    border-bottom: solid thin white !important;
  }
  /* :L1047 */
  #qppModal .table-container td::before {
    content: attr(data-label);
    /* Add labels dynamically */
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 10px;
    font-weight: bold;
  }
}
/* :L1059 */
.drivescore {
  padding-left: 16px;
  padding-right: 16px;
  color: white;
  font-family: "averta-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* Progress Bar */

  /* Holder Panel */

  /*First Splash Page*/

  /* Product Description */

  /* Qualification */

  /*
  .qualification-question:last-child {
    border-bottom: none;
  }
  */

  /* Question Sets */

  /* Quote Page */

  /* Post Quote */

  /* Billing */

  /* Sale Complete */

  /* Cancellation */

  /* Modals */

}
/* :L1069 */
.drivescore h1 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* :L1074 */
.drivescore h2 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
/* :L1080 */
.drivescore h3 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
/* :L1086 */
.drivescore h4 {
  color: white;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
/* :L1092 */
.drivescore a,
.drivescore a:visited {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
/* :L1098 */
.drivescore .instanda-container-fluid {
  background-color: transparent;
}
/* :L1102 */
.drivescore .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L1108 */
.drivescore .btn.btn-primary:visited,
.drivescore .btn.btn-primary {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
  background-color: #006ed8;
  border-color: #006ed8;
  outline: none !important;
  border: none;
  padding: 12px;
  border-radius: 8px;
}
/* :L1124 */
.drivescore .btn.btn-primary:active,
.drivescore .btn.btn-primary:hover,
.drivescore .btn.btn-primary:focus {
  background-color: #0986ff80;
  border-color: #0986ff80;
  outline: none !important;
}
/* :L1132 */
.drivescore label {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
/* :L1141 */
.drivescore .pkg-progress-bar {
  text-align: center;
  margin-bottom: 32px;
  border-radius: 16px;
  background-color: #2c3d5e;
  padding: 24px;
  box-shadow: 0px 8px 12px 0px #00000014;
}
@media screen and (max-width: 575px) {
  .drivescore .pkg-progress-bar {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* :L1155 */
.drivescore .pkg-progressbar,
.drivescore .pkg-progressbar-mta {
  overflow: hidden;
  color: white;
  padding-inline-start: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .drivescore .pkg-progressbar,
  .drivescore .pkg-progressbar-mta {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* :L1173 */
.drivescore .pkg-progressbar {
  counter-reset: progress-count;
}
/* :L1177 */
.drivescore .pkg-progressbar-mta {
  counter-reset: progress-mta-count;
}
/* :L1181 */
.drivescore .pkg-progressbar .active-state,
.drivescore .pkg-progressbar-mta .active-state {
  color: white;
}
/* :L1186 */
.drivescore .pkg-progressbar li,
.drivescore .pkg-progressbar-mta li {
  list-style-type: none;
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  float: left;
  position: relative;
  font-weight: 600;
  -webkit-box-flex: 1 1 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 1 0;
  /* Chrome */
  -ms-flex: 1 1 0;
  /* IE 10 */
  flex: 1 1 0;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
/* :L1201 */
.drivescore .pkg-progressbar .step {
  counter-increment: progress-count;
}
/* :L1205 */
.drivescore .pkg-progressbar-mta .step {
  counter-increment: progress-mta-count;
}
/* :L1209 */
.drivescore .pkg-progressbar .step:before {
  content: counter(progress-count);
  color: #435880;
}
/* :L1214 */
.drivescore .pkg-progressbar-mta .step:before {
  content: counter(progress-mta-count);
  color: #435880;
}
/* :L1219 */
.drivescore .pkg-progressbar .complete-state:before,
.drivescore .pkg-progressbar-mta .complete-state:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
/* :L1225 */
.drivescore .pkg-progressbar li:before,
.drivescore .pkg-progressbar-mta li:before {
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  font-size: 20px;
  color: white;
  background: #cbddf2;
  box-shadow: 0px 0px 2px 0px #cbddf2 inset;
  border-radius: 50%;
  margin: 0 auto 0px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .drivescore .pkg-progressbar li:before,
  .drivescore .pkg-progressbar-mta li:before {
    width: 33px;
    height: 33px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .drivescore .pkg-progressbar li:before,
  .drivescore .pkg-progressbar-mta li:before {
    margin: 0 auto 0px auto;
  }
}
/* :L1250 */
.drivescore .pkg-progressbar li:after,
.drivescore .pkg-progressbar-mta li:after {
  content: '';
  width: 100%;
  height: 0px;
  background: #5df0fa;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 575px) {
  .drivescore .pkg-progressbar li:after,
  .drivescore .pkg-progressbar-mta li:after {
    top: 20px;
  }
}
/* :L1264 */
.drivescore .pkg-progressbar .step-desc,
.drivescore .pkg-progressbar-mta .step-desc {
  display: none;
}
/* :L1269 */
.drivescore .pkg-progressbar li.complete-state:before,
.drivescore .pkg-progressbar-mta li.complete-state:before {
  line-height: 45px;
}
@media screen and (max-width: 575px) {
  .drivescore .pkg-progressbar li.complete-state:before,
  .drivescore .pkg-progressbar-mta li.complete-state:before {
    line-height: 30px;
  }
}
/* :L1277 */
.drivescore .pkg-progressbar li.active-state:before,
.drivescore .pkg-progressbar li.active-state:after,
.drivescore .pkg-progressbar li.complete-state:before,
.drivescore .pkg-progressbar li.complete-state:after,
.drivescore .pkg-progressbar-mta li.active-state:before,
.drivescore .pkg-progressbar-mta li.active-state:after,
.drivescore .pkg-progressbar-mta li.complete-state:before,
.drivescore .pkg-progressbar-mta li.complete-state:after {
  background: #baffee;
  box-shadow: 0px 0px 2px 0px #baffee inset;
}
/* :L1290 */
.drivescore .drivescore-content {
  margin-top: 0px;
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: #2c3d5e;
  padding: 24px;
  box-shadow: 0px 8px 12px 0px #00000014;
}
/* :L1301 */
/* :L1302 */
.drivescore .splash-links button {
  width: 100%;
  white-space: normal;
}
/* :L1308 */
.drivescore .product-splash {
  position: relative;
}
/* :L1312 */
.drivescore .product-splash .wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
/* :L1321 */
.drivescore .product-splash .wrap::before {
  content: '';
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4d6530;
  border-radius: 8px 8px 0px 0px;
  position: absolute;
}
/* :L1331 */
.drivescore .product-splash .wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4d6530;
  border-radius: 0px 8px 8px 0px;
}
/* :L1342 */
.drivescore .product-splash .discount_ribbon {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow: 0 0 0 3px #b2a48f, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: #b2a48f;
  text-align: center;
}
/* :L1359 */
.drivescore .product-splash .header {
  background-size: 100%;
  background-position: left;
}
/* :L1363 */
.drivescore .product-splash .header .panel {
  color: white;
  border-radius: 16px;
  background-color: #2c3d5e;
  padding: 24px;
  box-shadow: 0px 8px 12px 0px #00000014;
  border: none;
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  /* :L1374 */
  .drivescore .product-splash .header.header-top {
    background-position: left top 0px;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  /* :L1380 */
  .drivescore .product-splash .header.header-top {
    background-position: left top 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* :L1386 */
  .drivescore .product-splash .header.header-top {
    background-position: -250px;
  }
}
@media screen and (max-width: 400px) {
  .drivescore .product-splash .header {
    background-position: left top -30px;
  }
}
@media screen and (max-width: 767px) {
  .drivescore .product-splash .header {
    background-size: 120%;
    width: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .drivescore .product-splash .header {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  /* :L1407 */
  .drivescore .product-splash .header .col {
    padding-bottom: 0px;
  }
  /* :L1411 */
  .drivescore .product-splash .header .panel {
    background: #2c3d5e;
    box-shadow: 0 0 0;
    border-radius: 0;
    border: 0px;
    /*margin-bottom: 0px;*/
    padding: 0px;
  }
  /* :L1420 */
  .drivescore .product-splash .header .panel-body {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  /* :L1426 */
  .drivescore .product-splash .header .panel-splash:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
}
/* :L1432 */
.drivescore .product-splash .header .margin-right-10 {
  margin-right: 10px;
}
/* :L1436 */
@media screen and (max-width: 767px) {
  .drivescore .product-splash .header .clear-side-margin-small {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L1444 */
.drivescore .product-splash .bottom-panel {
  padding-top: 15em;
  padding-bottom: 0em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .drivescore .product-splash .bottom-panel {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .drivescore .product-splash .bottom-panel {
    padding-top: 10em;
    padding-bottom: 0em;
  }
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  .drivescore .product-splash .bottom-panel {
    padding-top: 15em;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  .drivescore .product-splash .bottom-panel {
    padding-top: 20em;
  }
}
/* :L1472 */
/* :L1474 */
.drivescore .confirm_proceed_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1481 */
/* :L1482 */
.drivescore #not-covered .not-covered-title {
  margin-top: 0px;
}
/* :L1486 */
.drivescore #not-covered .panel {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
}
/* :L1491 */
.drivescore #not-covered .panel .panel-body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .drivescore #not-covered .panel .panel-body {
    padding: 12px;
  }
  /* :L1497 */
  .drivescore #not-covered .panel .panel-body ul {
    padding-inline-start: 20px;
  }
}
/* :L1505 */
.drivescore .covered-top-spacer {
  margin-top: 30px;
}
/* :L1509 */
/* :L1512 */
.drivescore .benefit-highlight .benefit-title {
  margin-top: 0px;
}
/* :L1517 */
.drivescore .product-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* :L1522 */
.drivescore .product-list-item:last-child {
  margin-bottom: 0px;
}
/* :L1526 */
.drivescore .product-list-item .glyphicon-ok:before {
  content: "";
}
/* :L1530 */
.drivescore .product-list-item .glyphicon-ok:after {
  content: "\e013";
  color: #5df0fa;
}
/* :L1536 */
.drivescore .list-width-100 {
  width: 100%;
}
/* :L1540 */
.drivescore .list-width-80 {
  width: 80%;
}
/* :L1544 */
.drivescore .list-width-20 {
  width: 20%;
}
/* :L1548 */
.drivescore .ds-tick {
  height: 30px;
}
/* :L1552 */
.drivescore .row-fix-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* :L1560 */
.drivescore .row-fix-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* :L1565 */
.drivescore .panel-shuffle {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  border-radius: 0px 4px 4px 4px;
}
/* :L1574 */
.drivescore .qualification-question {
  border-bottom: 2px solid white;
}
/* :L1577 */
.drivescore .qualification-question .instanda-text-question.form-group.row {
  margin-bottom: 0px;
}
/* :L1587 */
/* :L1589 */
.drivescore .eligibility_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1594 */
/* :L1595 */
.drivescore .wording-links a {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .drivescore .wording-links a {
    width: 100%;
  }
}
/* :L1605 */
.drivescore .form-control.single-line-address.data8-predictiveaddress {
  margin-bottom: 15px;
}
/* :L1611 */
/* :L1612 */
.drivescore .quote-container .quote-title {
  margin-top: 0px;
}
/* :L1616 */
/* :L1617 */
/* :L1618 */
.drivescore .quote-container .table tr:last-of-type td {
  word-break: break-all;
}
/* :L1625 */
.drivescore .quote-email {
  text-align: center;
  line-height: 40px;
}
/* :L1630 */
.drivescore .cover-container {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .drivescore .cover-container {
    margin-bottom: 32px;
  }
  /* :L1639 */
  .drivescore .cover-container:last {
    margin-bottom: 0px;
  }
}
/* :L1642 */
.drivescore .cover-container .holdercontent {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
/* :L1647 */
.drivescore .cover-container .holdercontent h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 35px;
}
/* :L1654 */
.drivescore .cover-container .holdercontent .price-holder {
  background-color: #ffffff25;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* :L1660 */
.drivescore .cover-container .holdercontent .price-holder h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}
/* :L1666 */
.drivescore .cover-container .holdercontent .price-holder p:last-of-type {
  margin-bottom: 0px;
}
/* :L1672 */
.drivescore .cover-container .btn.btn-default,
.drivescore .cover-container .btn.btn-default:visited {
  font-family: "averta-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cbddf2;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
  background-color: unset;
  border-color: #cbddf254 !important;
  outline: none !important;
  border: 2px solid;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
/* :L1689 */
.drivescore .cover-container .btn.btn-default:active,
.drivescore .cover-container .btn.btn-default:hover,
.drivescore .cover-container .btn.btn-default:focus {
  /*background-color: @ds-secondary-opaque;*/
  border-color: #baffee !important;
  outline: none !important;
}
/* :L1698 */
.drivescore .selectedcover {
  background: linear-gradient(161.6deg, #23358c 17.72%, #553e59 104.69%);
  box-shadow: 0px 0px 20px 0px #ff67de80;
}
/* :L1702 */
.drivescore .selectedcover .instanda-previously-selected {
  display: block;
}
/* :L1706 */
.drivescore .selectedcover .btn.btn-default,
.drivescore .selectedcover .btn.btn-default:visited {
  /*background-color: @ds-secondary-semi-opaque;*/
  border-color: #baffee !important;
}
/* :L1712 */
.drivescore .selectedcover .btn.btn-default.active {
  font-size: 0px;
  border-width: 3px;
}
/* :L1717 */
.drivescore .selectedcover .btn.btn-default.active::before {
  content: 'Selected';
  font-size: 17px;
  color: #baffee;
}
/* :L1724 */
.drivescore .radio-group {
  display: flex;
  margin: 0px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #435880;
}
/* :L1731 */
.drivescore .radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
/* :L1737 */
.drivescore .radio-group label {
  color: white;
  flex-grow: 1;
  cursor: pointer;
  font-weight: bold;
  padding: 24px 10px;
  text-align: center;
  margin-bottom: 0px;
}
/* :L1746 */
.drivescore .radio-group label .lower_text {
  font-size: 13px;
}
/* :L1751 */
.drivescore .radio-group input[type=radio]:checked + label {
  color: #435880;
  background-color: #baffee;
}
/* :L1760 */
/* :L1762 */
.drivescore .sale_complete_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1769 */
.drivescore .instanda-choose-billing-content {
  word-break: break-word;
}
/* :L1775 */
/* :L1776 */
.drivescore #policy-sale-documents .instanda-documents {
  display: flex;
  flex-flow: column;
}
/* :L1780 */
.drivescore #policy-sale-documents .instanda-documents a {
  white-space: normal;
  margin-bottom: 5px;
  width: 100%;
}
/* :L1788 */
.drivescore .confirm-sale {
  word-break: break-word;
}
/* :L1794 */
/* :L1796 */
.drivescore .cancel_questions_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1801 */
.drivescore .alert-renewal {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
  padding: 24px;
  color: white;
  word-break: break-all;
}
/* :L1813 */
.drivescore .modal-content {
  background: linear-gradient(116.1deg, #368aaa 0%, #3950aa 100%);
  border: none;
  border-radius: 16px;
  padding: 24px;
}
