/* Ashley Power, 2017

UI Refresh for ZLife
Overwrites existing rules to enforce new UI



*/

body {
    margin-bottom: 160px;
}


/* light grey */

body,
.blue-title .icon-container .status-icon.fa,
.blue-title .icon-container .fa,
.table-vertical .inner {
    background: #efefef !important;
}

.comm-page-login-home, .comm-page-custom-zap-registration, .comm-page-custom-zap-activation,
.comm-page-custom-zap-forgot-password, .comm-page-custom-reset-password{
    background: white!important;
}


/* DARK GREY */

.blue-title,
.blue-title .icon-container .status-icon.fa,
.blue-title .icon-container .fa {
    color: #424242 !important;
}


/* TRANSPARENT */

.blue-title,
.blue-title .icon {
    background: transparent !important;
}


/* h2 titles with icons */

.blue-title .icon {
    display: inline-block !important;
    text-align: center !important;
    margin-right: 7px !important;
    padding: 10px 0 !important;
    position: relative !important;
    bottom: -3px !important;
    min-width: 0px !important;
}

.blue-title .icon i:first-child {
    font-size: 24px;
}


/* TABLES */

.table-striped>tbody>tr,
.table tr {
    background: #fff;
    border-bottom: 2px solid #efefef;
}

.table thead tr {
    background: #415763;
    color: #fff;
}

.table thead tr th i {
    display: none;
}

td a {
    text-decoration: none;
}


/* ACCORDIONS */

#accordion .panel-heading,
#collapse-myTab .panel-heading {
    color: #415763;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.panel-title .icon {
    margin-right: 0px;
    background: #fff;
}

.panel-title .icon i {
    position: relative;
    bottom: -2px;
}

#accordion.nested-accordion a {
    padding: 0px;
}

#accordion.nested-accordion a span {
    padding-left: 14px;
}


/* TABS */

.tab-content {
    background: #fff;
}

.nav-tabs>li a {
    border: none;
    border-top: 1px solid #E6E6E6;
    padding: 15px 0px;
    font-size: 13px;
    background: #fff;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.nav-tabs>li:last-child a {
    border-right: none;
}

.nav-tabs>li>a:hover {
    background-color: #f8f8f8;
}

.order-steps .no-gutter {
    background: #fff;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}

.order-steps .no-gutter.active {
    background: #415763;
}


/* DASHBOARD TABLE */

.semi-circle-tab {
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    background: #fff;
    display: block;
    height: 51px;
    width: max-content;
    text-align: center;
    margin: 0 auto;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0px 25px;
}

.semi-circle-tab a {
    padding-top: 20px;
    display: block;
    font-weight: bold;
    color: #415763;
    text-decoration: none !important;
    font-size: 16px;
}

.semi-circle-tab a i {
    font-size: 13px;
}

.semi-circle-tab:hover {
    cursor: pointer;
    margin-top: -10px;
}

.table-dashboard {
    margin-bottom: 0px;
}

.applications-row {
    margin-bottom: 45px;
}

#slider3 {
    z-index: 9;
}

.view-applications {}

.comms-module {
    margin-top: 30px;
}


/* MODALS */

.modal-header {
    cursor: default;
    background: #415763;
    color: #fff;
    position: relative;
}

.modal-header:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #415763;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 999;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 27px;
}

.modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 37px 15px 0px 15px;
}

.modal-body {
    padding-top: 25px;
}

.modal-body h4 {
    font-weight: bold;
    font-size: 14px;
}

.radio-button-group h4 {
    font-size: 17px;
}

.modal textarea {
    width: 100%;
    background: #efefef;
}

.file-preview-frame {
    float: none;
    margin: 8px auto;
}

.btn-primary.btn-file {
    background: #4066b2;
    border-radius: 0 2px 2px 0;
    border-color: #4066b2;
}


/* FORMS */

.delivery-details-container {
    padding: 16px 16px 16px 8px;
}

.delivery-details-container input.disabled,
.delivery-details-container select.disabled,
.delivery-details-container textarea.disabled {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.delivery-details-container select.disabled {
    -webkit-appearance: none;
}

.delivery-details-container select.disabled::-ms-expand {
    display: none;
}

.delivery-details-container .cancelBtn {
    border: 1px solid #ccc;
}

.cancelBtn {
    border: 1px solid #ccc !important;
    color: #415763;
    font-weight: 700;
    padding: 10px 32px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    border-radius: initial;
}

.delivery-details-container textarea:not(.disabled) {
    height: 116px;
    overflow: hidden;
}

.delivery-details-container p {
    margin-bottom: 26px;
    font-size: 17px;
}


/* VIP */

.icon #title-vip {
    bottom: 0px;
    margin-left: 6px;
    color: inherit;
}


/*Feedback messages */

.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 1;
}

.alert {
    color: #fff;
    border-color: transparent;
}

.alert-info {
    background-color: #009EE0;
}

.alert-danger {
    background-color: #ea635c;
}

.alert-warning {
    background-color: #f69c00;
}

.alert-success {
    background-color: #00bfb3;
}

.alert-platinum {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+50,ffffff+50,cccccc+100 */
    background: #cccccc;
    background: -moz-linear-gradient(left, #cccccc 0%, #eeeeee 50%, #eeeeee 50%, #cccccc 100%);
    background: -webkit-linear-gradient(left, #cccccc 0%, #eeeeee 50%, #eeeeee 50%, #cccccc 100%);
    background: linear-gradient(to right, #cccccc 0%, #eeeeee 50%, #eeeeee 50%, #cccccc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=1);
    -webkit-box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.1);
    color: #424242;
}


/* Renewals on Dashboard */

.dashboard-white-box {
    background: #fff;
    padding: 20px 10px 10px;
    border: 1px solid #d8d8d8;
}

.dashboard-circle {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -3px;
    margin-right: 4px;
    background: #bebebe;
}

.dashboard-circle>span {
    vertical-align: sub;
}

.cancellation-advice {
    background: #ea635c;
}

.approaching-cancellation-advice {
    background: #f69c00;
}

.overdue-reminder,
.open-service-requests {
    background: #e0e27c;
    /* lemon */
}

.anniversary-notice,
.cover-increase-advice {
    background: #007396;
    /* teal / blueish */
}

.unsuccessful-premium-deduction-notice,
.direct-debit-dishonour-notice,
.completed-service-requests {
    background: #00bfb3;
    /* turquoise / greenish */
}

.instalment-advice,
.renewal-advice {
    background: #415763;
}

.status-text-renewals {
    display: block;
    margin-bottom: 8px;
}

.status-text-renewals a {
    color: #424242;
    font-weight: bold;
}

.status-text-renewals i {
    font-size: 14px;
    margin-left: 4px;
    position: relative;
    bottom: -1px;
}

footer {
    border-top: 1px solid #e7e7e7;
    background: #fff;
}

#rtp-dashboard-banner {
    display: none;
}

.or-container span {
    background: transparent;
}

.topborder {
    background: #fff;
}

.topborder a.lnk {
    text-decoration: none;
    font-weight: bold;
}

.pill {
    color: #fff;
    border-radius: 500px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 3px 11px;
    margin-left: 10px;
    font-weight: bold;
}

.pill.count-0 {
    background: #bebebe;
}

.pill.new {
    background: #00bfb3
}


/* date picker */

.calendar-table thead tr {
    background: #415763;
    color: #fff;
}

.daterangepicker select {
    color: #424242;
}


/* NEW SERVICE REQUESTS */

.new-sr,
.new-doc-comm {
    margin: 0 15px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.37);
    font-size: 14px;
}

.new-sr i,
.new-doc-comm i {
    margin-right: 4px;
}

.closed .new-doc-comm {
    display: none;
}

.sr-subject a {
    display: block;
    max-width: 300px;
    font-size: 12px;
}

.no-srs {
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.left-col-detail {
    background: #fff;
    padding: 15px 10px;
    padding: 20px 15px;
}

.left-col-detail ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.left-col-detail .pill {
    margin-left: 0px;
}

.sr-head-detail h3 {
    font-weight: bold;
    font-size: 19px;
}

.left-col-detail label {
    color: #424242;
    margin-bottom: 0px;
}

.left-col-detail a {
    font-weight: bold;
    color: #415763;
}

.left-col-detail a:after {
    content: ", ";
}

.left-col-detail a:last-child:after {
    content: "";
}

.left-col-detail p {
    font-weight: bold;
    color: #7f7f7f;
}

.sr-post {
    background: #fff;
    padding: 15px;
    margin-bottom: 60px;
}

.sr-body {
    background: #efefef;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.38);
    font-weight: bold;
    position: relative;
}


/* to preserve line breaks */

.sr-op,
.sr-entry-content {
    white-space: pre-wrap;
}

.attachments-only .sr-entry-content {
    white-space: normal;
}

.sr-date {
    text-align: right;
    color: #bebebe;
    font-weight: bold;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.attachments-count {
    margin: 0px;
    display: none;
}

.has-attachments .attachments-count {
    display: block;
}

.attachments-count i,
.attachments-list i {
    transform: rotate(45deg);
    font-size: 19px;
}

.attachments-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: none;
}

.attachments-list p:hover {
    cursor: not-allowed;
}

.has-attachments .attachments-list {
    display: block;
}

.attachments-list li {
    display: inline-block;
    font-weight: bold;
}

.attachments-list li a {
    color: #415763;
}

.attachments-only .sr-intro {
    margin-bottom: 0px;
}


/* Activity Feed */

.activity-feed h3 {
    font-size: 19px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}

.feed-container {
    background: #fff;
    padding: 15px;
    box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.34);
    padding: 15px 15px 15px 30px;
    margin-bottom: 60px;
}

.feed-container>ul {
    list-style: none;
    border-left: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    margin-top: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-top: 30px;
}

.feed-container>ul>li {
    position: relative;
    margin-right: 15px;
    margin-bottom: 40px;
}

.feed-container>ul>li.attachments-only .subject {
    display: none;
}

.feed-container>ul li:last-child {
    margin-bottom: 0px;
}

.feed-container>ul li .fa-stack {
    position: absolute;
    left: -50px;
    top: 8px;
}

.feed-container>ul li.adviser .fa-stack,
.feed-container>ul li.sr-opening-post .fa-stack {
    color: #bebebe;
}

.feed-container>ul li.zurich .fa-stack {
    color: #415763;
}

.sr-closing-post {
    display: none;
}

.completed .sr-closing-post {
    display: block;
}

.feed-container>ul li.sr-closing-post .fa-stack {
    color: #00bfb3;
}

.feed-container>ul li.sr-opening-post .fa-stack {
    color: #e0e27c;
}

.sr-intro {
    font-weight: lighter;
}

.feed-container .attachments-count {
    position: absolute;
    top: 15px;
    right: 15px;
}

.sr-entry-content {
    max-height: 191px;
    overflow: auto;
}

.sr-entry-content.open {
    max-height: 9999px;
}

.sr-show-more {
    display: block;
    color: #415763;
    text-decoration: none !important;
    position: relative;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.8);
    top: -20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 8%, rgba(239, 239, 239, 1) 55%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 8%, rgba(239, 239, 239, 1) 55%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 8%, rgba(239, 239, 239, 1) 55%);
}

.sr-entry-content.open~.sr-show-more {
    top: 0px;
}

.form-new-sr .file-preview {
    background: #fff;
}

.req-field.red {
    color: #ea635c;
}

.loader {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    z-index: 9999;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.loader .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    text-align: left !important;
}

.play:after,
.appstore:after {
    content: "";
}

.appstore span {
    display: block;
}

.appstore {
    position: absolute;
    right: -14px;
    top: -13px;
}

.play,
.appstore {
    opacity: 0.7;
}

.play:hover,
.appstore:hover {
    opacity: 1;
}

.play {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 119px;
    right: 110px;
    top: -13px;
}


/* Notifications */

.notification-feed-container {
    margin: 0 -15px;
}

.notification-feed-container>.col-xs-12 {
    padding: 0px;
}

.notification-feed-container h2 {
    position: relative;
}

.notification-feed-container h2 a {
    position: absolute;
    right: 0px;
    bottom: 13px;
    font-size: 12px;
    color: #415E20;
}

.notification-filter-container {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    color: #415763;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.notification-filter-container.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.notification-filter-container .fa-caret-down {
    position: absolute;
    right: 14px;
    top: 14px;
}

.notification-feed-container ul,
.notifications-no-data,
.notifications-loader {
    background: #fff;
    margin: 0px;
    border: 1px solid #d8d8d8;
    border-top: 0px;
    padding: 0px;
    list-style: none;
    height: 100%;
    overflow: auto;
}

.notifications-no-data,
.notifications-loader {
    overflow: visible;
    text-align: center;
    background: #d6d6d6;
    font-weight: bold;
}

.notifications-loader {
    border: 8px solid #fff;
    position: relative;
}

.notifications-loader span {
    font-size: 44px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
    display: block;
    width: 100%;
}

.notifications-no-data .notifications-no-data-text {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    padding: 0 30px;
    margin: auto;
    font-size: 15px;
    width: 100%;
}

.notifications-no-data .notifications-no-data-text a {
    color: #2167AE;
}

.notifications-no-data .notifications-no-data-text a:hover {
    color: #23366F;
}

.notifications-no-data .notifications-no-data-text i {
    font-size: 31px;
    margin-bottom: 8px;
}

.filter-icon {
    display: inline-block;
    background: #415763;
    color: #fff;
    padding: 6px 13px;
    font-size: 19px;
    margin-right: 5px;
}

.date-separator {
    font-weight: bold;
    display: block;
    padding: 5px 10px 3px;
    background: #fafafa;
    position: sticky;
    border-bottom: 1px solid #e3e3e3;
    top: 0px;
    z-index: 9;
}

.notification-feed-container ul li a {
    display: block;
    padding: 10px;
    background: #fff;
    position: relative;
}

.notification-feed-container ul li a:hover,
.notification-feed-container ul li a.active {
    text-decoration: none;
    background: #f5f5f5;
}

.notification-feed-container ul li {
    border-bottom: 1px solid #e3e3e3;
}

.notification-icon-container {
    background: pink;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.icon-circle {
    display: block;
    position: absolute;
    width: 100%;
    top: 53%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 15px;
}

.notification-text {
    display: inline-block;
    max-width: 233px;
    margin-left: 40px;
    font-weight: bold;
    color: #415763;
    position: relative;
}

.notification-text .date {
    display: block;
    font-size: 11px;
    color: #bebebe;
}

.new-adviser-note .notification-icon-container,
.new-comment .notification-icon-container,
.new-requirement .notification-icon-container {
    /* yellow */
    background: #e0e27c;
}

.policy-inforce .notification-icon-container,
.cover-increase-advice .notification-icon-container {
    /* green */
    background: #00bfb3;
}

.approaching-cancellation-advice .notification-icon-container {
    /* orange */
    background: #f69c00;
}

.cancellation-advice .notification-icon-container,
.overdue-reminder .notification-icon-container,
.direct-debit-dishonour .notification-icon-container {
    /* red */
    background: #ea635c;
}

.renewal-advice .notification-icon-container {
    background: #009ee0;
    /* sky blue */
}

.notification-feed-container .notification-filter-options {
    min-height: 0;
    max-height: none;
    overflow: visible;
    border: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    top: 58px;
    display: none;
    height: auto;
}

.notification-filter-container .fa-caret-up {
    position: absolute;
    bottom: -35px;
    left: 7px;
    color: #fff;
    font-size: 43px;
    z-index: 999;
    text-shadow: 0px -3px 7px rgba(0, 0, 0, 0.5);
    display: none;
}

.notification-feed-container .notification-filter-options li {
    border: none;
}

.notification-feed-container .notification-filter-options li a {
    color: #415763;
}

table .circle {
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}

table.table .circle i {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

table .circle.salmon {
    background: #ea635c;
}

table .circle.lemon {
    background: #e0e27c;
}


/* Notifications preference tables */

.preferences-container {
    float: left;
}

.preferences-label-container.preference-table {
    margin-top: 120px;
    margin-right: -1px;
    padding-top: 26px;
    width: 155px;
    padding-bottom: 19px;
    z-index: 999;
}

.preferences-container:nth-last-child(2) .preference-text {
    border-left: 1px solid #bebebe;
}

.preference-table {
    background: #efefef;
    width: 260px;
    max-width: 260px;
    margin: 20px 0;
    border: 1px solid #bebebe;
    padding: 0 5px 20px 5px;
    position: relative;
}

.preference-text {
    max-width: 260px;
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding: 0 15px;
}

.preferences-container:last-child .preference-text {
    border-right: 0;
}

.preference-text .appstore {
    opacity: 1;
    width: 180px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
}

.preference-text .play {
    width: 183px;
    right: auto;
    text-align: center;
    opacity: 1;
    position: relative;
    margin: 0 auto;
    top: auto;
}

.preference-text .appstore svg {
    width: 180px;
}

.preference-text .play img {
    width: 139px;
    margin: 0 auto;
}

.preference-table-overlay {
    position: absolute;
    width: 100%;
    max-width: 100%;
    z-index: 999;
    top: 58px;
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    bottom: 0px;
}

.preference-table-overlay .preference-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0 !important;
}

.preference-table-overlay .preference-text p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 19px;
    line-height: 29px;
}

.preference-table h2 {
    font-size: 21px;
    font-weight: bold;
}

.preference-table h1 {
    background: #415763;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 10px;
    margin: 0 -6px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}

.icon-arrow {
    background: #bebebe;
    margin: 0 -5px;
    position: relative;
    font-size: 50px;
    height: 41px;
    margin-bottom: 55px;
}

.icon-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 29px solid #bebebe;
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0px;
}

.icon-arrow .fa-mobile,
.icon-arrow .fa-envelope-o {
    position: relative;
    top: 5px;
    z-index: 99;
    font-size: 64px;
}

.icon-arrow .fa-envelope-o {
    font-size: 48px;
    top: 0px;
}

.fa.notification-bubble {
    position: absolute;
    color: #ea635c;
    font-size: 15px;
    top: 12px;
    margin-left: -7px;
    z-index: 99;
}

.preference-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

.preference-table ul li {
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
    height: 38px;
    position: relative;
}

.preference-table ul.multichoice li {
    /*height: 68px;*/
    padding: 4px 0;
}

.checkbox-container,
.checkbox-container-dummy {
    position: relative;
}

.checkbox-container input,
.checkbox-container-dummy input {
    position: absolute;
    left: 0px;
    /*display: none;*/
}

.checkbox-container .fa,
.checkbox-container-dummy .fa {
    display: none;
    color: #415763;
    font-size: 22px;
}

.checkbox-container input:checked+.fa-check-circle,
.checkbox-container-dummy input:checked+.fa-check-circle {
    display: block;
}

.checkbox-container input:not(:checked)~.fa-circle-o,
.checkbox-container-dummy input:not(:checked)~.fa-circle-o {
    display: block;
}

.checkbox-container .fa:hover,
.checkbox-container-dummy .fa:hover {
    cursor: pointer;
    opacity: 0.8;
}

.checkbox-container.disabled .fa,
label.disabled,
.checkbox-container-dummy.disabled .fa {
    /*display: block;*/
    color: #bebebe;
    cursor: not-allowed;
    opacity: 1;
}

.checkbox-container-dummy.disabled .fa {
    display: block;
}

.dropdown-container {
    position: relative;
}

.dropdown-container select {
    background: #efefef;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 4px 0px 4px 32px;
    font-size: 15px;
    color: #415763;
    font-weight: bold;
    margin-bottom: 10px;
    height: 27px;
}

.dropdown-container select:active,
.dropdown-container select:focus {
    outline: none;
}

.dropdown-container select option {
    color: #424242;
    font-weight: bold;
}

.dropdown-container .dropdown-icon {
    background: #415763;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    left: 5px;
    max-width: 27px;
    font-size: 14px;
    margin-top: -37px;
    display: none;
    z-index: 99;
}

.preference-table h2,
.preference-table label {
    display: block;
}

.preference-table label .fa {
    color: #415763;
}


/* MEDIA QUERIES */


/* greater than Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {

    .new-sr,
    .new-doc-comm {
        position: absolute;
        right: -15px;
        top: 5px;
    }

    .new-doc-comm {
        top: -9px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .sr-head-detail h3 {
        min-height: 80px;
        line-height: 80px;
        margin-top: 0px;
    }

    .sr-head-detail h3 span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .blue-title {
        font-size: 20px;
    }

    .preferences-label-container.preference-table h2,
    .preferences-label-container.preference-table label {
        display: block;
        margin-left: 15px;
    }

    .preferences-label-container.preference-table h2 {
        margin-bottom: 8px;
        text-align: left;
        height: 22px;
        font-size: 18px;
        margin-left: 0px;
    }

    .preferences-label-container.preference-table label {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .icon-arrow {
        margin-bottom: 76px;
    }

    .preference-table ul {
        margin-bottom: 50px;
    }

    .preference-table ul:last-child {
        margin-bottom: 0px;
    }

    .preference-table.preferences-label-container ul {
        margin-bottom: 0px;
    }

    .preference-table h2,
    .preference-table label {
        display: none;
    }
}


/*Global css for Zap portal:Start:Nikunj Bharucha*/


/*body*/

body .siteforceStarterBody .cCenterPanel {
    padding: 0 !important;
}

body .siteforceStarterBody .cCenterPanel {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

body .siteforceContentArea .comm-layout-column:not(:empty) {
    padding-top: 0;
    padding-bottom: 0;
    padding: 2px;
}


/*body .cZAPThemeLayout .main-container {
    padding: 0;
}*/

body .comm-content-header {
    padding: 0;
 /*   position: fixed;
    width: 100%; */
    z-index: 999999999999;
}

body .report-container .comm-content-header {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0!important;
}

body .contentRegion {
    /*padding-left: 10%;
    padding-right: 10%;*/
    background: #efefef;
    /* margin-bottom: -25px;
    padding-top: 77px!important;*/
}

body .polsearch-range lightning-datepicker label.slds-form-element__label {
    display: inline-block;
}

body .reset-this label.slds-form-element__label {
    display: none !important;
}

body .reset-this {
    color: #000 !important;
}

.slds-datepicker td.slds-is-selected>.slds-day {
    background: #0070d2 !important;
    color: #fff !important;
}

.slds-datepicker td.slds-is-today>.slds-day {
    background-color: #ecebea;
    color: #000 !important;
}

.slds-datepicker {
    color: #000 !important;
    z-index: 7000;
}

html {
    font-size: inherit !important;
}

body {
    margin-bottom: 0 !important;
}

body.comm-page-custom-adviserguide{
    overflow: hidden;
}



/*lightning input*/

body lightning-input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body lightning-input .slds-required {
    border: 0;
    border-bottom: 0 !important;
}


/*lightning combo box*/

body lightning-base-combobox .slds-input__icon-group_right {
    /*right: 40px;*/
}

body input {
    max-width: 100% !important;
}

input[type=date] {
    width: 100% !important;
}

input:read-only {
    border: 0;
    box-shadow: none;
}

body .slds-combobox_container input:read-only {
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

body .slds-textarea:read-only {
    background: rgb(255, 255, 255) !important;
    border: 0px;
    resize: none;
}

body .monthRange label {
    display: none;
}

body .monthRange input {
    border-radius: 0px 4px 4px 0px;
}

body lightning-carousel-image .slds-carousel__content {
    height: 100%;
}

body span.slds-checkbox span.slds-form-element__label {
    display: contents !important;
    white-space: pre-wrap !important;
}


/* zurich button:start*/

body .zurichButton button {
    background: #4066b3 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 32px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    line-height: initial;
    border-radius: initial;
}

body button[title="Cancel"] .buttonLabel {
    color: #2574a9;
    font-size: 14px !important;
}

body button[title="Cancel"] {
    font-size: 14px !important;
}

body button[title="Export"] {
    font-size: 14px !important;
}



/*zurich button:end*/


/*Calender Control*/
.wave-table.lightning .data-grid .data-grid-table-cell .data-grid-table-cell-box .wave-table-cell-text,
.wave-table.lightning .data-grid .data-grid-table-cell .data-grid-table-cell-box .wave-table-cell-measure-header {
    pointer-events: none;
}

body lightning-input {
    max-width: 100%;
}

body lightning-calendar .slds-align-middle {
    font-size: 14px;
    margin: 0;
}

body abbr {
    border: 0;
    border-bottom: 0 !important;
    font-size: 14px;
}

body .slds-wrap {
    width: 100%;
}

body lightning-datepicker label.slds-form-element__label,
body .noLabel label.slds-form-element__label {
    display: none;
}

body .dp.slds-form-element input {
    border-radius: 0 4px 4px 0;
    padding-right: 0;
}

body .slds-form-element {
    padding: 0;
    /*  z-index: 99;*/
}

body .input-group-addon {
    background: #415763 !important;
    color: #fff !important;
    border-color: #415763 !important;
}

body .addOn {
    padding: 8px 8px 9px 8px !important;
    margin-top: 0px;
    float: left;
    width: 100% !important;
    border: 1px solid #cccccc !important;
    border-right: none !important;
    border-radius: 4px !important;
}

body lightning-calendar thead tr {
    background: transparent;
    background-color: transparent;
}

body lightning-calendar thead th {
    text-align: center !important;
    font-size: 14px;
}

body .slds-button.slds-button_icon.slds-button_icon-bare {
    display: none;
}

body lightning-calendar button.slds-button.slds-align_absolute-center.slds-text-link {
    margin: auto;
    color: rgb(37, 116, 169);
}

body .reset-this input {
    height: auto !important;
    padding-right: 6px !important;
    width: 90%;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

body .reset-this .pr6 {
    padding-right: 6px;
}

body .slds-form-element__help {
    color: #ea635c !important;
}

body .reset-this .search-date-error {
    font-size: 0.9em !important;
}

.walkme-player {
    z-index: 999 !important;
}



/* combo dropdown */

.combobox {
    width: 70px !important;
}

.dropDownFilter {
    margin-top: 4px;
    margin-bottom: 10px;
}

.dropDownFilter .slds-combobox,
.slds-dropdown_fluid {
    /*  min-width: 150px !important; */
}

.dropDownFilter .slds-input__icon-group_right {
    left: 150px !important;
}

.perPageDd .slds-input__icon-group_right {
    right: 10px !important;
}

.perPageDd .slds-dropdown_fluid {
    min-width: 0px !important;
    width: 85px !important;
}

.perPageDd .slds-dropdown {
    min-width: 0px !important;
}

.perPageDd .slds-listbox_vertical .slds-listbox__option_plain,
.slds-listbox_vertical .slds-listbox__option--plain,
.slds-listbox--vertical .slds-listbox__option_plain,
.slds-listbox--vertical .slds-listbox__option--plainl {
    padding: 2px 0px !important;
}


/*Credit Card registration*/

body .modal-content body span.text-meta {
    display: none;
}


/*My detail*/

body .mydtl label {
    color: #4D433D;
}

body .mydtl .slds-textarea {
    height: 108px !important;
}


/*data feeds*/

body .containerMargin {
    margin: 0 10%;
    float: left;
}

body .input-flds-margin.reg-form2 {
    margin: 0 20%;
}

body .input-group .p0 {
    padding: 0;
}

body .input-group input {
    border-radius: 0px 4px 4px 0px;
}

body .dataFeed .panel-title {
    cursor: pointer;
}

body .dataFeed .panel-title i.chevron-toggle {
    float: right;
    top: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

body .dataFeed .panel-group a {
    color: #415763;
    text-decoration: none;
}

body .panel-group .panelText {
    font-weight: 700 !important;
}


/*Preferences tab*/

body.comm-page-custom-preferences lightning-tabset ul li a {
    text-decoration: none !important;
    border: none;
    border-top: 1px solid #E6E6E6;
    font-size: 13px;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
    line-height: initial;
    height: inherit;
    text-align: center;
    background: #fff;
    color: #415763;
}

body.comm-page-custom-preferences lightning-tabset ul li {
    width: 236px;
    margin-right: 0;
    border-radius: 0px;
    float: none;
    display: table-cell;
    padding: 3px 0px !important;
}

body.comm-page-custom-preferences lightning-tabset ul li.slds-tabs_default__item.slds-is-active {
    border: none;
    color: #fff;
    background: #415763;
    font-weight: bold;
}

body.comm-page-custom-preferences lightning-tabset ul li.slds-tabs_default__item.slds-is-active a {
    border: none;
    color: #fff;
    background: #415763;
    font-weight: bold !important;
    text-align: center;
}

body lightning-tabset div lightning-tab-bar ul {
    border-bottom: 3px solid #415763 !important;
}

.slds-tabs_default__item.slds-active::after,
.slds-tabs_default__item.slds-is-active::after,
.slds-tabs--default__item.slds-active::after,
.slds-tabs--default__item.slds-is-active::after {
    height: 0;
}


/*Preferences my details*/

body .cancel-btn button {
    border: 1px solid #ccc !important;
    font-weight: bold;
    padding: 11px 32px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: initial;
    border-radius: initial;
}

body .pif label.slds-form-element__label {
    display: none;
}

body .pif input {
    border-radius: 0px 4px 4px 0px;
}

body .pifBtn::before {
    position: absolute;
    float: right;
    top: 12px;
    z-index: 9999;
    color: #fff;
    right: 27px;
}

body .pifBtn button {
    padding-right: 50px;
}


/*Change Password*/

body .changePwd label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
    font-weight: bold;
    color: #4D433D !important;
    font-size: 14px !important;
}

body button {
    font-family: Arial!important;
}


/*Notification Preference*/

body .notificationPref .slds-checkbox .slds-checkbox_faux,
.slds-checkbox .slds-checkbox--faux {
    border-radius: 15px;
    background-color: #FFF;
    height: 20px;
    width: 20px;
    border: 2px solid #415763;
}

body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux,
body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux,
body .notificationPref .slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux,
body .notificationPref .slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux,
body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux,
body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux {
    border-radius: 15px;
    background-color: #415763 !important;
    height: 20px;
    width: 20px;
}

body .notificationPref .slds-checkbox [type=checkbox][disabled]:checked+.slds-checkbox_faux,
body .notificationPref .slds-checkbox [type=checkbox][disabled]:checked+.slds-checkbox--faux,
body .notificationPref .slds-checkbox [type=checkbox][disabled]:checked~.slds-checkbox_faux,
body .notificationPref .slds-checkbox [type=checkbox][disabled]:checked~.slds-checkbox--faux,
body .notificationPref .slds-checkbox [type=checkbox][disabled]:checked+.slds-checkbox__label .slds-checkbox_faux,
body .notificationPref .slds-checkbox [type=checkbox][disabled]:checked+.slds-checkbox__label .slds-checkbox--faux {
    background-color: rgb(196, 198, 202) !important;
}

body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux:after,
body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux:after,
body .notificationPref .slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux:after,
body .notificationPref .slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux:after,
body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after,
body .notificationPref .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux:after {
    display: block;
    content: '';
    height: .35rem;
    width: .7rem;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}

body .notificationPref .slds-checkbox [type="checkbox"][disabled]+.slds-checkbox_faux,
body .notificationPref .slds-checkbox [type="checkbox"][disabled]+.slds-checkbox--faux,
body .notificationPref .slds-checkbox [type="checkbox"][disabled]~.slds-checkbox_faux,
body .notificationPref .slds-checkbox [type="checkbox"][disabled]~.slds-checkbox--faux,
body .notificationPref .slds-checkbox [type="checkbox"][disabled]+.slds-checkbox__label .slds-checkbox_faux,
body .notificationPref .slds-checkbox [type="checkbox"][disabled]+.slds-checkbox__label .slds-checkbox--faux {
    background-color: #FFF;
    cursor: not-allowed;
}

body .notificationPref .pif input {
    background: #efefef;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    color: #415763;
    font-weight: bold;
}


/*Application page*/

body .applicationTable .tableIcon {
    width: 100%;
    display: table-cell;
    min-height: 44px;
}

body .applicationTable .tableIcon.fa:before {
    font-size: 24px !important;
    color: #4d433d;
    top: 3px;
    position: relative;
}

body .applicationTable .tableIcon lightning-formatted-text {
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}

body .applicationTable .tableIcon lightning-primitive-cell-button {
    display: inline-flex;
}

body .applicationTable lightning-primitive-cell-button lightning-formatted-url a {
    font-weight: bold;
    color: #4D433D;
    font-size: 14px;
    font-weight: bold !important;
    cursor: pointer;
}

body .applicationTable .statusIcon lightning-primitive-cell-factory lightning-formatted-url a {
    border: 0;
    color: #4D433D;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px;
}

body .applicationTable td[data-label='Date received'] lightning-primitive-cell-factory lightning-formatted-url a,
body .applicationTable td[data-label='Latest adviser note'] lightning-primitive-cell-factory lightning-formatted-url a,
body .applicationTable td[data-label='Days in progress'] lightning-primitive-cell-factory lightning-formatted-url a {
    color: #4D433D !important;
    text-decoration: none;
}

body .applicationTable .tableIcon lightning-primitive-cell-factory:before {
    position: absolute;
    margin-left: -19px;
    margin-top: 0px;
    background: #fff;
    pointer-events: none;
    font-size: 14px !important;
}

body .applicationTable .tableIcon.urgent lightning-primitive-cell-factory:before {
    content: "\f071";
    color: #ea635c;
}

body .applicationTable .tableIcon.noRecent lightning-primitive-cell-factory:before {
    content: "\f111";
    color: #97c1e3;
}

body .applicationTable .tableIcon.warning lightning-primitive-cell-factory:before {
    content: "\f06a";
    color: #f69c00;
}

body .applicationTable .tableIcon.newReq lightning-primitive-cell-factory:before {
    content: "\f05a";
    color: #00bfb3;
}

body .applicationTable .tableIcon lightning-primitive-cell-factory {
    margin-left: 10px;
}

body .applicationTable .tableIcon.statusIcon lightning-primitive-cell-factory {
    margin-left: 0;
    display: inline-block;
}

body .applicationTable .tableIcon lightning-primitive-cell-wrapper {
    display: inline-flex;
}

body .applicationTable .tableIcon.statusIcon:before {
    font-size: 18px !important;
    top: 2px;
}

body button.slds-button.slds-button_icon-bare {
    display: none;
}

.slds-is-sortable .slds-th__action:hover .slds-is-sortable__icon,
.slds-is-sortable .slds-th__action:focus .slds-is-sortable__icon,
.slds-is-sortable.slds-has-focus .slds-th__action .slds-is-sortable__icon,
.slds-is-sortable.slds-has-focus .slds-th__action:hover .slds-is-sortable__icon,
.slds-is-sortable.slds-has-focus .slds-th__action:focus .slds-is-sortable__icon {
    display: none;
}

body .application th[data-label="Alert status"] a {
    color: #4D433D;
    font-weight: bold;
    text-decoration: none;
}

body .application td[data-label="Life Insured"] a {
    color: #2167AE;
    font-weight: bold;
}

body .application td[data-label="Life Insured"] a:hover {
    color: #23366F;
    font-weight: bold;
}

body table td[data-label="Claim No."] a {
    white-space: nowrap;
    font-weight: bold;
}


/*Application details:Requirement*/

body .applicationDetails .infoIcon lightning-primitive-cell-button {
    /*  color: #fff;
    font-weight: bold;
    padding: 2px 12px;
    display: inline-block!important;
    font-size: inherit!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

body .applicationDetails .infoIcon lightning-primitive-cell-button:before,
body .sfapplicationDetails .infoIcon lightning-primitive-cell-button:before {
    pointer-events: none;
    content: "\f05a";
    padding-left: 10px;
    padding-right: 5px;
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9999;
    margin-top: 7px;
    margin-left: 6px;
    color: #fff;
    position: absolute;
}

body .applicationDetails .uploadIcon lightning-primitive-cell-button:before,
body .sfapplicationDetails .uploadIcon lightning-primitive-cell-button:before {
    pointer-events: none;
    content: "\f093";
    padding-left: 3px;
    padding-right: 5px;
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9999;
    margin-top: 9px;
    margin-left: 14px;
    color: #fff;
    position: absolute;
}

body .applicationDetails .uploadIcon lightning-primitive-cell-button button,
body .sfapplicationDetails .uploadIcon lightning-primitive-cell-button button {
    width: 44px;
    height: 30px;
    background: #739600;
    border-radius: 0;
    padding: 16px;
    position: absolute;
}

body .applicationDetails .infoIcon lightning-primitive-cell-button button,
body .sfapplicationDetails .infoIcon lightning-primitive-cell-button button{
    position: absolute;
    background: #739600;
    color: #fff;
    font-weight: bold;
    padding: 0px 12px 0px 27px;
    border-radius: 0;
    margin-left: 7px;
}

body .applicationDetails .uploadIcon lightning-primitive-cell-button button:focus,
body .applicationDetails .uploadIcon lightning-primitive-cell-button button:hover {
    background: #415E20;
    text-decoration: none;
    color: #fff;
}

body .sfapplicationDetails .uploadIcon lightning-primitive-cell-button button:focus,
body .sfapplicationDetails .uploadIcon lightning-primitive-cell-button button:hover {
    background: #415E20;
    text-decoration: none;
    color: #fff;
}

body .applicationDetails .infoIcon lightning-primitive-cell-button button:focus,
body .applicationDetails .infoIcon lightning-primitive-cell-button button:hover {
    background: #415E20;
    text-decoration: none;
    color: #fff;
}

body .applicationDetails .infoIcon lightning-primitive-cell-button .slds-truncate {
    display: unset;
}

body .sfapplicationDetails .infoIcon lightning-primitive-cell-button button:focus,
body .sfapplicationDetails .infoIcon lightning-primitive-cell-button button:hover {
    background: #415E20;
    text-decoration: none;
    color: #fff;
}

body .sfapplicationDetails .infoIcon lightning-primitive-cell-button .slds-truncate {
    display: unset;
}

body .applicationDetails th[data-label="User"] {
    font-weight: bold;
}

body .applicationDetails td[data-label="Status"],
body .applicationDetails td[data-label="File name"] {
    width: 100%;
}

body .applicationDetails td[data-label="Status"] span,
body .applicationDetails td[data-label="File name"] span {
    display: inline-block;
    font-family: Arial;
    margin-left: 5px;
    margin-top: 6px;
    vertical-align: bottom;
}

body .applicationDetails td lightning-primitive-cell-factory[data-label="File name"],
body .applicationDetails td lightning-primitive-cell-factory[data-label="Status"] {
    display: inline-block;
    margin-left: 5px;
}

body .applicationTable td lightning-primitive-cell-factory[data-label="Days in progress"] div {
    margin: auto;
}


/*body .applicationTable td[data-label="Latest adviser note"] a {
    font-weight: bold;
}

body .applicationTable td[data-label="Latest adviser note"] a::last-word {
    font-weight: 500 !important;
}*/


/*body .applicationDetails table, body .serviceReq table{
    border-left: 1px solid rgb(212, 212, 212);
}*/

body .slds-scrollable_y {
    overflow: hidden;
    border-right: 1px solid rgb(212, 212, 212) !important;
    border-left: 1px solid rgb(212, 212, 212) !important;
    border-bottom: 1px solid rgb(212, 212, 212) !important;
    background-color: transparent;
    width: 100% !important;
}

body div.notificationPref lightning-helptext button {
    color: #415763 !important;
    bottom: 3px;
}


/*Start: Tooltip*/

body .applicationTable .container {
    margin: auto;
    margin-top: 40px;
    width: 600px;
}

body button[name='tooltip'] {
    border: 0;
    font-weight: bold;
    color: #4D433D;
    padding: 0;
    font-size: 14px;
    cursor: pointer
}

body button[name='tooltip']:hover {
    background: transparent;
}

body .tt button[name='tooltip'][title]::before,
body .tableIcon button[name='tooltip'][title]::before {
    content: "";
    position: absolute;
    /*top:-6px;*/
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 99;
    opacity: 0;
    left: 87%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg);
}

body .tt.infoIcon button[name='tooltip'][title]::before {
    content: "";
    position: absolute;
    /*top:-6px;*/
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 99;
    opacity: 0;
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg);
}

body .uploadIcon.tt button[name='tooltip'][title]::before {
    content: "";
    position: absolute;
    /*top:-6px;*/
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    z-index: 99;
    opacity: 0;
    left: -30%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(-90deg);
}

body .tt button[name='tooltip'][title-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

body .tt button[name='tooltip'][title-position='top']::before {
    left: 50%;
}

body .tt button[name='tooltip'][title-position='buttom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

body .tt button[name='tooltip'][title-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

body .tt button[name='tooltip'][title]::after,
body .tableIcon button[name='tooltip'][title]::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    /*top:-6px;*/
    top: 18px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 240px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
    left: 87%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

body .tt.infoIcon button[name='tooltip'][title]::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    /*top:-6px;*/
    top: 18px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 240px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

body .uploadIcon.tt button[name='tooltip'][title]::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    /*top:-6px;*/
    top: 18px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 183px !important;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(-133%) translateY(-50%);
}

body .tt.infoIcon {
    padding: 1px;
    min-height: 46px;
    padding-top: 5px;
}

body .tableIcon span {
    display: inline-table;
}

body .tt button[name='tooltip'][title-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

body .tt button[name='tooltip'][title-position='top']::after {
    left: 50%;
}

body .tt button[name='tooltip'][title-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

body .tt button[name='tooltip'][title-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

body .tt button[name='tooltip'][title]:hover::after,
body .tt button[name='tooltip'][title]:hover::before,
body .applicationTable .tableIcon button[name='tooltip'][title]:hover::after,
body .applicationTable .tableIcon button[name='tooltip'][title]:hover::before {
    opacity: 1;
}

body .tableIcon button[name='tooltip'][title]:hover {
    position: initial;
    opacity: 1;
}

body lightning-primitive-cell-button {
    display: block;
}

body td[data-label='Alert status'] lightning-primitive-cell-button .slds-truncate,
body th[data-label='Alert status'] lightning-primitive-cell-button .slds-truncate {
    overflow: initial !important;
    padding: 0;
}


/*Application requirement table*/

body .noUrl {
    font-weight: bold;
    pointer-events: none;
    text-decoration: none;
    color: #4D433D;
}

body .noIcon button {
    background-color: transparent !important;
}

body .noUrl a {
    color: #4D433D !important;
}

body .navUrl a {
    font-weight: bold;
    text-decoration: none;
    color: #415763 !important;
    font-size: 16px;
}


/*upload modal*/

body .panel {
    background-color: #ffffff !important;
}

body .panel.slds-modal {
    background-color: #0000002e !important;
}

body .dropdown i.fa-chevron-circle-right {
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

body .dropdown.open i.fa-chevron-circle-right {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*Annual Report*/

body .date-period .slds-form-element__help,
.payment .polsearch-range .slds-form-element__help {
    display: none;
}

body .date-period .slds-input,
.payment .polsearch-range .slds-input {
    border-color: rgb(212, 212, 212) !important;
    box-shadow: rgb(212, 212, 212) 0 0 0 1px !important;
}

body .date-period .slds-has-error .slds-input {
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: inline-block;
    line-height: 1.875rem;
    min-height: calc(1.875rem + 2px);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 212, 212) !important;
    border-image: initial;
    border-radius: 0.25rem;
    transition: border 0.1s linear 0s, background-color 0.1s linear 0s;
    padding: 0px 1rem 0px 0.75rem;
    box-shadow: none;
    border-radius: 0px 4px 4px 0px;
}


/*Drop down*/

body .slds-combobox_container .slds-dropdown-trigger .slds-dropdown {
    -webkit-appearance: none;
    font-size: 14px;
}

body table lightning-primitive-header-actions {
    display: none;
}

body .modal-header.slds-modal__header h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 37px 15px 0px 15px;
  /*  color: #FFF !important; */
}

body lightning-file-upload .slds-form-element__help {
    color: transparent !important;
}

body lightning-file-upload .slds-form-element__help::selection {
    color: transparent !important;
    background: transparent !important;
}

body lightning-file-upload .slds-form-element__help::-moz-selection {
    color: transparent !important;
    background: transparent !important;
}

/* body lightning-file-upload .slds-form-element__help::before {
    content: "Zurich doesn't support this file type or more than allowed files are being attached.";
    color: #ea635c;
} */

body div.DESKTOP.uiModal.open.active {
    z-index: 999999999 !important;
}

body .modal-header.slds-modal__header button.uiButton--modal-closeBtn {
    top: 0px;
    right: 10px;
}

body span.label.bBody {
    font-size: 100% !important;
}


/* zapTextArea */

body .zapTextAreaHeight200 textarea {
    height: 200px;
}

body .data-section .ol-list {
    list-style: decimal;
    margin-left: 3%;
}

.claimNotificationEmail .slds-form-element__help{
    display: none!important;
}
/*Report*/
body .reportsDataGrid a,
body .reportsDataGrid a:hover {
    color: #2574a9;
    pointer-events: none;
}

/* Toast Messages*/

body .forceCommunityToastManager.forceToastManager .forceVisualMessageQueue {
    z-index: 999999999;
    top: 77px;
}

body .commentdocgroup legend.slds-form-element__label {
    display: none;
}

body .commentdocgroup label span {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 17px;
    font-weight: initial;
}


/*custom Radio button*/

.radio-button-group input[type=radio]:checked+label,
.radio-button-group input[type=radio]:checked+label span {
    background: #4066b2 !important;
    color: #fff !important;
    border-color: #adadad;
    outline: 0;
    margin-bottom: 0;
    height: 100%;
    vertical-align: sub;
}

body .commentdocgroup input[value="Underwriting"]+label span::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin-right: 5px;
    margin-top: 10px;
}

body .commentdocgroup input[value="Administration"]+label span::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0b1";
    margin-right: 5px;
    margin-top: 10px;
}

.modal textarea[name="additionalcomments"] {
    width: 100%;
    background: #efefef;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}


@media only screen and (max-width: 768px) {
    body .applicationTable td lightning-primitive-cell-factory[data-label="Days in progress"] div {
        margin: initial;
    }

    body .slds-table_bordered tbody td,
    .slds-table_bordered tbody th,
    .slds-table--bordered tbody td,
    .slds-table--bordered tbody th {
        border: 0px;
    }

    body .applicationTable .tableIcon.fa:before {
        color: #4d433d;
        top: 3px;
        position: relative;
        font-family: Arial;
        font-size: 0.75rem !important;
    }

    body .applicationTable .tableIcon.statusIcon:before {
        color: #4d433d;
        top: 3px;
        position: relative;
        font-family: Arial;
        font-size: 0.75rem !important;
    }

    body .applicationTable .tableIcon lightning-primitive-cell-factory:before {
        position: relative;
        margin-left: -7px;
        margin-top: 6px;
        background: #fff;
        pointer-events: none;
        font-size: 14px !important;
        margin-right: 10px;
    }

    body .applicationTable .statusIcon lightning-primitive-cell-factory lightning-formatted-url a {
        margin-left: 0px;
    }

    body .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    body .comm-range-from label.slds-form-element__label,
    body .comm-range-to label.slds-form-element__label,
    body .dob-range-from label.slds-form-element__label,
    body .dob-range-to label.slds-form-element__label {
        display: none;
    }

    .slds-col_padded,
    .slds-col--padded {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }
}

@media only screen and(min-width: 600px) {
    body .cZAPThemeLayout .main-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
}


/*Global css for Zap portal:End:Nikunj Bharucha*/

@media only screen and (max-width: 768px) {
    .semi-circle-tab {
        margin: auto;
        transform: translateX(-50%);
    }

    .table-responsive {
        border: 0;
    }

    .applications-row {
        margin-bottom: 0px;
    }

    .notification-feed-container {
        margin: 0px 0px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .sr-subject a {
        max-width: 500px;
    }

    .notification-feed-container {
        min-height: 568px;
        /* Value should be dynamic, calculated on height of other dashboard elements */
        margin: 0;
    }

    .notification-feed-container>.col-xs-12 {
        padding: 0px 15px;
    }

    .notification-text {
        max-width: 167px;
    }

    .preference-table h2 {
        font-size: 21px;
        height: auto;
    }

    .preferences-label-container.preference-table {
        width: 260px;
    }

    .preferences-table-container {
        width: 780px;
        margin: 0 auto;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .sr-subject a {
        max-width: 600px;
        font-size: 15px;
    }

    .notification-feed-container {
        margin: 0px;
    }

    .notification-feed-container>.col-xs-12 {
        padding: 0 15px;
    }

    .notification-text {
        max-width: 233px;
    }
}

.claimNotificationdropdown .slds-dropdown_fluid {
    max-height: 200px !important; 
}

.claimNotificationdropdown .slds-dropdown {
    max-height: 200px !important;
}

.disabledBtn{
    pointer-events: none!important;
    background: darkslategrey!important;
}

/** zap uat mobile view defect fix for july release **/
@media only screen and (max-width: 1024px) {
    .zapclaims .zap-float-right{
        float:left!important;
        margin-top: 10px!important;
    }
}

.navbar-toggler {
    display: none;
}

@media only screen and (min-width:1024px) and (max-width: 1325px) {
    .main-container{
        margin-top: 50px!important;
    }
}

body.comm-page-custom-zap-credit-card-registration {
    padding: 0px;
    background: transparent !important;
}

body.comm-page-custom-zap-credit-card-registration .contentRegion {
    background: transparent !important;
}

body .forceMobileOverlay.open.active {
    z-index: 999999999999 !important;
}

body .forceMobileOverlay.open.active button.ok span {
    color: #ffffff !important;
    background-color: rgb(0, 112, 210) !important;
    font-family: Arial;
    font-size: 13px!important;
}

body .forceMobileOverlay.open.active button.ok {
    color: #ffffff !important;
    background-color: rgb(0, 112, 210) !important;
}

body .documentupload lightning-primitive-cell-factory span {
    justify-content: inherit;
}

body .forceMobileOverlay.open.active button.cancel {
    display: none;
}

body .mydtl label,
body .mydtl input {
    font-size: 14px !important;
}
                                                              
@media only screen and (max-width: 390px) {
    .client-details-mini{
        margin-top:35px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1197px) {
    .surname{
        margin-top: 15px!important;
    }
}

.report-filter-container .slds-form-element__label:empty {
    margin: 0;
    display: none!important;
}

@media only screen and (max-width: 414px) {
    .policybtn{
        float: none!important;
    }
}
.reg-button{
    background-color: #2167AE;
    border-color: #2167AE;
    border: none;
    color: #ffffff;
    min-width: 120px;       
    cursor: pointer;
    border-radius: 5px;
    height: 32px;
}

.reg-button:hover, .reg-button:focus, .reg-button:active{
    background-color: #23366F;
    border-color: #23366F;
    border: none;
    color: #ffffff;
    cursor: pointer; 
    outline: 0;   
}

.comm-page-custom-zap-registration .btn-disabled{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: none;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
    .reg-button {
        width: 100% !important;
        margin-bottom: 15px !important;
        margin-left: 10px !important;
    }
    .path-card {
        padding: 0px !important;
    }    
  } 
  
@media only screen and (max-width: 375px) {
    .reg-button {
        width: 100% !important;
        margin-bottom: 15px !important;
        margin-left: 10px !important;
    }
    .path-card {
        padding: 0px !important;
    }    
}                                       
/** zap uat mobile view defect fix **/


.cZAPThemeLayout .forceChatterToggleLike,.qe-feedPanelFeedActions,.cuf-media-right,.cuf-paperclip,.slds-rich-text-editor__toolbar,.slds-media__figure,.comment__footer {
    display: none!important; 
}

.notesheader lightning-tabset ul li {
    width: 100%!important;
    margin-right: 0;
    border-radius: 0px;
    float: none;
    display: table-cell;
    padding: 3px 0px !important;
}

.notesheader .slds-tabs_default__overflow-button {
    display: none!important;
}

.cZAPThemeLayout .forceCommunityFeedPublisher{
    margin-top: -65px!important;
}

body lightning-tab-bar ul li a {
    text-decoration: none !important;
    border: none;
    border-top: 1px solid #E6E6E6;
    font-size: 13px;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
    line-height: initial;
    padding-top: 10px;
    text-align: center;
    background: #fff;
    color: #415763;
}

body lightning-tab-bar ul li {
    width: 236px;
    margin-right: 0;
    border-radius: 0px;
    float: none;
    display: table-cell;
    padding: 3px 0px !important;
}

body lightning-tab-bar ul li.slds-tabs_default__item.slds-is-active {
    border: none;
    color: #fff;
    background: #415763;
    font-weight: bold;
    
}

body lightning-tab-bar ul li.slds-tabs_default__item.slds-is-active a {
    border: none;
    color: #fff;
    background: #415763;
    font-weight: bold !important;
    text-align: center;
}

body lightning-tab-bar ul {
    border-bottom: 3px solid #000066 !important;
}

body lightning-tab-bar ul li.slds-tabs_scoped__item.slds-is-active {
    border: none;
    color: #fff;
    background: #415763;
    font-weight: bold;
}

body.comm-page-custom-policydetails lightning-tab-bar ul li{
    width: max-content !important;
}

body lightning-tab-bar ul li[title="Inactive"]{
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
    background: rgba(255,255,255,0.1);
    color: gray !important;
}

body.comm-page-custom-policydetails lightning-tab-bar ul{
    margin-bottom: 0px;
}

body.comm-page-custom-policydetails lightning-tab-bar ul li.slds-tabs_scoped__item {
    border: none;
    color: #415763;
    margin-left: 0px;
    /*background: #415763;
    font-weight: bold;*/
}

body.comm-page-custom-policydetails lightning-tab-bar ul li.slds-tabs_scoped__item a{
    border: none;
    color: #415763;
    width: max-content ;
    margin-left: 0px;
    border-right: 1px solid #E6E6E6;
    /*background: #415763;
    font-weight: bold;*/
}

/* To remove borders between dropdown items on overflow*/
body.comm-page-custom-policydetails lightning-tab-bar lightning-menu-item a{
    border: 0px !important;
}

body.comm-page-custom-policydetails lightning-tab-bar ul li.slds-tabs_scoped__item.slds-is-active a {
    border: none;
    color: #fff;
    background: #415763;
    font-weight: bold !important;
    text-align: center;
    width: max-content;
    margin-left: 0px;    
}

body.comm-page-custom-policydetails lightning-tab-bar ul li.slds-tabs_scoped__item.slds-is-active svg{ 
    fill: aliceblue;
    /* line-height: 7px; */
    width: 1rem;
    padding-bottom: 5px;
}


body.comm-page-custom-policydetails lightning-tab-bar ul li.slds-tabs_scoped__item svg{ 
    fill: #415763;
    /* line-height: 7px; */
    width: 1rem;
    padding-bottom: 5px;
}

body.comm-page-custom-policydetails lightning-tab-bar ul li.slds-tabs_scoped__item.slds-tabs_scoped__overflow-button{
    width: max-content;    
}

body.comm-page-custom-policydetails lightning-tab-bar ul li lightning-button-menu button.slds-button{
    color: #415763;
}

body.comm-page-custom-policydetails lightning-tab-bar ul li a span lightning-icon.slds-icon-utility-sort{
    transform: rotate(90deg);
}

body.comm-page-custom-viewquote lightning-tab-bar ul li.slds-tabs_scoped__item{
    width: max-content;
    background: #ECEEEF;
}

body.comm-page-custom-viewquote lightning-tab-bar ul li a.slds-tabs_scoped__link{
    background: #ECEEEF;
}

body.comm-page-custom-viewquote lightning-tab-bar ul li.slds-tabs_scoped__overflow-button{
    background: #ECEEEF;
}

body.comm-page-custom-viewquote lightning-tab-bar ul li.slds-tabs_scoped__item.slds-is-active {
    background: #2167AE;
}

body.comm-page-custom-viewquote lightning-tab-bar ul.slds-tabs_scoped__nav {
    background: #ECEEEF;
}

body.comm-page-custom-viewquote lightning-tab-bar ul li.slds-tabs_scoped__item.slds-is-active a {
    border: none;
    color: #ECEEEF;
    background: #2167AE;
    font-weight: bold !important;
    text-align: center;
    width: max-content;
    margin-left: 0px;    
}
body.comm-page-custom-viewquote lightning-tab-bar ul li.slds-tabs_scoped__item.slds-is-active svg{ 
    fill: #ECEEEF!important;
}
.slds-tabs_default__item.slds-active::after,
.slds-tabs_default__item.slds-is-active::after,
.slds-tabs--default__item.slds-active::after,
.slds-tabs--default__item.slds-is-active::after {
    height: 0;
}

body .zapChatter li[data-overflow="true"]{
    display:none!important;
    visibility: collapse!important;
    width: 1px!important;
}

/* VPMS Changes */
body .zapVPMS .slds-wrap,.zapVPMS .slds-accordion__summary-heading {
    color: #415763;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 8px;
   /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    margin: 10px 0; */
    margin:0px;
    user-select: text;
}

body .zapVPMS .slds-form-element_readonly {
    border: 0px;
    padding: 0 5px;
}

.zapVPMS .slds-has-focus .slds-th__action {
    background-color: #415763 !important;
    box-shadow: #415763 0 0 0 1px inset;
    color: white !important;
}

.zapVPMS .slds-has-button-menu .slds-th__action {
    padding-right: 0 !important;
}

.zapVPMS .slds-icon-text-default{
    fill: #415763 !important;
}

.zapVPMS .slds-is-sortable .slds-th__action:hover,
.zapVPMS .slds-is-sortable .slds-th__action:focus,
.zapVPMS .slds-is-sortable.slds-has-focus .slds-th__action,
.zapVPMS .slds-is-sortable.slds-has-focus .slds-th__action:hover,
.zapVPMS .slds-is-sortable.slds-has-focus .slds-th__action:focus {

    box-shadow: #135f90 0 0 0 0px inset;
    color: white !important;
    background: #415763 !important;
    color: #fff !important;
}

.zapVPMS .slds-table_header-fixed_container,
.zapVPMS .slds-table--header-fixed_container {
    /* padding-top: 40px; */
    border: 1px solid transparent;
    /*  background-color: rgb(234, 234, 234);*/
    overflow: hidden;
}

.zapVPMS .tablePA .dt-width-observer+div {
    z-index: 9;
}

.slds-th__action:focus,
.slds-th__action:hover {
    background: #415763 !important;
    box-shadow: none !important;
}

.zapVPMS .slds-table tr {
    background: #fff;
    border-bottom: 2px solid#efefef;
}

.zapVPMS .slds-cell-fixed {
    background: #415763 !important;
    color: #fff !important;
    /*     padding: 4px 0px 4px 0px; */
    width: 100% !important;
}

.zapVPMS .slds-cell-fixed .slds-truncate:after {
    content: "\f0dc";
    font-family: "FontAwesome";
    /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 4px;
}

.zapVPMS .slds-cell-fixed .slds-truncate[title="Discount Percentage"],
.zapVPMS .slds-cell-fixed .slds-truncate[title="Discount Type"] {

    font-size: 0.7rem;
}

.zapVPMS span[slot="header"] .slds-form-element__label {
    color: #415763 !important;
    margin-bottom: 10px;
}

.zapVPMS .slds-is-sorted .slds-is-sortable__icon {
    display: none;
}

body .zapVPMS h1,
body .zapVPMS .h1,
body .zapVPMS h2,
body .zapVPMS .h2,
body .zapVPMS h3,
body .zapVPMS .h3 {
    margin-top: 0px;
}

body .zapVPMS .slds-card .slds-card__header.slds-grid {
    padding-top: 0;
}

body .zapVPMS .slds-scrollable_y {
    overflow-y: auto;
}

.zapVPMS span[slot="header"] .slds-form-element__control {
    display: inline-block;
}

body .zapVPMS h2.slds-text-heading_medium.slds-p-bottom_small.slds-p-top_small {
    padding: 30px 10px 5px 10px;
}

body .zapVPMS .slds-slot .slds-p-right_small strong {
    /*     margin-top: 20px; */
    font-size: 20px;
}

.zapVPMS .slds-form-element_readonly .slds-form-element__label {
    font-size: 14px;
    color: #4D433D;
    font-weight: bold;
}

/* 
.zapVPMS .slds-form-element_readonly .slds-form-element__control{
   padding-left:0!important;
}*/

body .zapVPMS .vpmsFooter .slds-form-element_readonly{
    display:flex!important;
    max-width:100%!important;
}

.vpmsFooter .customStyle{
    max-width:70%!important;
    flex-grow:1!important;
}

.zapVPMS .slds-accordion__section{
    color: #415763;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 8px;
    box-shadow: 0 0px 5px 2px rgba(0, 0, 150, .15);
    margin: 0px 0;
}

.zapVPMS .slds-m-bottom_medium{
    color: #415763;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 8px;
    box-shadow: 0 0px 5px 2px rgba(0, 0, 150, .15);
    margin: 0px 10px 10px 8px;
    width: 98.5%;
}

.zapVPMS .slds-accordion__summary{
    color: #415763;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 0px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 15%);
    margin: 0px 0px 0px 0px;
    /* height: 50px; */
    height: max-content;
}

body .zapVPMS .slds-slot .slds-p-right_small h2,.h2 {
    color: #415763;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 8px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
}

body .zapVPMS .vpmsPolicyContainer{
     width: 100%;
     color: #415763;
     background: #fff;
     border-radius: 0;
     border: none;
     box-shadow: 0 0px 5px 0 rgba(0, 0, 150, 0.25);
     padding-bottom: 5px;
}

body .zapVPMS .slds-grid {
    margin-top:2px!important;
}

@media only screen and (max-width: 767px) {
    body .zapVPMS .slds-grid {
        display: block!important;
    }
}

body .zapVPMS .slds-rich-text-editor__output{
    font-size:15px!important;
}

body .zapVPMS .vpmsSection{
    width:100%;
}

body .zapVPMS .slds-form-element {
    min-width: auto!important;
}

.zapVPMS span[slot="content"] .vpmstable .slds-form-element__control,
.vpmsPolicyBenefit span[slot="content"] .vpmstable .slds-form-element__control {
    display: contents!important;
}

.zapVPMS span[slot="content"] .slds-form-element__control {
    display: inline-block;
}

.slds-truncate[title="Discount Percentage"]::after{
    display:none;
}

.slds-truncate[title="Discount Type"]::after{
    display:none;
}

.vpmsPolicyBenefit .vpmstable .slds-truncate[title="Type"]::after{
    display:none;
}

.vpmsPolicyBenefit .vpmstable .slds-truncate[title="Description"]::after{
    display:none;
}

.vpmsPolicyBenefit span[slot="header"] .slds-form-element__control{
    display: block!important;
}

@media only screen and (max-width: 768px) {
    body td[data-label="Life Insured"],td[data-label="View PDF"]{
        padding:11px!important;
    }
}

@media only screen and (min-width: 769px) {
    .button-right{
        float: right!important;
    }
}

/* Policy Alteration changes --> start*/
body .zapPolicyQuote .slds-has-error .slds-input{
    box-shadow: var(--lwc-colorBorderError,rgb(194, 57, 52)) 0 0 0 var(--lwc-borderWidthThin,1px) inset!important;
}

body .zapPolicyQuote .slds-modal__title,.zapPolicyQuote .slds-hyphenate {
    box-shadow: none!important;
}

body .zapPolicyQuote .slds-modal__footer {
    margin-top:0px!important;
    min-height: 50px!important;
}


body .zapPolicyQuote .slds-size_full,.zapPolicyQuote .slds-p-right_large{
    margin-top:6px!important;
   /* padding:0px!important; */
    padding-top: 0px;
    padding-bottom: 0px;
    flex-grow: 1;
    flex:initial;
}

@media only screen and (max-width: 600px) {
    body .zapPolicyQuote .slds-size_full,.zapPolicyQuote .slds-p-right_large{
        padding:0px!important;
    }
}

body .zapPolicyQuote .slds-wrap,.zapPolicyQuote .slds-accordion__summary-heading {
    min-height:0px!important;
}

body .zapPolicyQuote .slds-p-top_small{
    padding-top:2px!important;
}

body .zapPolicyQuote h2.slds-text-heading_medium.slds-p-bottom_small.slds-p-top_small {
    padding: 15px 10px 5px 10px!important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15)!important;
}

body .zapPolicyQuote .slds-modal__header,.zapPolicyQuote .slds-modal__title{
    background-color: #5394CE!important;
    color:white!important;
    font-family: Arial!important;
}

body .zapPolicyQuote .slds-modal__header,.zapPolicyQuote .cancelAndReplaceForm .slds-modal__title{
    background-color: #ffffff!important;
    color: #22356e!important;
    font-family: Arial!important;
}

/*
body .zapPolicyQuote .slds-modal__title:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #415763;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
*/

body .zapPolicyQuote .slds-modal__footer lightning-button{
    float:right!important;
    margin-left: 0px!important;
}

body .zapPolicyQuote .slds-modal__footer .slds-button{
    float:right!important;
    margin-left: 10px!important;
    background:#19BAB6!important;
    border-color: #19BAB6!important;
    color:#fff!important;
}


body .zapPolicyQuote .slds-modal__footer .slds-button_brand{
    background:#19BAB6!important;
    border-color: #19BAB6!important;
}

body .vpmsButton .slds-button{
    background:#739600!important;
    border-color: #739600!important;
    color:#fff!important;
}

body .vpmsButton .slds-button:hover{
    background:#415E20!important;
    border-color: #415E20!important;
    color:#fff!important;
}

body .zapPolicyQuote .slds-modal__footer .slds-button,.zapPolicyQuote .slds-button_brand{
    font-family: Arial!important;
}

body .zapPolicyQuote lightning-datepicker label.slds-form-element__label, body .zapPolicyQuote .noLabel label.slds-form-element__label {
     display: block!important; 
}

body .zapPolicyQuote .slds-accordion__section {
     box-shadow: none!important; 
}

body .zapPolicyQuote .slds-card_boundary {
    border: var(--lwc-borderWidthThin,1px) solid var(--lwc-cardColorBorder,rgb(221, 219, 218))!important;
    border-radius: var(--lwc-borderRadiusMedium,0.25rem)!important;
    margin-bottom:7px!important;
}

body .zapPolicyQuote .vpmsPolicyContainer{
    box-shadow:none!important;
    padding:5px;
}


body .zapPolicyQuote .slds-accordion__summary {
    box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .15)!important; 
    margin-top:5px!important;
}

body .manualQuotedualbox .slds-form-element__label{
    font-size: 14px!important;
    font-family: Arial!important;
}

@media only screen and (min-width: 769px) {
    body .manualquote .slds-grid_align-center{
        justify-content: center !important;
    }

    body .manualquote span[title="Action"]{
        margin-left:7px!important;
    }

    body .zapPolicyQuote .quotepdf{
        text-align: center !important;
    }

    body .zapPolicyQuote span[title="View PDF"]{
        margin-left: 25%!important;
        margin-right: 10%!important;
    }
    
    body .zapPolicyQuote span[title="View PDF"]::after{
        visibility:hidden!important;
    }

    body .zapPolicyQuote span[title="Life Insured"]::after{
        visibility:hidden!important;
    }

    body .zapPolicyQuote span[title="Policy Number"]::after{
        visibility:hidden!important;
    }

    body .customQuoteColumn{
        margin-top: 7px;
        margin-left:6px;
    }
    
    body .customReqNotes{
        margin-top: 7px;
        margin-left:6px;
        margin-right:6px;
    }   
    
    body .customReqColumn{
        margin-top: 7px;
        margin-left:6px;
        margin-right:6px;
        color: #2167AE;
        font-weight: bold;        
    }   

}

@media only screen and (max-width: 768px) {
    body .manualquote .slds-grid_align-center{
        justify-content: flex-start !important;
    }

    body .zapPolicyQuote .slds-grid_align-center{
        justify-content: flex-start !important;
    }

    body .zapPolicyQuote .slds-grid{
        flex-wrap: wrap !important;
    }
}

@media only screen and (max-width: 650px) {
    body .zapPolicyQuote .slds-card_boundary{
        display: inline-block;
    }
}


body .manualquote .dataTableContainer .slds-cell-fixed .slds-truncate:after {
     content:none!important; 
}

body .manualquote .slds-dueling-list__column_responsive{
    flex: auto!important;
    flex-wrap: wrap!important;
    overflow: hidden;
    min-width: 6rem;
    width:50%!important;
}

body .modal-body{
    padding-top: 15px;
}

body .zapPolicyQuote .truncateValue{
    overflow:inherit!important;
}

body .zapPolicyQuote .slds-form-element__icon{
    padding-top:0.06rem!important;
}

body .zapPolicyQuote .styleHighlight{
    border: 2px solid #415763;
    margin: auto;  
    padding: 2px;
}

body .zapPolicyQuote .slds-accordion__summary{
    height: max-content!important;
    padding: 0px 8px 0px 8px!important;
}

body .zapPolicyQuote .slds-accordion__summary-heading{
    padding: 0px!important;
}

.body .zapPolicyQuote .slds-wrap, .zapPolicyQuote .slds-accordion__summary-heading{
    padding: 0px!important;
}

body .zapPolicyQuote .slds-form-element__control{
    display:initial!important;
}

body .zapPolicyQuote span[slot="header"] .slds-form-element__control {
    display: inline-block!important;
}

@media only screen and (min-width: 470px) {
    body .zapPolicyQuote .vpmsButton{
        float:right;
    }
}

.errortext a{
    color: #fff!important;
}

/* Policy Alteration changes --> End*/

/* Teleinterview */

body .teleinterview .slds-progress{
    max-width:90%!important;
    margin:3px 10px 15px!important;
}

body .teleinterview .slds-grid_align-spread{
    width:80px!important;
    margin-left:-30px;
    text-align: center;
}

body .teleinterviewflow .slds-button.slds-button_icon.slds-button_icon-bare {
    display: block!important;
}

body .teleinterviewflow .mobileHeader > h2{
    display: none!important; 
}

body .teleinterviewflow .flowruntime-inline[flowruntime-inputWrapper2_inputWrapper2] {
    display: inline-block;
    padding-top: var(--lwc-spacingXxSmall,.25rem);
}

body .teleinterviewflow .buttonPanel{
    float:right;
    margin: 10px;
}

body .teleinterviewflow .fieldContainer{
    font-weight: bold;
    padding: 10px;
}

body .teleinterviewflow .sectionHeader{
    color: #fff;
    background: #415763;
    border-radius: 0;
    border: none;
    padding: 8px;
    box-shadow: 2px 3px 5px 3px rgb(0 0 0 / 15%);
    margin: 0px 0px 0px 0px;
    height: max-content;
}

body .teleinterviewflow .sectionHeader > h2{
    margin:0!important; 
    font-size:20px!important; 
}


/* Teleinterview */

/* My clients Page CSS */
@media only screen and (min-width: 769px) {
    body .myClientTable .dataTableContainer .slds-truncate{
        margin: 10px!important;
    }

    body .myClientTable .dataTableContainer .slds-truncate::after{
        display: none!important;
    }

    body .myClientTable td[data-label='Gender'] .slds-truncate {
        padding-left: 10px!important;
    }
}

@media only screen and (max-width: 768px) {
    body .myClientTable .dataTableContainer .slds-table tr {
        padding: 5px;
    }
}

/* My clients Page CSS */


@media only screen and (min-width: 769px) {
    body .nonsortableSubTable .dataTableContainer .slds-truncate::after{
        display: none!important;
    }
}

@media only screen and (max-width: 768px) {
    body .nonsortableSubTable .dataTableContainer .slds-table tr {
        padding: 5px;
    }
}

/*** Dual Branding ***/
.desktop-logo{
    padding: 20px 25px!important;
    text-align: center;
    height: 77px!important;
    width: 240px!important;
}

.zapChatter{
    background: #fff;
    padding-top: 10px;
}

.slds-button_brand{
    background:#2167AE;
    border-color: #2167AE;
    color:#fff;
}

.slds-button_brand:hover{
    background:#23366F!important;
    color:#fff!important;
}

.slds-button_success{
    background:#739600!important;
    border-color: #739600!important;
    color:#fff!important;
}

.slds-button_success:hover{
    background:#415E20!important;
    color:#fff!important;
}

.slds-radio_button [type=radio]:checked+.slds-radio_faux, .slds-radio_button [type=radio]:checked+.slds-radio--faux, .slds-radio_button [type=radio]:checked~.slds-radio_faux, .slds-radio_button [type=radio]:checked~.slds-radio--faux, .slds-radio_button [type=radio]:checked+.slds-radio_button__label, .slds-radio_button [type=radio]:checked+.slds-radio--button__label, .slds-radio--button [type=radio]:checked+.slds-radio_faux, .slds-radio--button [type=radio]:checked+.slds-radio--faux, .slds-radio--button [type=radio]:checked~.slds-radio_faux, .slds-radio--button [type=radio]:checked~.slds-radio--faux, .slds-radio--button [type=radio]:checked+.slds-radio_button__label, .slds-radio--button [type=radio]:checked+.slds-radio--button__label {
    background-color: #415763;
    color:#fff;
}
/*
.teleinterviewflow .slds-radio_faux{
    background-color: #2167AE;
    color:#fff;
}

.teleinterviewflow .slds-radio_faux:hover{
    background-color: #23366F;
    color:#fff;
}
*/
.teleinterviewflow .slds-radio_button [type=radio]:checked+.slds-radio_faux,
.teleinterviewflow .slds-radio_button [type=radio]:checked~.slds-radio_faux,
.teleinterviewflow .slds-radio_button [type=radio]:checked+.slds-radio_button__label,
.teleinterviewflow .slds-radio--button [type=radio]:checked+.slds-radio_faux,
.teleinterviewflow .slds-radio--button [type=radio]:checked~.slds-radio_faux,
.teleinterviewflow .slds-radio--button [type=radio]:checked+.slds-radio_button__label{
    background-color: #2167AE;
    color: #fff;
}

.teleinterviewflow .slds-card__footer .actionsRight > .slds-button_brand{
    background:#739600!important;
    border-color: #739600!important;
    color:#fff!important;
}

.teleinterviewflow .slds-card__footer .actionsRight> .slds-button_brand:hover{
    background:#415E20!important;
    color:#fff!important;
}

.card-header {
    background:#415763!important;
    color: #fff!important;
}
.btn-zurich-blue-1, .btn-zurich-blue-2 {
    background: #739600!important;
    color:#fff !important;
}

.btn-zurich-blue-1:hover, .btn-zurich-blue-2:hover {
    background: #415E20!important;
}

.zap-btn{
    padding: 10px 32px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border:1px solid #ccc;
    font-family: Arial;
}

@media only screen and (max-width: 768px){
    .zap-btn {
        width: 100%!important;
        margin-bottom: 20px;
        text-align: center;
    }
}

.btn-blue {
    background: #2167AE!important;
    border:1px solid #2167AE!important;
    color:#fff !important;
}

.btn-blue:hover {
    background: #23366F!important;
    color:#fff !important;
    text-decoration: none!important;
}

.modal-header {
    background: #415763!important;
    color: #fff!important;
}

.btn-green {
    background: #739600;
    border:1px solid #739600;
    color:#fff;
}

.btn-green:hover {
    background: #415E20!important;
    color:#fff !important;
    text-decoration: none!important;
}

c-cm-file-uploader p{
    overflow-wrap: break-word!important;
}

.siteforcePanelsContainer .modal-header .title {
    color: #fff!important;
}

.footerCmps .uiButton--brand{
    background-color: #739600;
    border-color: #739600;
    color: var(--lwc-colorTextButtonBrand,#FFFFFF);
}

.footerCmps .uiButton--brand:hover{
    background-color:#415E20;
    border-color: #415E20;
}

.slds-icon-standard-process {
    background-color: #415763;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity:0.4;
}

.slds-modal{
    background-color: #0000008f; 
    z-index: 999999999; 
    overflow: auto;
}

.slds-modal__header{
    background: #415763!important;
    color: #fff!important;
}

.slds-modal__footer{
    margin-top:0px!important;
    text-align: right!important;
}

.slds-modal__footer .text{
    text-align: left!important;
}

.slds-modal__close{
    top: 5px!important;
    right: 0.25rem!important;
}

.slds-modal__content {
    overflow: visible!important;
    overflow-y: visible!important;
}

.slds-modal__container{
    display:block!important;
    top: 10%;
}

.iwantolabel{
    margin-top: 25px;
    text-align: right;
    padding-right:5px;
}

.slds-button_neutral .slds-icon {
    fill:#415763!important;
}

.formheaderRadio .slds-radio_button-group{
    display: flex!important;
    width: 100%!important;
}

.formheaderRadio .slds-radio_button__label{
    width: -webkit-fill-available!important;
    padding-top: 7px!important;
    padding-bottom: 5px!important;
    color:#415763;
}

.formheaderRadio .slds-radio_button{
    width: -webkit-fill-available!important;
}

.formheaderRadio{
    padding:0px 0 0px!important;
}

.formheaderRadio .slds-radio_faux{
    text-align: left;
    float: left;
}

.formheaderRadio label{
    margin-bottom: 0px!important;
}

.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio_faux:hover,
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio_faux:focus{
    background: #415763!important;
    color: #fff!important;
}



.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio_faux:hover,
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio_faux:focus, 
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio--faux:hover, 
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio--faux:focus, 
.formheaderRadio .slds-radio_button [type=radio]:checked~.slds-radio_faux:hover, 
.formheaderRadio .slds-radio_button [type=radio]:checked~.slds-radio_faux:focus, 
.formheaderRadio .slds-radio_button [type=radio]:checked~.slds-radio--faux:hover, 
.formheaderRadio .slds-radio_button [type=radio]:checked~.slds-radio--faux:focus, 
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio_button__label:hover, 
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio_button__label:focus, 
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio--button__label:hover, 
.formheaderRadio .slds-radio_button [type=radio]:checked+.slds-radio--button__label:focus  {
    background: #415763!important;
    color: #fff!important;
}


.notificationPreference .slds-accordion__summary{
    color: #fff;
    background: #415763;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: -5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
}

.notificationPreference .slds-is-open>.slds-accordion__content{
    margin-top: 15px;
}

.notificationPreference .slds-accordion__summary h3{
    margin-top:12px;
    margin-bottom:12px;
    margin-left:5px;
    color:#fff;
}

.notificationPreference .slds-accordion__summary h3 .slds-icon-text-default{
    fill:#fff;
}

.notificationPreference .slds-accordion__summary-action:hover, .notificationPreference .slds-accordion__summary-action:focus {
    color:#fff;
    text-decoration: none;
}

.notificationPreference .slds-checkbox_on,.notificationPreference .slds-checkbox_off{
    display:none!important;
}

.notificationPreference .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux,
.notificationPreference .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux, 
.notificationPreference .slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux, 
.notificationPreference .slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox--faux, 
.notificationPreference .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux, 
.notificationPreference .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux {
    background-color:#739600!important;
    border:#739600!important;
}

body h1, h2, h3, h4, h5, h6{
    font-family:'Arial'!important;
}

#checkout-form {
    position: relative;
    width: calc(95%);
    margin: auto;
    padding: 10px;
}

#checkout-form label {
    display: block;
    min-height: 25px;

    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    padding: 0;
    color: red;
}

body .bamboraCheckoutContainer{
    height: max-content;
    margin: auto;
    width: 100%;
    border: none;
    border-radius: 4px;
    position: relative;
}

.bamboraCheckoutContainer label{
    display: block;
    min-height: 25px;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    padding: 0;
    color: red;
}

.bamboraCheckoutContainer .cardLogo img{
    height: 55px!important;
    width: 80px!important;
    padding-left: 5px;
    padding-bottom: 5px;
}

.bamboraCheckoutContainer .card-number, .bamboraCheckoutContainer .card-cvv,.bamboraCheckoutContainer .card-expiry {
    background-color: #FFF;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 14px 60px 13px 20px;
    margin: auto;
    transition: all 100ms ease-out;
}

.bamboraCheckoutContainer .card-number{
    background-origin: content-box;
    background-position: calc(100% + 40px) center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bamboraCheckoutContainer .bambora-checkoutfield{
    background-color: #FFF;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(200, 200, 200, 1);
    padding: 14px 60px 13px 20px;
    margin: 2px;
    transition: all 100ms ease-out;
}

.bamboraCheckoutContainer .bambora-checkoutfield input{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    overflow: visible;
    background-color: transparent;
    outline: none;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
}

.bamboraCheckoutContainer .zap-btn{
    position: relative!important;
    border: none!important;
    border-radius: 4px!important;
    display: inline-block;
    transition: all 100ms ease-out;
    padding: 11px 25px!important;
    height: 40px;
    width: 120px;
}

.quotePlatformSelector .slds-media__body img{
    border-radius:0px!important;
}

.quotePlatformSelector .slds-modal__content{
    background: none;
}

.quotePlatformSelector .tileContainer{
    background: #fff;
    margin: 15px;
    min-height: 150px;
    border-radius: 15px;
    text-align: center;
}

.quotePlatformSelector .tileContainer:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.quotePlatformSelector .tileContainer:hover .tileImage{
    width:85%;
    height: 65%;
}

.quotePlatformSelector .tileContainer:hover .tileDescription{
    width: 90%;
    display: block;
}

.quotePlatformSelector .tileDescription{
    display: none;
}

.quotePlatformSelector .slds-modal__close {
    top: 45px!important;
    right:0px!important;
    position: absolute;
}

.quotePlatformSelector .slds-modal__content:last-child, .quotePlatformSelector .slds-modal__content_has-hidden-footer{
    box-shadow: none;
    background: #415763;
    border-radius: 5px;
}

@media only screen and (min-width:768px){
    .polservicingdoc .poldocTypedropDown .slds-dropdown-trigger_click.slds-is-open .slds-dropdown{
        min-width:max-content!important;
    } 
}

body .polservicingdoc button.slds-button.slds-button_icon-bare {
    display: block!important; 
}

.polservicingdoc lightning-datepicker label.slds-form-element__label, .polservicingdoc .noLabel label.slds-form-element__label {
    display: block!important;
}


.polservicingdoc .slds-radio_button-group{
    display: flex!important;
    width: 100%!important;
}

.polservicingdoc .slds-radio_button__label{
    width: -webkit-fill-available!important;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
    color:#415763;
}

.polservicingdoc .slds-radio_button{
    width: -webkit-fill-available!important;
}

.polservicingdoc{
    padding:0px 0 0px!important;
}

.polservicingdoc .slds-radio_faux{
    text-align: left;
    float: left;
}

.polservicingdoc label{
    margin-bottom: 0px!important;
}

.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio_faux:hover,
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio_faux:focus{
    background: #415763!important;
    color: #fff!important;
}



.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio_faux:hover,
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio_faux:focus, 
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio--faux:hover, 
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio--faux:focus, 
.polservicingdoc .slds-radio_button [type=radio]:checked~.slds-radio_faux:hover, 
.polservicingdoc .slds-radio_button [type=radio]:checked~.slds-radio_faux:focus, 
.polservicingdoc .slds-radio_button [type=radio]:checked~.slds-radio--faux:hover, 
.polservicingdoc .slds-radio_button [type=radio]:checked~.slds-radio--faux:focus, 
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio_button__label:hover, 
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio_button__label:focus, 
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio--button__label:hover, 
.polservicingdoc .slds-radio_button [type=radio]:checked+.slds-radio--button__label:focus  {
    background: #415763!important;
    color: #fff!important;
}

.polservicingdoc .slds-form-element__control .slds-checkbox,.polservicingdoc .slds-form-element__control .slds-radio{
    display: contents;
}


.polservicingdoc .slds-cell-fixed{
    background-color: #415763!important;
    color: white!important;
}

.polservicingdoc .slds-alert_error .slds-button__icon{
    fill: white!important;
}

.polservicingdoc .slds-alert_error .slds-icon-text-default{
    fill: white!important;
}

.polservicingdoc .slds-alert_error{
    border-radius: 2px!important;
    background:#ea635c!important;
}

.polservicingdoc .dropDown .slds-dropdown{
    max-height: 200px!important;
}

@media only screen and (min-width: 48em){
    .maxmodalwidth .slds-modal__container{
        width: 100%!important;
        max-width: 75%!important;
    }
}


