/*
NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

:root {
    --tan: #f0e6da;
    --dark-tan: #815b2a;
    --slate: #020617;
    --red: #f70019;
    --pink: #fad1d6;
    --green: #2cda0f;
    --mid-light-grey: #efefef;
    --light-grey: #F4F4F4;
    --light-black: #252524;
    --grey: #C8C8C8;
    --dark-pink: #FF5A92;
    --dark-green: #064720;
    --dark-red: #bd0027;
    --dark-grey: #737373;
    --yellow: #fff27d;
    --rounded-sm: 1rem;
    --rounded-md: 2rem;
}

.home-icons .btn {
    z-index: 0 !important;
}

#quoteTableListingHolder .card .card-content, #policyListingTableHolder .card .card-content, .tableHolder {
    padding: 1vh !important;
}

html {
    font-weight: 600;
}

header nav li a {
    font: normal bold 16px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    color: #515151;
    text-transform: uppercase;
}

.sidenav li a {
    width: 100%;
}

a#sidenav-trigger-area {
    height: initial !important;
    margin: 20px;
    position: absolute;
}

    a#sidenav-trigger-area i#sidenav-trigger {
        background-color: #BD0027 !important;
        border-radius: 40px;
        height: initial !important;
    }

.sidenav {
    top: 0 !important;
}

.select-wrapper.select-month > i, .select-wrapper.select-year > i {
    position: relative;
    top: calc(60% - 10px);
}


.dataTables_length select {
    display: block;
}

.center-content .card-panel.border-radius-6 {
    margin-left: 0 !important;
}

.center-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.productTitle {
    color: darkslategray !important;
    font-weight: bolder;
}

.card.tenure input {
    color: white !important;
}

/*For Select2 labels */
.input-field select ~ label {
    -webkit-transform: translateY(-14px) scale(.8);
    -moz-transform: translateY(-14px) scale(.8);
    -ms-transform: translateY(-14px) scale(.8);
    -o-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*For datepicker year dropdown on modals*/
.dropdown-content.select-dropdown {
    z-index: 10000;
}

body {
    background-color: rgba(0,0,0,0) !important;
}

nav ul a:hover, nav ul li:hover {
    color: #BD0027 !important;
    background-color: rgba(0,0,0,0) !important;
}

nav .dropdown-content li > a {
    color: #6b6f82;
}

header ul li:hover {
    cursor: default !important;
}

#flag {
    margin: 10px;
}

#menu img.logo {
    height: initial !important;
}

#topbar {
    height: 36px !important;
}

    #topbar a {
        font: 12px / 18px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
        color: grey;
    }

    #topbar * :not(.dropdown-content), #menu * :not(.dropdown-content) :not(img) {
        height: inherit !important;
    }

    #topbar .dropdown-content *, #menu .dropdown-content * {
        height: auto !important;
    }

#intermediaryDropdown li > a {
    padding: 14px 12px !important;
}

#topbar a:hover {
    color: #2a99d8;
    cursor: pointer !important;
}

#topbar i, #menu i {
    height: 36px;
    line-height: 36px
}


#menu-link, .btn {
    background-color: #BD0027;
}

#menu-link {
    height: 100%
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

nav {
    height: 64px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.additional-fields .card-panel {
    background-color: #f1e9eb;
}
/* custom colour for additional fields */

#no_main_driver_trn p {
    padding: 0;
}

.collapsible-header:after {
    content: none;
}

.collapsible-header.active:after {
    content: none;
}

.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    /*border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
    height: 3rem;*/
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    /*width: 406.3px;*/
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
}

.select2-container {
    margin-top: 2px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    background-color: whitesmoke !important;
}

.select2-results__option {
    color: #BD0027;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #BD0027 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

    .select2-container .select2-search--inline .select2-search__field:focus {
        border-bottom: none !important;
        box-shadow: none !important;
    }

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
    cursor: default;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: -4px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
    }

.select2-container--open .select2-dropdown--below {
    margin-top: -15px;
}

td, th {
    padding: 5px;
}

    td.left-border, th.left-border {
        border-left: 1px solid #d0d0d0;
        padding-left: 10px;
    }

    td.width-110, th.width-110 {
        width: 110px;
    }

button[disabled].rentalBtnGroup {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

show-overflow {
    overflow: visible;
}

/* custom styling for user's navbar (including media queries) */
#main {
    padding-top: 50px;
    flex: 1 0 auto;
}

.custom_row {
    margin: auto;
}

.custom_fixed-bar {
    margin-top: -56px;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.custom_main {
    padding-top: 0px !important;
}

#quote-float {
    margin-bottom: 0;
    /*margin-top: -65px;
    position: fixed;
    width: 100%;
    z-index: 100;*/
}

.rdside-background {
    background: linear-gradient(90deg, #fcf5ec 0.5px, transparent 1px) 5rem 0, #fff;
    background-size: 20% 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    font-weight: 400;
}

    .rdside-background .r-icon {
        width: 100%;
        max-width: 25px;
        max-height: 25px;
    }

    .rdside-background .r-icon-small {
        width: 15px;
        height: 15px;
    }

    .rdside-background * {
        font-family: 'Montserrat', Arial;
    }

.rdside-form-ctn {
    width: 67%;
}

.rdside-form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
    background-color: #f0e6da80;
    border: 1px solid #e4dede;
    border-radius: 3rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.rdside-form-mobile {
    display: none;
}

.rdside-form-mobile-btn-ctn {
    display: flex;
    flex-wrap: wrap;
}

.rdside-form select,
.rdside-form-mobile select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: none;
    font-weight: 400;
    background-color: #fff;
    color: var(--dark-tan);
    border-radius: 20px 0 40px 20px;
    padding-left: 1rem;
    padding-right: 3rem;
    cursor: pointer;
    background-image: url('https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 90%;
    position: absolute;
}

.rdside-form select {
    width: auto;
}


.rdside-form-mobile select {
    border-radius: 20px;
    position: relative;
    flex-basis: 47%;
    background-color: #efefef;
}

.rdside-form select:focus-visible {
    outline: none;
    border: 2px solid #815b2a60;
}

.rdside-form button:focus-visible {
    outline: none;
    border: 2px solid var(--slate) !important;
}

.rdside-form input,
.rdside-form-mobile input {
    border: none !important;
    border-radius: 30px;
    color: var(--dark-tan);
    background-color: var(--tan);
    flex-basis: 90%;
    margin-left: 7rem;
    padding-left: 5.5rem;
}

.rdside-form-mobile input {
    padding: 0 1rem;
    margin: 0;
    flex-basis: auto;
    min-height: 4rem;
}



.rdside-form-mobile-btn-ctn {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

#roadsideUpdateContainParent,
#roadsideUpdateContain {
    display: flex;
    width: 100%;
}

.rdside-form .r-lastname-desktop {
    margin: 0;
    padding-left: 1.5rem;
}


.rdside-form input::placeholder,
.rdside-form-mobile input::placeholder {
    color: var(--dark-tan);
}

.rdside-form button,
.rdside-form-mobile button {
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.8rem;
    background-color: var(--red);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: none !important;
    gap: 0.8rem;
}

    .rdside-form button *,
    .rdside-form-mobile button * {
        border: none !important;
    }

.rdside-form button {
    transition: background-color 0.2s ease-in-out;
}

    .rdside-form button:hover {
        background-color: var(--slate);
        transition: background-color 0.2s ease-in-out;
    }

.rdside-form-mobile button {
    flex-basis: 47%;
}

.rdside-modal-cancel {
    background-color: #e7e7e7 !important;
    color: #898989 !important;
}

.rdside-modal-cancel:hover {
    background-color: #cdcbcb !important;
    color: #767676 !important;
}



.rdside-circle {
    border-radius: 2rem;
    background-color: var(--tan);
    padding: 0.5rem;
    min-width: 2.1rem;
    display: flex;
    min-height: 2.0rem;
}

.rdside-cards-ctn {
    background-color: var(--red);
}

.rdside-cards {
    position: relative;
    top: 10rem;
}

    .rdside-cards div {
        border-radius: var(--rounded-sm);
        width: 20rem;
        height: 25rem;
        position: absolute;
    }

    .rdside-cards .r-c1 {
        background-color: var(--red);
        transform: rotate(-40deg);
        left: -3rem;
    }

    .rdside-cards .r-c2 {
        background-color: #fff;
        transform: rotate(-24deg);
        left: -2rem;
    }

    .rdside-cards .r-c3 {
        background-color: var(--slate);
        transform: rotate(-8deg);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.r-question-mrk {
    font-size: 15rem;
    opacity: 0.2;
}

.rdside-results-ctn {
    background-color: #f0e6da90;
    border-radius: var(--rounded-md);
    display: flex;
    width: 100%;
    padding: 2rem;
    min-height: 60vh;
}

.rdside-res-section {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
    padding-left: 15%;
    position: relative;
    z-index: 2;
}

.rdside-no-results-ctn {
    overflow: hidden;
}

.rdside-no-res {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 900;
    font-size: 5.5rem;
    color: var(--red);
    margin: 0;
}

.rdside-no-res-subtitle {
    color: var(--dark-tan);
    margin-top: 0;
    margin-bottom: 20rem;
    font-weight: 500;
}

.rdside-circle-no {
    background-color: var(--red);
    margin-right: 1rem;
    min-width: 4rem;
    min-height: 4rem;
}

.rdside-policyholder-ctn {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 5px 20px 5px 20px;
    padding: 1rem;
    background-color: #fff;
    width: clamp(16rem, 100%, 20rem);
    background-image: url('../../../images/rdside-card-gradient-fail.webp');
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center 6rem;
    overflow: auto;
    height: fit-content;
}

.rdside-policyholder-ctn-success {
    background-image: url('../../../images/rdside-card-gradient-success.webp');
}

.r-multidata-not-loaded {
    justify-content: center;
    align-items: center;
    color: var(--red);
    background-image: none;
    background-color: white;
    gap: 0.4rem;
    font-weight: 500;
    min-height: 26.2rem;
    text-align: center;
}

    .r-multidata-not-loaded .rdside-circle-no {
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        margin: 0;
    }

.rdside-policyholder-ctn h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
}

.rdside-policyholder-ctn h4,
.rdside-policyholder-ctn h3,
.rdside-policyholder-ctn h5,
.rdside-policyholder-ctn p {
    margin: 0;
}

.rdside-policyholder-ctn .r-policyholder-name {
    font-weight: 700;
    color: var(--red);
    word-wrap: break-word;
}

.rdside-policyholder-ctn-success .r-policyholder-name {
    color: var(--green);
}

.rdside-policyholder-ctn .r-coverage {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    background-color: var(--pink);
    color: var(--red);
    font-weight: 500;
    font-size: 0.8rem;
    width: fit-content;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.rdside-policyholder-ctn-success .r-coverage {
    background-color: var(--green);
    color: var(--dark-green);
}

.rdside-policyholder-ctn button {
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    gap: 0.8rem;
    transition: all 200ms ease-in-out;
    color: #fff;
}


.rdside-policyholder-ctn-success button:hover {
    background-color: #fff;
    color: var(--dark-green);
    transition: all 200ms ease-in-out;
}

.rdside-policyholder-ctn button:focus-visible {
    border-color: var(--slate);
}

.rdside-policyholder-ctn .rdside-circle {
    background-color: #fff;
    color: var(--red);
    padding: 0.6rem;
}

.rdside-policyholder-ctn-success .rdside-circle {
    background-color: var(--dark-green);
}

.rdside-policyholder-ctn .r-status-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.rdside-policyholder-ctn .r-status-name-ctn {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

    .rdside-policyholder-ctn .r-status-name-ctn h5 {
        font-weight: 700;
        font-size: 0.8rem;
        line-height: normal;
        color: #fff;
    }


    .rdside-policyholder-ctn .r-status-name-ctn h3 {
        font-weight: 900;
        font-size: 1.7rem;
        line-height: 1.6rem;
        color: #fff;
    }

.rdside-policyholder-ctn-success .r-status-name-ctn h5,
.rdside-policyholder-ctn-success .r-status-name-ctn h3 {
    color: var(--dark-green);
}

.r-status-ctn .rdside-circle {
    min-height: 3.3rem;
    min-width: 3.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdside-policyholder-ctn .r-status-pending .rdside-circle {
    background-color: var(--yellow);
}

.rdside-policyholder-ctn .r-status-pending h3,
.rdside-policyholder-ctn .r-status-pending h5 {
    color: var(--yellow);
}

.rdside-policyholder-ctn .r-status-fail .rdside-circle {
    background-color: var(--slate);
}

.rdside-policyholder-ctn .r-status-fail h3,
.rdside-policyholder-ctn .r-status-fail h5 {
    color: var(--slate);
}

.rdside-claim-button .rdside-circle {
    /*    min-width: 2.5rem;
    min-height: 2.5rem;
    display: flex;*/
}

.rdside-other-details-ctn {
    padding: 0.5rem 0.8rem;
    border-radius: 0.4rem;
    background: #7e202b8a;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rdside-policyholder-ctn-success .rdside-other-details-ctn {
    background: #0647205a;
}

.rdside-policyholder-ctn hr {
    width: 100%;
    border: 1px solid #ffffff3a;
    border-radius: 30px;
    margin: 0;
}

.rdside-policyholder-ctn .r-heading-rule {
    margin-bottom: 0.5rem;
}

.rdside-policyholder-ctn .r-subitem-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

    .rdside-policyholder-ctn .r-subitem-header h5 {
        color: #fff;
        font-size: 0.8rem;
        font-weight: 700;
    }



.rdside-date-ctn,
.rdside-vehicle-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rdside-vehicle-ctn {
    gap: 0.3rem;
    padding: 0.5rem 0;
}

.r-risk-header {
    margin-top: 1rem;
}


.rdside-date-ctn {
    flex-direction: column;
    align-items: flex-start;
}

.rdside-vehicle-ctn {
    align-items: center;
}

.rdside-other-details-ctn .r-vehicle-info,
.rdside-other-details-ctn .r-date-info {
    font-weight: 700;
    font-size: 0.8rem;
    color: #fff;
    word-wrap: break-word;
}


.rdside-other-details-ctn img {
    max-height: 1rem;
}

.rdside-date-ctn .r-date {
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    line-height: normal;
}

.rdside-date-ctn .r-dates-ctn {
    width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.rdside-grid-ctn {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    width: 100%;
    justify-items: center;
}

.home-ctn {
    margin-top: 2rem;
    color: #202020;
}

    .home-ctn * {
        font-family: "Montserrat";
    }

.dash-section {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.25);
    background-color: #fff;
    padding: 2rem 2rem 4rem 2rem;
    border-radius: var(--rounded-sm);
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .dash-section.dash-section-no-info * {
        color: #25252474 !important;
    }

    .dash-section:first-child {
        padding: 2rem;
    }

#dash-loader-ctn div {
    margin-bottom: 1rem;
}

.dash-section .loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--dark-red);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}


.dash-section .smaller-loader {
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--dark-red);
    border-bottom-color: transparent;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.dash-section-header {
    font-weight: 700;
    margin: 0;
    margin-bottom: 2rem;
    color: #202020;
}

.dash-text-accent {
    color: var(--dark-red);
}

.dash-quick-access-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    max-width: fit-content;
}

.dash-quick-access-icon-ctn {
    border-radius: 999px;
    display: flex;
    padding: 0rem;
    width: 3.3rem;
    height: 3.3rem;
    align-items: center;
    justify-content: center;
}

.dash-quick-access-btn p {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}

.dash-quick-access-btn:hover p {
    color: var(--dark-pink);
}

.dash-quick-access-btn:hover .btn {
    background-color: var(--dark-pink);
    transform: scale(1.1);
    transition: transform 200ms ease-in-out;
}

#dash-claims-refresh-btn {
    flex-direction: row;
    padding: 0 0 0 1rem;
    border: 1px solid var(--dark-red);
    background: none;
    border-radius: 10px;
    gap: 0.6rem;
    transition: transform 200ms ease-in-out;
}

    #dash-claims-refresh-btn p {
        color: var(--dark-red);
    }

    #dash-claims-refresh-btn:hover {
        border-color: var(--dark-pink);
        transition: transform 200ms ease-in-out;
    }

        #dash-claims-refresh-btn:hover p {
            color: var(--dark-pink);
        }


    #dash-claims-refresh-btn .btn {
        border-radius: 0 10px 10px 0;
    }

    #dash-claims-refresh-btn:hover .btn {
        background-color: var(--dark-pink);
        transform: scale(1);
        transition: transform 200ms ease-in-out;
    }

.dash-subtext-normal {
    color: var(--dark-grey);
    font-size: inherit;
}

.dash-subtext {
    color: var(--dark-grey);
    font-size: 0.9rem;
    font-weight: 500;
}


.dash-btn-primary {
    display: flex;
    gap: 0.5rem;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.dash-btn-primary * {
    font-family: "Muli";
}

.dash-btn-sec {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    color: var(--dark-red);
    text-transform: uppercase;
    font-weight: 600;
}

    .dash-btn-sec:hover {
        color: var(--dark-pink);
        transition: all 200ms ease-in-out;
    }


.dash-sub-sec-center {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}


.dash-sub-sec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    gap: 3rem;
    justify-content: center;
    justify-items: center;
    width: 100%;
}

.dash-policy-ctn *, .dash-claim-ctn * {
    margin: 0;
    padding: 0;
}

.dash-policy-ctn {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--grey);
    border-radius: var(--rounded-sm);
    width: 100%;
    overflow: hidden;
}

.dash-policy-footer-ctn, .dash-sub-sec-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    width: 100%;
}


.dash-text-bold {
    font-weight: 700;
}

.dash-text-normal {
    font-size: 1rem;
}

.dash-text-smaller {
    font-size: 0.95rem;
}


.dash-policy-header {
    flex-basis: 5.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    background-color: var(--light-black);
    color: #fff;
    /*    background-color: #FFE3E5;
    color: #202020;*/
    padding: 1rem;
    border-radius: var(--rounded-sm) var(--rounded-sm) 0 0;
}

.dash-policy-body-ctn {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-height: 25rem;
    overflow-y: auto;
}

.dash-badge {
    padding: 0.4rem 0.8rem;
    line-height: normal;
    text-transform: uppercase;
    border-radius: var(--rounded-md);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    text-align: center;
    max-width: fit-content;
    font-size: 0.6rem;
    background-color: var(--light-grey);
    color: var(--dark-grey);
}

.dash-badge-active {
    color: #fff;
    outline: 3px solid #67c2f582;
    background-color: #0c9df0;
}

.dash-badge-claim {
    color: #fff;
    background-color: #2cda0f;
    font-size: 0.7rem;
    transition: all .25s ease-in-out;
}

    .dash-badge-claim:hover {
        background-color: #24fb00;
        transform: scale(1.05);
        transition: all .25s ease-in-out;
    }

    .dash-badge-claim .material-icons {
        font-size: inherit;
    }

.dash-active-ctn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.3rem;
    text-transform: uppercase;
    text-align: right;
}


.dash-active-icon {
    display: block;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #2cda0f;
}

.dash-policy-section {
    display: flex;
    gap: 0.2rem;
    flex-direction: column;
    text-align: left;
    margin-bottom: 1.5rem;
}

.dash-policy-id {
    margin-bottom: 0.5rem;
    font-style: italic;
}

.dash-wrap-anywhere {
    overflow-wrap: anywhere;
}


.dash-claim-ctn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 45rem;
}

.dash-main-claim-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 3.5rem;
}

.dash-view-all-claim-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    border-left: 1px solid var(--grey);
    padding-left: 2rem;
}

.dash-claim-body-ctn .dash-btn-sec {
    margin-left: auto;
}

.dash-claim-ctn hr:last-of-type, .dash-policy-section hr:last-of-type {
    display: none;
}

.dash-claim-body-ctn {
    display: flex;
    gap: 1rem;
    text-align: left;
    align-items: flex-start;
    width: 100%;
}

.dash-claim-info-ctn {
    margin-right: 2rem;
}

.dash-claim-icon {
    color: var(--mid-light-grey);
    font-size: 3.125rem;
}

.dash-claim-separator {
    height: 1px;
    width: 100%;
    background-color: var(--mid-light-grey);
    border: none;
    border-radius: var(--rounded-md);
}

.dash-claim-img {
    border-radius: var(--rounded-sm);
    width: 100%;
    max-width: 20rem;
}

#dash-claim-vehicle-info {
    margin-bottom: 0.6rem;
}

@-moz-document url-prefix() {
    /*Firefox*/
    .styledScrollbar {
        scrollbar-color: #d3d2d2 rgba(255, 255, 255, 0.15);
        scrollbar-width: thin;
    }
}


/*Chrome Safari*/
.styledScrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #a7a1a131;
}

.styledScrollbar::-webkit-scrollbar-thumb {
    background: #9999998f;
}

    .styledScrollbar::-webkit-scrollbar:hover,
    .styledScrollbar::-webkit-scrollbar-thumb:hover {
        cursor: pointer;
    }

#dash-payment-load-more-ctn {
    display: flex;
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-end;
}

#dash-payment-load-more-btn {
    font-weight: 500;
}


#dash-payments-table-ctn {
    overflow-x: auto;
}

    #dash-payments-table-ctn thead {
        background-color: var(--light-black);
        color: white;
    }

    #dash-payments-table-ctn th {
        padding: 0.5rem 1rem;
    }

    #dash-payments-table-ctn td {
        padding: 0.4rem 1rem;
    }

.dash-btn-group-ctn {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}

.dash-payment-highlight {
    font-weight: bold;
    font-style: italic;
}

.dash-payment-subtle {
    color: var(--dark-grey);
    font-size: 0.9em;
}

.dash-font-thinner {
    font-weight: normal;
}

.dash-receipt-view, .dash-receipt-download {
    background-color: #dfdfdf;
    color: var(--dark-grey);
    transition: all .25s ease-in-out;
}

    .dash-receipt-download:hover, .dash-receipt-view:hover {
        background-color: #24fb00;
        color: white;
        transform: scale(1.05);
        transition: all .25s ease-in-out;
    }

.dash-receipt-line {
    border: 1.5px dashed var(--grey);
}

.dash-receipt-ctn-space {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: space-between;
}


.dash-ctn-col, .dash-ctn-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
    width: 100%;
    margin-bottom: 1rem;
}

.dash-ctn-col-left {
    text-align: left;
    align-items: start;
}

.dash-ctn-col-left p{
    margin: 0;
    padding: 0;
}

.dash-receipt-ctn-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    justify-content: center;
}

p.dash-receipt-subtext {
    color: var(--dark-grey) !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
}

p.dash-receipt-text-bold.boldest {
    font-weight: bold !important;
}

p.dash-receipt-text-thin.thinest {
    font-weight: 300 !important;
}

.dash-receipt-text-left {
    text-align: left;
    align-items: flex-start;
}

.dash-receipt-text-right {
    text-align: right;
    align-items: flex-end;
}

.dash-receipt-highlight {
    font-weight: bold;
    font-style: italic;
}

.dash-space-below {
    margin-bottom: 0.7rem !important;
}

.dash-receipt-max-w {
    max-width: 80%;
}

.dash-multi-section-row-ctn {
    width: 100%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    max-width: 1100px;
    margin-bottom: 2rem;
}

.dash-card-ctn {
    position: relative;
    width: 100%;
    background-color: var(--light-grey);
    padding: 2rem;
    border-radius: var(--rounded-sm);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #00000011;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 200ms ease-in-out;
}

.dash-card-ctn:not(#dash-outstanding-balance-ctn):hover{
    background-color: var(--pink);
    transition: background-color 200ms ease-in-out;

}

.dash-card-ctn:not(#dash-outstanding-balance-ctn):hover .material-icons {
    color: var(--dark-red);
    transition: color 200ms ease-in-out;
}

.dash-card-ctn p, .dash-card-ctn h2 {
    margin: 0;
    padding: 0;
    word-wrap: anywhere;
    z-index: 3;
}
    
#dash-outstanding-balance-ctn {
    position: relative;
    background: radial-gradient(circle at bottom right, var(--dark-grey) 0%, var(--light-black) 40%, var(--light-black) 100%) no-repeat;
    background-size: cover;
    cursor: auto;
    border: none;
}

#dash-outstanding-balance-ctn::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #ffffff29;
    border-radius: 50%;
    top: 10px;
    right: -20px;
}

#dash-outstanding-balance-ctn::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffffff77;
    border-radius: 50%;
    top: -20px;
    right: -20px;
}

#dash-outstanding-balance-ctn h2, #dash-outstanding-balance-ctn p {
    color: #fff !important;
    z-index: 3;
}

#dash-outstanding-balance-ctn p:not(.dash-tracking-normal) {
    letter-spacing: 0.1rem;
}

#dash-outstanding-balance-ctn .outstanding {
    color: var(--red) !important;
    font-weight: bold;  
}

.dash-card-ctn .material-icons:not(.dash-icon-normal) {
    color: #c8c8c84a;
    font-size: 5rem;
    position: absolute;
    bottom: -1.5rem;
    right: 1rem;
    transition: color 200ms ease-in-out;
}

.dash-card-ctn .dash-btn-sec-light{
    color: var(--grey);
    font-weight: normal;
    text-transform: none;
    font-size: 0.9rem;
}

.dash-card-ctn .dash-btn-sec-light:hover {
    color: var(--dark-pink);
}

.dash-oustanding-bal-row-ctn {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
}

.ping-dot {
    position: relative;
    animation: ping 1.5s infinite ease-in-out;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--red);
    border-radius: 9999px;
    z-index: 1;
}

.ping-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--red);
    border-radius: 9999px;
    transform: translate(-50%, -50%) scale(1);
    animation: ping-effect 1.5s infinite ease-out;
    z-index: -1;
}

@keyframes ping-effect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    60% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.8);
        opacity: 0;
    }
}


.dash-section .dash-error-ctn .dash-error {
    color: var(--red) !important;
}

.dash-section .dash-error-ctn-single-line .dash-error{
    color: var(--red) !important;
}


.dash-error-ctn-single-line {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.dash-section .dash-error-ctn .dash-error-icon {
    color: var(--red) !important;
    font-size: 3.5rem;
}

.dash-section .dash-error-icon-small {
    color: var(--red) !important;
    font-size: 1rem;
}

#dash-outstanding-balance-ctn .dash-error-icon {
    color: #f700198a !important;
}

#dash-outstanding-balance-ctn .dash-error {
    color: var(--dark-red) !important;
}

/* ----------- BEGIN MOBILE QUERIES ----------- */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #main {
        padding-top: 0px;
    }
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #main {
        padding-top: 0px;
    }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #main {
        padding-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 400px) {

    .utilityIcons {
        margin-left: 70px;
    }
}

@media (min-width: 590px) and (max-width: 599px) {

    .utilityIcons {
        margin-left: 188px;
    }
}

.policyCostMonthly {
    color: green;
    font-size: 1.8em;
    font-weight: bold;
}

.color-green {
    color: green;
}

@media (max-width: 868px) {
    .policyCostMonthly {
        font-size: 1.5em;
    }
}



/* ----------- END OF MOBILE QUERIES ----------- */

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

span#premiumAmount {
    position: relative;
    color: green;
    font-size: 2.25em;
    font-weight: bold;
}

span#renewalPolicyBreakdown {
    display: block;
}

#breakdownHeader {
    margin: 0;
}

input#ipfDepositAmount {
    color: green;
    font-weight: bold;
}

.fade {
    -ms-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


#payInBranchModal {
    z-index: 1003;
    display: none;
    -ms-opacity: 0;
    opacity: 0;
    -ms-transform: scaleX(0.7);
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);
    top: 230.679px;
}

.paymentSummaryCard {
    min-height: 290px;
    border-top: 2px solid red;
    border-top-style: inset;
}

.b-top-red {
    border-top: 2px solid #b60050
}

.b-top-shadow {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16), 0 10px 10px 0 rgba(0, 0, 0, 0.12)
}

.text-bold {
    margin-bottom: 0;
    font: normal 28px / 34px 'Montserrat', Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

.Ipf-spacing-top {
    margin-top: 100px !important;
}

.pdfModalWidth {
    min-width: 1000px;
}

input#policyPeriod {
    color: black;
}

input#endDate {
    color: black;
}

label#policyPeriodLabel {
    font-weight: bolder;
    color: black;
}

label.raised {
    -ms-transform: translateY(-140%);
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}

label.active.forced {
    top: 4px;
    border-bottom: 0 !important;
}

#billCCExpiryMonth #billCCExpiryYear #billCVC {
    position: relative !important;
    margin-top: -25px !important;
}

#amountDue {
    font-weight: bolder;
    font-size: 1.5em;
}

.card-action-n-padding-b-bottom {
    padding: 0 0 0 0 !important;
    border-bottom: 1px dotted #a0a0a0 !important;
    border-bottom: 1px dotted rgba(160, 160, 160, 0.2) !important;
}

.site-default-colour {
    color: #b60050 !important;
}

#createDriverForm input[type=text] {
    margin-bottom: 0;
}

.form-error, #createInsuredForm .error, #renewInsuredDetails .error {
    font-weight: bolder;
    font-size: 11px;
    text-align: left;
}


.card.quote-card {
    padding: 0 !important;
    border-radius: 8px;
}

.quote-card .card-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.quote-card .card-content {
    background-color: #bd0027;
}

.quote-card:hover .card-content {
    background-color: #9e9e9e;
}

.grow img {
    transition: all .25s ease-in-out;
}

.grow:hover img, .dropdown-button.active .grow img {
    transform: scale(1.1);
}

@media(min-width:426px) {
    .footer-stick {
        position: absolute;
        bottom: 0;
        height: 4em;
        width: 100%;
    }
}

.rounded {
    border-radius: 10px;
}

.btn.rounded {
    border-radius: 10px;
}

.quote.rounded {
    border-radius: 10px;
}

li.menu-item:hover ul.sub-nav {
    visibility: visible !important;
    opacity: 1 !important;
}

.collapsible-header .row {
    margin-bottom: 0px;
}

/*Rotating arrrow on callapsible headers*/
.collapsible-header {
    position: relative;
}

li .collapsible-header i.arrow {
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    position: absolute;
    right: 20px;
    transition: all 300ms ease-in 0s;
}

li.active > .collapsible-header i.arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #ACD4CE;
    transform: rotate(180deg);
}

.sumAccept {
    color: darkslategrey;
    cursor: pointer;
}

#createInsuredForm .error, #renewInsuredDetails .error {
    color: red !important;
}

#createInsuredForm input, input#chassisNo, input#engineNo, input#yearOfManufacture, input#estMarketValue, #renewInsuredDetails input, #renewDriverForm input, #make-a-payment input {
    margin-bottom: 3px;
}

#contactinfo .collapsible-body {
    padding-bottom: 14px;
}

.owner-details-header, .vehicle-details-header, .insured-details-header {
    margin-bottom: 3px;
}

.billing, .creditCard {
    display: none;
}

.error-notification, #make-a-payment .error {
    font-size: 12px;
    color: red;
}

.file-icon {
    color: #2a99d8 !important;
    font-size: 65px !important;
}

.dropzone {
    border: 2px dashed #E5E5E5 !important;
}

.dz-message .fa.fa-cloud-upload {
    color: #2a99d8 !important;
}

#remove-items {
    display: none;
}

#dz-fields {
    display: none;
}

#attachment-files .card-container {
    height: 210px;
    margin-top: 5%;
}

#attachment-files .card.horizontal {
    max-height: inherit;
}

#attachment-files .card-image {
    width: 50%;
    margin-bottom: 3% !important;
    height: 57%;
    margin: 0 auto;
    padding-top: 2%;
}

#attachment-files .card-content > div {
    text-overflow: ellipsis;
    height: 29px;
}

#attachment-files .btn-floating.btn-large i {
    line-height: 35px !important;
}

#attachment-files .btn-floating.btn-large {
    width: 35px !important;
    height: 35px !important;
}

#attachment-files .card .card-title {
    font-size: 15px !important;
}

#attachment-files .fixed-action-btn ul {
    width: 35px !important;
    bottom: 39px !important;
}

#attachment-upload-button {
    margin: 0 auto;
    margin-top: 3%;
}

#attachment-files .row.card-content {
    border-top: 1px solid #b2b2b2;
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}

#attachment-files .card {
    width: 100% !important;
    height: inherit !important;
}

#attachment-files img {
    max-height: 100%;
    max-width: 100%;
}

#attachment-files .action-card {
    margin-top: 5%;
}

    #attachment-files .action-card a {
        width: 27px !important;
        height: 27px !important;
    }

    #attachment-files .action-card a, #attachment-files .action-card i {
        line-height: 27px !important;
    }

.customize-options {
    padding: 5% 0;
}

#make-a-payment {
    padding-top: 3%;
}

    #make-a-payment .card-panel {
        padding: 2%;
    }

.payment-buttons {
    margin-bottom: 2%;
}

.make-payment-h1, .make-payment-p {
    text-align: center;
}

#make-a-payment .card-title {
    margin-left: 17%;
}

.confirm-details {
    display: none;
    text-align: center;
}

.paymentOptionDesc {
    display: none;
}

.payment-successful {
    text-align: center;
}

.payment-receipt {
    margin-top: 3%;
}

#make-a-payment span.select2 + .error {
    margin-top: -5%;
}

#make-a-payment .select2 {
    margin-bottom: 5%;
}

.state-text {
    display: none;
}

#make-a-payment #AddressData {
    margin-bottom: -5%;
}

.invoice-icon .mdi-social-location-city {
    color: #bc002c;
}

.invoice-brief .strong {
    color: #bc002c;
}

.credit-info {
    padding-top: 5%;
}

    .credit-info p {
        margin: 0;
    }

.fac-powered {
    margin-top: 25%;
}

.secure-logo {
    margin-top: 3%;
    margin-bottom: 0;
}

.material-tooltip {
    z-index: 2147483647;
}

    .material-tooltip.credit-card {
        max-width: 25% !important;
    }

.account-labels label {
    color: #bc002c;
    font-size: 15px;
}

.account-labels input {
    border-color: black;
}

.policy-section-header {
    margin-left: 1.3% !important;
}

.insured-summary-section {
    margin-left: 0.6% !important;
}

.driver-list-summary {
    margin-left: -0.5% !important;
}

.quote-card-icon {
    top: 4%;
    margin-top: 0;
    display: none;
    background-color: #FFEBEE !important;
    height: 50px;
    color: #F44336 !important;
    margin-bottom: 0%;
}

.insuredIndividual #card-alert button, .driverIndividual #card-alert button, .vehicleIndividual #card-alert button {
    top: 10px;
}

.insuredIndividual .quote-card-icon .card-content, .driverIndividual .quote-card-icon .card-content, .vehicleIndividual .quote-card-icon .card-content {
    padding: 15px;
}

#card-alert {
    background-color: #bc002c;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2 .select2-search input[type="search"] {
    height: 1.5rem !important;
}

.select2-search.select2-search--inline {
    height: 2rem !important;
}

@media (min-width: 768px) {
    .or-text {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%);
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ddd;
        font-style: italic;
        background-color: #fff;
        z-index: 1;
        display: block;
    }

    .left-side-split-border::before {
        border-right: 1px solid #BD0027;
        height: 100%;
        position: absolute;
        content: ' ';
        right: 50%;
        top: 15px;
    }
}

.tenure input {
    height: 2rem;
}

input.error, select.error + span.select2 {
    background-color: #ffcbd4 !important;
    border-radius: 5px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.paymentOption {
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
}

.sweet-alert {
    box-sizing: border-box;
    max-height: 100% !important;
    overflow-y: auto !important;
    padding: 0 17px 28px !important;
    width: 512px;
}

    .sweet-alert ol {
        list-style-type: initial !important;
    }

        .sweet-alert ol li {
            text-align: left;
        }

    .sweet-alert:before {
        content: "";
        display: block;
        height: 17px;
        width: 0;
    }

.remodal {
    padding: 20px 35px !important;
}

nav i {
    font-size: 1rem !important;
}

.collapsible-header {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.home-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
    gap: 3rem;
    justify-content: center;
    justify-items: center;
}

    .home-icons i {
        font-size: 1.1rem !important;
    }

nav > ul {
    height: inherit;
}

.btn i {
    font-size: 1rem !important;
}

nav > ul > li {
    margin-left: 15px;
    height: inherit;
}

.no-padding {
    padding: 0px !important;
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #939393;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -60px;
        font-family: "Roboto", sans-serif !important;
        font-size: 14px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #939393 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.switch.with-indeterminate .lever {
    width: 45px !important;
    margin: 0 !important;
}


.switch.with-indeterminate label input[type="checkbox"]:indeterminate + .lever::after {
    left: 12px;
}


.question-label {
    margin: 0 2px;
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100% !important;
    }

    td.col-l12 {
        border-top: 1px solid grey !important;
        height: 27px;
    }

    thead.l4 {
        padding-bottom: 1%;
    }

    .rdside-no-res {
        font-size: 12vw;
    }

    .rdside-circle-no {
        min-width: 10vw;
        min-height: 10vw;
    }

    .rdside-res-section {
        padding: 0;
    }

    .rdside-cards {
        top: 15rem;
    }



    .rdside-results-ctn {
        padding: 1rem;
        border-radius: var(--rounded-sm);
    }

    .rdside-no-res-subtitle {
        max-width: 100%;
    }

    .home-icons {
        gap: 1rem;
    }

    .dash-claim-icon {
        font-size: 2.125rem;
    }

    .dash-claim-body-ctn {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .dash-claim-info-ctn {
        margin-right: 0;
    }

    .dash-claim-body-ctn .dash-btn-sec {
        align-self: flex-end;
    }
}

@media only screen and (max-width: 700px) {

    .dash-multi-section-row-ctn{
        flex-direction: column;
    }

}


@media only screen and (max-width: 800px) {
    .rdside-background {
        background-size: 35% 1px;
    }

    .rdside-form {
        display: none;
    }

    .rdside-form-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .rdside-no-res-subtitle {
        max-width: 70%;
    }

    .dash-sub-sec-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 1000px) {

    .dash-view-all-claim-ctn {
        border-left: none;
        padding-left: 0;
    }

    .dash-main-claim-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4rem;
        padding: 0;
    }

    .dash-claim-ctn hr:last-of-type {
        display: block;
    }
}

@media only screen and (max-width: 1170px) {
    .rdside-form-ctn {
        width: 100%
    }

    .rdside-res-section {
        padding-left: 5%;
    }
}

span.error {
    color: #bd0027;
}

a {
    text-decoration: none !important;
    color: #BD0027;
    cursor: pointer !important;
}

img.shadowed.product-photo:hover, .dropdown-button.active img.shadowed.product-photo {
    filter: drop-shadow(1px 1px 1px #BD0027);
}

button.remodal-close {
    right: 0 !important;
    left: auto !important;
}

#mobileMenu {
    left: 0px;
    height: 100%;
}

.dropdown-content li {
    min-height: 20px !important;
}

#recomendedProductLabel {
    position: absolute;
    right: 5px;
    top: 5px;
}

#btnSearchForQuote {
    width: 100%;
}

h5 {
    color: #303030;
    font: normal 18px / 24px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}

h3 {
    color: #303030;
    font: normal 22px / 28px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}

h4 {
    color: #303030;
    font: normal 18px / 24px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}

.branding a img, .branding img {
    height: 51px;
    width: auto;
}

.mini-nav {
    background-color: #BD0027;
    color: #535353;
}

    .mini-nav ul {
        margin: 0px;
    }

#topbar {
    height: 36px;
    color: grey !important;
    background-color: #f1f1f1 !important;
}

    #topbar a {
        text-align: center;
        color: gray;
    }

    #topbar #menu-link a {
        color: #FFF;
    }

nav li a {
    font-weight: 900;
    color: #515151;
    text-transform: uppercase;
}

header nav {
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.top-bar-button {
    background: #BD0027 none repeat center top;
}


.side-nav a.fa {
    text-decoration: none !important;
    color: #BD0027 !important;
}

.page-footer {
    background: #BD0027 none repeat center top;
}

#sticky-logo {
    margin-top: 4px;
}

header {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#mobileMenuButton {
    position: relative !important;
    top: 10px !important;
    left: -10px !important;
    background-color: #BD0027 !important;
    float: right !important;
    display: none;
}

.selectedProduct {
    box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.6) !important;
}

#login_button {
    z-index: 0;
    color: white;
}

#login_text {
    z-index: 0;
    color: grey;
}

#login_button {
    position: relative;
}

nav .dropdown-button i.arrow {
    -webkit-transition: all 250ms ease-in 0s;
    -moz-transition: all 250ms ease-in 0s;
    -o-transition: all 250ms ease-in 0s;
    transition: all 250ms ease-in 0s;
}

nav .dropdown-button.active i.arrow {
    color: #ACD4CE;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shadowed {
    -webkit-filter: drop-shadow(1px 1px 1px #222);
    filter: drop-shadow(1px 1px 1px #222);
}

.collapsible-content {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

label.label-default {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
}

img.product-photo {
    width: 50% !important;
}

.margin-none {
    margin: 0px !important;
}

.height-1rem {
    height: 1rem !important;
}

.margin-b-none {
    margin-bottom: 0px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-t-none {
    margin-top: 0px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.margin-l-none {
    margin-left: 0px !important;
}

.margin-r-none {
    margin-right: 0px !important;
}

label.active.forced {
    border-bottom: 0 !important;
    top: 13px;
}

.clickable-text, a img {
    cursor: pointer !important;
}


.sweet-alert p {
    font-weight: 500 !important;
}

.sweet-alert.showSweetAlert {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#profile-nav {
    display: flex;
    justify-content: space-evenly;
}

.notifBannerError {
    padding: 15px;
    background-color: rgb(189, 0, 39);
    color: white;
}

.notifBannerWarn {
    padding: 15px;
    background-color: #ff9800;
    color: white;
}

.notifBannerSuccess {
    padding: 15px;
    background-color: rgb(0, 128, 0);
    color: white;
}

.notifBannerInfo {
    padding: 15px;
    background-color: #2196F3;
    color: white;
}

.notifBannerClosebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .notifBannerClosebtn:hover {
        color: black;
    }

#notifBannerContainer {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 99 !important;
    position: fixed;
    top: 10px;
    left: 0px;
    right: 0px;
}

#menuArea-policiesDropdownMenu {
    width: 130px !important;
}

.red-cta-btn {
    background-color: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 18px;
    margin-top: 12px;
    width: 100%;
    max-width: 360px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-bottom:0.5rem;
}

    .red-cta-btn:hover {
        background-color: #b71c1c;
    }

    .red-cta-btn:active {
        transform: scale(0.97);
    }

/* Improve spacing on small screens */
@media (max-width: 600px) {
    .red-cta-btn {
        font-size: 1.1rem;
        padding: 12px 16px;
    }
}
