﻿

.mdc-list-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 52px !important;
    border-bottom: 1px solid #dddddd;
    align-items: center;
}

.my-card {
    height: 350px;
    width: 240px;
}

.tab-content {
    display: none;
}

.tab-content--active {
    display: block;
}

.claims-tab-content {
    display: none;
}

.claims-tab-content--active {
    display: block;
}

.producerclaims-tab-content {
    display: none;
}

.producerclaims-tab-content--active {
    display: block;
}

.driver-tab-content {
    display: none;
}

.driver-tab-content--active {
    display: block;
}

.otherschedules-tab-content {
    display: none;
}

.otherschedules-tab-content--active {
    display: block;
}


.modal-dialog {
    margin: 0rem !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 9999px #fff inset !important;
    background: #fff !important;
}

.mdc-button {
    text-transform: capitalize !important;
}

.bg-danger {
    background-color: #FFFFFF !important;
}

.mdc-button--outlined {
    font-family: Roboto !important;
}

html, body {
    margin: 0;
    overflow: hidden
}

::file-selector-button {
    height: 56px !important;
}

.btnPaymentHistory {
    text-transform: capitalize !important;
    background-color: #fff !important;
    color: #EE2E24 !important;
    border: 1px solid #EE2E24 !important;
    min-width: auto !important;
}

    .btnPaymentHistory span {
        color: #EE2E24 !important;
    }

    .btnPaymentHistory:hover {
        color: #EE2E24 !important;
    }

.btnPayment {
    text-transform: capitalize !important;
    background: #EE2E24 !important;
   margin-top: 1px;
}

#dtPolicyDocuments th.clsDocumentName {
    width: 33% !important;
    min-width: 33% !important;
}

.btn-secondary-red {
    text-transform: capitalize !important;
    background-color: #fff !important;
    color: #EE2E24 !important;
    border: 1px solid #EE2E24 !important;
    height: 42px !important;
}

.group td {
    background-color: var(--bg-color) !important;
}

.btnShowAdjusterPopup a, .btnShowAdjusterPopup a:hover {
    color: #0d6efd;
    text-decoration: underline;
}


