@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.whitelabel-hidden {
    display: none;
}

:root {
    --source-primary: #6EA0A9;
    --source-secondary: #0A5E6D;
    --source-danger: #D1402B;
    --source-success: #64A192;
    --source-lightgrey: #F5F5F5;
    --source-grey: #E4E8EE;
    --source-dark-grey: darkgrey;
    --source-black: black;
    --source-img-accent: #D1402B;
    --source-dark-blue: #0E1E2B; 
    --source-white: #FFF;
}
.pagination .page-item.active .page-link{
    background-color: var(--source-primary);
    border-color: var(--source-primary);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    color: var(--source-black)
}

h1, h2, h3, h4, h5 {
    color: var(--source-secondary)
}

form h5 {
    color: #212121
}

h1.large {
    color: var(--source-primary)
}
h1.large.run {
    font-size: 1.6rem;
}

a {
    cursor: pointer;
}

p.source, label.source, span.source {
    color: var(--source-primary);
    font-size: 1.05rem;
}

p.large {
    font-size: 2rem;
}

p.small {
    font-size: 0.7rem;
}

p.navtext
{
    font-size: 0.9rem;
}


br.small {
    line-height: 0.5rem;
}

.gray, .grey {
    background-color: var(--source-grey);
}

.gray hr, .grey hr {
    border-color: white;
    border-width: 3px;
}

h1 {
    font-weight: 700;
    margin-bottom: 16px;
}

h2, h3, h4, h5 {
    font-weight: 600;
}

h5 {
    margin-bottom: 12px;
    /*
    font-size: calc(0.95rem + 0.6vw);
    */
}

h5.light {
    font-weight: 500
}

a, a:visited, a:hover,
a.source, a.source:visited, a.source:hover {
    color: var(--source-secondary);
    text-decoration: none;
}

input {
    border: var(--source-grey) 1px solid;
    border-radius: 6px;
}

input[class='confirm'] {
    width: 24px;
    height: 24px;
    accent-color: var(--source-secondary);
}

input[class='confirmLarge'] {
    width: 48px;
    height: 48px;
    accent-color: var(--source-secondary);
}

input[class='confirmSmall'] {
    width: 18px;
    height: 18px;
    accent-color: var(--source-secondary);
}

.customerData:hover
{
    background-color: #E4E8EE;
}

.customerData[onClick]:hover
{
    cursor: pointer;    
}

.listed-document{
    border-top: 1px dotted gray;
}

input.icon {
    padding-left: 40px;
}

input.form-control {
    height: 48px;
}

select.form-control {
    height: 48px;
    appearance: auto;
}

i.input {
    margin-top: 12px;
    z-index: 100;
    position: absolute;
    margin-left: 12px;
    color: var(--source-grey);
}

.bordered {
    border: 2px solid var(--source-grey);
    border-radius: 12px;
}

.rounded {
    border-radius: 12px;
}

.text-black {
    color: var(--source-black)
}

.text-white {
    color: var(--source-white) !important
}

.primary-col {
    color: var(--source-primary)
}

.secondary-col {
    color: var(--source-secondary)
}

.margin-left{
    margin-left: -10px;
}
/* Buttons */

.btn {
    padding: 10px 10px;
    /* transition: .5s ease; */
    border: 1px solid var(--source-grey);
    color: var(--source-secondary)
}

.btn.btn-source, .btn-source, .btn-source:focus {
    background-color: var(--source-primary);
    color: #fff ;
    border: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    transition: .5s ease; 
}
.input-address{
    max-width:500px;
}

.btn-source:hover, .btn-source:active {
    background-color: var(--source-secondary);
    color: #fff ;
    /* border-radius: 10px; */
    border: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    transition: .5s ease;
}


body .btn-sourceSecondary,  .btn-sourceSecondary:hover,  .btn-sourceSecondary:active,  .btn-sourceSecondary:focus {
    background-color: var(--source-secondary);
    color: #fff ;
    /* border-radius: 10px; */
    border: none;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    transition: .5s ease;
}

.btn-source2, .btn-source2:hover, .btn-source2:active, .btn-source2:focus {
    background-color: var(--source-grey);
    color: var(--source-secondary);
    /* border-radius: 10px; */
    border: 1px solid var(--source-grey); 
    font-weight: normal;
    font-size: 16px;
    padding: 10px 15px;
    transition: .5s ease;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
.dashboard-btn{
    margin-top: 4rem;
    float: none ;
    position: relative;

    }
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, 
.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus{
    color: white;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: var(--source-danger);
    border-color: var(--source-danger);
}

.gray .btn-source2 {
    background: var(--source-grey);
}

.btn-trans {
    background-color: none;
    border-color: var(--source-primary);
}

.btn-white {
    background-color: white;
    border-color: white;
}


.btn.btn-group.selected, .btn.selected {
    background-color: var(--source-primary);
    color: white;
}
.btn.btn-group {
    background-color: white;
    color: var(--source-primary);
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 59px;
    text-align: center;
    display: inline-block;
}

.btn-group:hover {
    transition: none;
    border: 2px solid var(--source-secondary);
    padding: 9px;
}

.btn-margin {
    /* background-color: white; */
    color: var(--source-primary);
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 59px;
    text-align: center;
    display: inline-block;
    border: 1px solid white; 
}

.assumptionsButton {
    background-color: white;
    color: var(--source-primary);
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 59px;
    text-align: center;
    display: inline-block;
}

.btn.w-auto {
    width: auto;
}

.btn p {
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.btn.plusbtn, .btn.minusbtn, .btn.plusslider, .btn.minusslider {
    background-color:white;
    height: 50%;
    width: 100%;
    text-align: center;
    font-weight: 700
}

.coverTypeButtons {

    font-size: x-large;
    font-weight: bold;

}
#dashboard-return {
    min-width: 200px;
}

.save-quote-btn {
    width: auto;
}

@media (max-width:766px){
    .coverTypeButtons {
        font-size: large;
    }

    .save-quote-btn {
        width: 100%;
    }
}

/* Display None */
.display-none {
    display: none;
}

.flex-wrap {
    gap: 0.5rem;
}

/* Override colours for screen sizes less than md (i.e. sm and smaller) */
@media (max-width: 576px) {
    .btn.plusbtn, .btn.minusbtn, .btn.plusslider, .btn.minusslider {
        background-color: var(--source-secondary);
        color: white
    }
}

.highlight {
    font-weight: 700;
    color: var(--source-secondary);
    background-color: var(--source-grey);
    border-radius: 6px;
    padding: 6px;
}

.assumption-highlight {
    font-weight: 700;
    color: var(--source-secondary);
    background-color: var(--source-grey);
    border-radius: 6px;
}

.quote-summary{
    display:none;
}

.additional-email{
    display: none;
}

/* Menu */
#menu {
    margin-bottom: 20px;
}

#menu_no_toggle {
    margin-bottom: 38px;
}

/*Toggle switch */
.switch {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 17px;
    color: var(--source-secondary);
  }

  .dataType {
    color: var(--source-secondary);
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: var(--source-secondary);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--source-secondary);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }


  /* Tab panel */
  .client-overview-tab
  {
    font-size: 1.25em;
    color: #EAEAEA;
    border-bottom: solid 2px #EAEAEA;
  }

  .client-overview-tab.selected
  {
    color: #4B818B;
    border-bottom: solid 3px var(--source-secondary);
  }

  .client-tab-text
  {
    color: var(--source-secondary);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* Progress bar balls */
#progressbar {
    color: var(--source-primary);
    font-size: 0.75rem;
    font-weight: 700;   
}
#progressbar ul {
    position: relative;
}
#progressbar ul::after {
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    z-index: -1;
    background-color: var(--source-grey) ;
    transform: translateY(-10px);
}


#progressbar .step.list-group-item {
    text-align: center;
    margin: 0 0.25rem 0;
}
.step.list-group-item p {
    margin-bottom: 0.25rem;
}

#progressbar div.step {
    /*
    margin-left: 4%;
    width: 12%;
    display: inline-block;
    
    */
    text-align: center;
}

#progressbar .fa {
    color: var(--source-grey) ;
    padding: 4px;
    border-radius: 90px;
}

#progressbar .fa-circle {
    background-color: var(--source-grey) ;
}

#progressbar .fa-circle.active {
    color: var(--source-secondary) ;
    background-color: var(--source-secondary) ;
}

#progressbar .fa-check {
    color: white ;
    background-color: var(--source-success) ;
    border-radius: 90px;
}

#progressbar a {
    cursor: default;
}

#progressbar .lower-margin {
    margin-top: -30px;
}

#accountBtn {
    max-width:300px;
    min-width:200px;
    width:auto;
}


.property-go-adjust {
    margin-left: 12px;
    width: 31.5%;
}

@media (max-width: 320px) {
    .property-go-adjust {
        width: 32.5%;
    }
}

/* Indicators */
.indicator {
    font-size: 2rem;
    color: var(--source-grey);
    float: none;
}

/* Tables */
thead {
    border-bottom: 1px solid var(--source-secondary);
}
th {
    color: var(--source-secondary);
    font-size: 1.2rem;
}
td {
    color: var(--source-secondary);
    vertical-align: middle;
}
td ul li {
    font-size: 0.8rem;
    margin-top: 8px;
}
td form {
    margin-bottom: 0px;
}

/* Table classes */


.t-head {
    border-bottom: 1px solid var(--source-secondary);
    color: var(--source-secondary);
    font-size: 1.2rem;
}

.t-row {
padding: .5rem .5rem;
background-color: var(--bs-table-bg);
border-bottom: 1px solid var(--source-grey);
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.t-data {
    color: var(--source-secondary);
    font-weight: 500;
    vertical-align: middle;
    font-size: 1rem;
}

/* Source styled tables */
.tableSource {
    overflow: hidden;
    border: 1px solid gainsboro;
    border-radius: 8px;
}

.tableSource table.table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tableSource table.table th {
    background-color: var(--source-secondary);
    color: white;
    font-size: 0.8em;
    font-weight: 500;
    border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
}

.tableSource table.table td {
    white-space: nowrap;
    font-size: 0.8rem;
}

/* Pill Tables */
.pill {
    background-color: white;
    border: 1px solid var(--source-grey);
    border-radius: .375rem;
    padding: 8px;
    color: var(--source-primary);
    margin-bottom: 8px;
    min-height: 48px;
}
.pill label {
    width: 70%;
}

.pill p {
    font-size: 0.8rem;
    color: var(--source-secondary);
    text-align: center;
}

.pill h6 {
    font-weight: bold;
}

.pill h4 {
    font-weight: bold;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    width: 100vw !important;
    text-align: center;
}

.subquestion .pill {
    margin-left: 40px;
    border-left: 4px solid var(--source-primary)
}

.subsubquestion .pill {
    margin-left: 80px;
    border-left: 4px solid var(--source-secondary)
}

.finalpagepill {
    background-color: white;
    border: 0px;
    padding: 4px;
    color: var(--source-secondary);
    font-weight: bold;
    margin-bottom: 4px;
}
.finalpagepill label {
    width: 70%;
    color: black;
}

.finalpagepill span {
    font-weight: lighter;
}

.circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
}

table.table-small th {
    font-size: 1rem;
}
.table.table-sm th {
    font-size: 1rem;
}
table.table-small td {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.8rem;
}
.table.table-sm td {
    font-size: 0.8rem;
}

/* Image formatting */
.panelQuoteImg {
    height: 178px;
} 
.panelQuoteImgAuto{
    max-height: 171px;
}

.panelQuoteText {
    min-height: 57px;
}

#currentQuote div div .card {
    background-color: var(--source-grey);
}

input.comparison {
    margin-right: 10px;
}

/* Cards */
.card-body {
    font-size: 0.8rem;
    text-align: center;
    color: var(--source-secondary);
}

.card-body pre {
    font-size: 0.9rem;
}
.card-body a i {
    font-size: 1.4rem;
}

.card-body.left {
    text-align: left
}

.card-body.selected {
    background-color: var(--source-secondary);
    color: white;
}

.card-body.selected a, .card-body.selected a:visited, .card-body.selected a:hover {
    background-color: var(--source-secondary);
    color: white;
}

.card-body.selected h5 {
    color: white ;
}

.card-body p.price {
    margin-bottom: 0rem;
    font-size: calc(1.1rem + 0.6vw);
    font-weight: 700;
}

#PricingDivider{
    background-color: var(--source-primary);
}

.card-footer {
    font-size: 0.75rem;
}

.card-body span.medium {
    font-size: 1.5rem;
}

.card-body span.large {
    font-size: 2.2rem;
}

.card-danger {
    background-color: var(--source-danger);
    color: white ;
}
.card-body.card-danger, .card-body.card-danger h5, .card-body.card-danger a,
.card-body.card-danger a:visited, .card-body.card-danger a:hover {
    color: white ;
}

a.flashcard:hover .card {
    background-color: var(--source-grey)
}

a.flashcard:focus .card {
    background-color: var(--source-primary);
    color: white;
}

a#annualPrice, a#monthlyPrice {
    cursor: default;
}

.annualCard{
    max-height:140px;
}
.monthlyCard{
    max-width: 600px ;
    
}
#clickablePrices a#annualPrice, #clickablePrices a#monthlyPrice {
    cursor: pointer;
}

.card-body.excess {
    padding-top: 30px;
}

.card-body p.excess {
    margin-bottom: 0rem;
    font-size: 1.4rem;
    font-weight: 700;
}

/* Lightbox */
.lightbox .ratio {
    background-color: white;
}

.lightbox button.btn-close {
    background-color: var(--source-secondary) ;
    padding-top: 15px ;
    padding-bottom: 8px ;
}

/* Headers and footers */
.header {
    color: var(--source-dark-grey);
    font-size: 0.9rem
}
header {
    margin-top: 2rem;
    margin-bottom: 1rem;
    
}
@media (max-width: 992px) {
    header{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }    
}

.footer, .footer table {
    font-size: 0.8rem;
}

#footer-bg {
    background-color: var(--source-secondary);
    color: white;
}

/* Loading Screen */
#loadingScreen {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1000000;
    background-color: white;
    top: 0;
    opacity: 0.8;
    text-align: center;
    padding-top: 40vh;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loadingScreen .fa-spinner {
    animation: spin 3s linear infinite; /* Adjust the duration to control the speed */
    font-size: 10vw;
    color: var(--source-primary);
}

#running #loadingScreen {
    position: relative;
    height: auto;
    background-color: auto;
    opacity: 1;
    padding-top: 0;
}

#running #loadingScreen {
    font-size: 8vw;
    padding-top: 20px;
}

/* Popovers */

#popover {
    position: fixed;
    top: 0;
    padding-top: 20vh;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color:rgba(255,255,255,0.8);
}

#popovercontent {
    /*
    position: absolute;
    top: 20vh;
    width: 100%;
    height: auto;
    */
}

/* Toggle Switch */
.form-switch .form-check-input {
    height: 24px;
    width: 72px;
}

.form-switch .form-check-input {
    background-color: var(--source-success);
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

/* Stripe */

.card-panel input {
    background-color: white ;
    color: var(--source-secondary) ;
}

.source-card {
    background-color: var(--source-lightgrey);
    border-radius: 12px;
}

.inline-image {

    max-width: 70%; 
    max-height: 150px; 
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;

}

.property-properties{
    max-width: 700px;
}

.no-claims-value{
    max-width: 358px;
}

.small-image {
    max-height: 80px;
    max-width: 120px;
    min-width: 80px;
}

.covertype-small-image {
    max-height: 80px;
    max-width: 120px;
    min-width: 80px;
}

@media (max-width: 328px) {
    .covertype-small-image {
       max-width:70px;
       min-width: 0;
    }
}

td img.quoteImg {
    max-height:70px;
    max-width:100%;
    width:auto;
    height:auto;
    
    
}

div .quoteImg {
    max-height: 62px;
}

.grey-back {
    margin: 5px solid red;
    background-color: var(--source-lightgrey);
}

@media only screen and (max-width: 990px) {
    .responsive_text {
        font-size: 15px;
    }
}

/* Introducer changes */
.stat_img {
    max-height: 50px;
}

td i {
    font-size: 1.5rem;
}

.inline {
    display: inline
}

.fa_icon {
    font-size: 1.5rem;
}

.errorText {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.middle_div {
    right: 50%;
    bottom: 50%
}

.text-s2-secondary {
    color: var(--source-secondary);
}

.large_margin_top {
    margin-top: 3.75rem;
}

.large_img {
    max-height: 150px;
    max-width: 100%;
}

.module_fa {
    font-size: 1.8rem;
}

.module_section {
    color: black;
    font-weight: bold; 
    font-size: 0.8rem

}

div .module_title {
    font-weight: bold; 
    font-size: 1.0rem

}

.lg_rounding {
    border-radius: 30px;
}

.vulnerableCustomerFlag { 
    float: left;
    padding-right: 10px;
    font-size: 1.2rem;
    padding-top: 2px;
}

.chevron {
    font-size:24px;
    display:inline;
    color: var(--source-primary);
}

.score {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    width: auto;
}
#callModal .modal-dialog .modal-content {
    background-color: var(--source-dark-blue) ;
}
#callModal h1, #callModal p {
    color: var(--source-grey);
}
#popupImgwrapper{
    background-image: url('/Introducer/png/Rocket.png');
    background-size: cover;
    height:150px;
    width:230px;
    transform: translate(-15px, 10px);
}
#callModal p {
    letter-spacing: 0.025em;
}
#callModalLink {
    background-color: var(--source-danger);
    color:var(--source-grey);
    border: none;
}
#closeModal {
    z-index: 9999;
}

/* For correspondence placeholder text color */
#addressForm{
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--source-dark-grey) ;
        opacity: 1; /* Firefox */
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--source-dark-grey) ;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
        color: var(--source-dark-grey) ;
      }
}


/* For correspondence placeholder text color */
#preferences{
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--source-dark-grey) ;
        opacity: 1; /* Firefox */
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--source-dark-grey) ;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
        color: var(--source-dark-grey) ;
      }
}
/* Customer changes */

#addressScroller {
    overflow-y: scroll; 
    overflow-x: hidden ;
    display:none; 
    -webkit-overflow-scrolling: touch;
}

.currencySymbol {
    font-size: 1.1rem;
}

.ricsLogo {
    width: 30%;
}

.grey_bg {
    margin-top:-14px
}

.cover_image {
    max-width: 60px;
}

.excess_i {
    float: right;
    font-size: 1rem;
    color: var(--source-primary);
}

.insurer_img {
    max-height: 60px;
}

.selected_quote {
    font-size: 2.1rem;
    margin-bottom: -8px
}

.grey-col {
    color: lightgray;
}

.grey-declarations {
    margin-top:-30px;
}

.dec_popup {
    text-align: justify; 
    text-justify: inter-word;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.w60 {
    width: 60%;
}

.w-80 {
    width: 80%;
}

.dec_add_btn {
    margin-top: 30px;
}

.invalid_div {
    border: 1px solid #6EA0A9; 
    border-radius: 5px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; 
    margin-bottom: 10px;
}

/* START: UX Feedback Hot Fixes */

#underlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    z-index: 100;
    background-color: black;
    opacity: 50%;
}

.overlay {
    position: fixed;
    top: 5vh;
    left: 10vw;
    border-radius: 9px;
    padding: 20px;
    max-height: 85vh;
    overflow: auto;
    width: 80vw;
    z-index: 5000;
}

@media (max-width: 576px) { 
    .overlay {
        top: 0vh;
        left: 0vw;
        border-radius: 9px;
        padding: 20px;
        max-height: 100vh;
        overflow: auto;
        width: 100vw;
        z-index: 5000;
    }
}

iframe.overlay {
    height: 90vh;
}

.closeoverlay {
    float: right;
    font-size: 2rem;
    color: var(--source-primary);
}

.unspecCloseoverlay {
    float: right;
    font-size: 2rem;
    color: var(--source-primary);

}

/* Accessibility */

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.skip-to-content-link {
    background: var(--source-secondary);
    
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
  
.skip-to-content-link:focus {
transform: translateY(0%);
color: var(--source-lightgrey);
}

caption {
color: rgba(0, 0, 0, 0);
}

/* i Tags */ 
.fa-circle-question {
color: var(--source-secondary);
float: right;
}

.align-left {
    text-align: left;
}

.pill .align-left {
text-align: left;
}

.pill .dash_pill {
font-size: 1.0rem;
text-align: left;
}

/* Badges */
span.badge {
    color: white;
    background-color: var(--source-primary);
    font-size: 1.1rem;
}

/* Alerts */
/* Cross */

.alertFooter {
    border-top: 0px;
}

.checkmark_circle_dng {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ff0e0e;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_circle_suc {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* Tick */

.checkSuccess {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fillSuccess .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkDanger {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #ff0e0e;
    animation: fillDanger .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkWarning {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #ffcc00;
    animation: fillWarning .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

/* Disabling Anchor Tags */
a.disable {
    pointer-events: none;
}

/* Remove margins */

.no-margin {
    margin: 0px;
}

.card_selected {
    border: 3px solid var(--source-primary);;
}

/* Background colour styling */
.back-white {
    background-color: white;
}

.back-red {
    background-color: var(--source-danger);
}

.back-primary {
    background-color: var(--source-primary);
}

/* border styling */

.dark-grey-border {
    border: 2px solid var(--source-dark-grey);
}

.coverTypeBadge {
    font-size: 1.2rem;
}

.float-none {
    float: none;
}

.float-left {
    float: left;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
    
@keyframes scale{
    0%, 100% {
        transform: none
    };
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fillDanger{ 
    100%{box-shadow: inset 0px 0px 0px 30px #ff0e0e}
}

@keyframes fillSuccess{ 
    100%{box-shadow: inset 0px 0px 0px 30px #7ac142}
}

@keyframes fillWarning{ 
    100%{box-shadow: inset 0px 0px 0px 30px #ffcc00}
}

/* END: Feedback Hot Fixes */


/* Colour Palette Dot */

.dot {
    height: 80px;
    width: 80px;
    border-radius: 20%;
    display: inline-block;
    margin: 10px;
  }

.dot:hover {
    height: 90px;
    width: 90px;
    margin: 5px;
}

.chosen-col span {
    height: 90px;
    width: 90px;
    margin: 5px;
    padding: 10px;
    padding-left: 65px;
    color: whitesmoke;
}

.colour-wrapper {
    border-radius: 25%;
    display: inline-block;
    margin: 2px;
    border: 3px solid white
}

.colour-hex {
    position: relative;
    right: 50px;
    padding-top: 28px;
    font-weight: bold;
    color: whitesmoke;
}

/* .col-wrapper:hover {
    
} */

/* CustomerUX */
#logo-wrapper {
    height: 100px;
    min-width: 150px;
    max-width: 20%;
}
@media (max-width: 992px){
    #logo-wrapper {
        min-width: 100px;
    }
}
@media (max-width: 318px){
    #logo-wrapper {
        display: none;
    }
}

#logo {
    background-image:url('sourceinsurancelogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height:100%;
    width:100%
}

#poweredby {
    background-image:url('2024-04/poweredby-source-logo-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
    display: none;
    height: 2vh;
}

@media (min-width: 768px) { 
    #poweredby {
        background-position: right center;
    }
}


/* Declarations */
.declarationsQuestionHighlight{
    border: 1px solid darkred;
    padding: 8px;
    border-radius: 4px;
}

/* contact us page */

.callnow{
    background-color: #a4c8bf ;
    color: var( --source-secondary)  ;
}

.contactus{
    color: #fff ;
    width:10rem;
    height:2.5rem;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid var(--source-grey);
    color: var(--source-secondary);

}

.box {
    box-shadow: 0 3px 10px var(--source-grey);
    padding:15px;
    min-height: 2vw;
    width: 21rem;
    background: white;
    border-radius: 10px;
    margin:10px;
   
} 

hr{
    background-color: var(--source-dark-grey) ;
    border:none;
    height:2px;
    margin-top:2px;
    
  }

.options{
    border: 2px solid var(--source-grey);
    border-radius: 20px;
    height: 3.5rem;
    padding: 15px;
    width: 20.51rem;
    background: white;
    position: relative;
    border-radius: 10px;
    margin-top:20px;
    display:flex;
  }
  

.icon-options{
    color: var(--source-secondary);
}

.greeninfo{
    border-radius: 8px;
    position: absolute;
    padding: 0.40rem 0 0.30rem 0.10rem;
    top: 0;
    right: 0;
    margin-bottom:10px;
    height:2.2rem;
    font-weight: 600;
    width:8rem;
    margin:10px;
    font-size: 0.899rem;
    text-align: center;
    color:#212121;
    background: #a4c8bf;
}

.quicklinks{
    width: 14.51rem;
    margin-left:10px;
    height:2.6rem;
    padding:7px;
    font-size: 15px;
}

.img-customer{
    margin-right:20px;
    margin-top:20px;
    width:5rem;
}

/* this is for the Busiest times to show the height of the bars*/
.busy-pills{
    background-color: var(--source-success);
    height:30px;
    border: none;
    color: black;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 14px;
    border-radius: 30px;
   
}

.busy-25{
    height: 25px;
}

.busy-35{
    height: 35px;
}

.busiest-time{
    height: 75px; 
    background-color: teal;
}

.busy-65{
    height: 65px;
}

.busy-62{
    height: 62px;
}

.busy-67{
    height:67px;
}

.busy-50{
    height: 50px;
}

.busy{
    width:30rem;
}

.time{
    display: inline-block; 
    margin-right: 12px;
    font-size:14px;
}

.busy-container{
    display: flex; 
    flex-wrap: wrap;  
    margin-top: -35px;
}

.trust-reviews{
    margin-left: -3.2rem;
} 

.trust-review-container{
    display:flex;
}


/*  Mobile resposiveness for contact us page for small screen*/

@media only screen and (min-width: 280px) and (max-width:400px) {

    .options{
        width:8rem;
        height:3rem;
        font-size:10px;
    }

    .greeninfo{
        width:3.5rem;
        font-size: 0.50rem;
        height:1.2rem;
    }
    
    .quicklinks{
        width: 7rem;
        margin-left:0px;
    }

    .contactus{
        width:7rem;
    }
    
    .busy-container{
        display:none;
    }

    .trust{
        display:none;
    }

    
    
    .img-customer{
        display:none;
    }
    

   
    
}

/* Mobile responsiveness for tablets*/
@media only screen and (min-width: 768px) and (max-width:1280px) {
    .options{
        width:10rem;
        font-size: 10px;
        height:1.5rem;
        padding:0px;
        
    }

    .greeninfo{
        width:5rem;
        height:1rem;
        font-size: 10px ;
        padding: 0px;
    }

    .quicklinks{
        width:10rem;
        margin-right:3rem;
    }
}

/* Flex Slider */
#slider-commissionRate {
    background: linear-gradient(90deg, #0A5E6D, white, #D1402B);
    width: 95%;
}
#custom-handle {    
    width: auto;
    min-width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    margin-top: -8px;
    padding-top: 4px;
}

/* New image styles */

.consumericonbg {
    background-color: var(--source-img-accent);
    /* border-radius: 100%; */
    /* overflow: hidden; */
}

button.selected .consumericonbg {
    border-radius: 100%;
    overflow: hidden;
}

.card-body.selected .consumericonbg {
    border-radius: 100%;
    overflow: hidden;
}

.consumericonbgonbg {
    background-color: var(--source-img-accent);
    border-radius: 100%;
    overflow: hidden;
}

/* PMI */

#PMI .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}

#PMI .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

#PMI table#calendar {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

#PMI table#calendar th {
    text-align: center;   
    font-size: 1rem;
    color: white;
}

#PMI table#calendar td {
    text-align: center;
}

#PMI table#calendar td .day{
    background: white;
    border-radius: 100%;
    padding: 8px;
    display: block;
    width: 30px;
    font-size: 0.6rem;
    height: 30px;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#PMI table#calendar td .day.selected{ 
    background-color: var(--source-secondary);
    color: white;
}


/* END OF PMI */