﻿

.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;
}