﻿p {
    word-break: keep-all !important;
}

.label {
    min-width: 100px !important;
    width: 35% !important;
}

.value {
    width: 65% !important;
}

.lead .mud-button {
    padding: 12px 32px !important;
    font-weight: normal !important;
}

.mud-tabs-toolbar-content .mud-tabs-toolbar-wrapper.mud-tabs-centered {
    margin: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.mud-toolbar-gutters {
    padding-left: 65px !important;
}

.mud-tabs {
    gap: 30px;
}

.mud-tab {
    height: 100%;
    border-radius: 8px !important;
    text-transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
    padding: 10px !important;
    min-width: 0px !important;
}

.mud-tab:hover {
    height: 100% !important;
}

.mud-tooltip-root {
    width: 24% !important;
}

.mud-tabs-scroll-button {
    display: none !important;
}

.mud-tab > svg {
    margin-top: 12px !important;
    margin-right: 0 !important;
}

.word-break-all {
    word-break: break-all !important;
}

.mud-tab-active {
    background-color: #E8E5F5 !important;
    border-radius: 8px !important;
    color: var(--mud-palette-dark) !important;
    font-weight: 600 !important;
    height: 100% !important;
}

.mud-tabs-toolbar-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
}

.mud-input {
    background-color: unset !important;
    text-align: center !important;
    font-size: 1em !important;
}

    .mud-input > input {
        height: 40px !important;
        padding: 0 0 0 12px !important;
    }

.mud-input-label-inputcontrol {
    top: -5px !important;
}

.mud-input-label {
    font-size: 0.75em !important;
}

.mud-tooltip-root {
    margin-right: 0 !important;
}

.lead-comment-section-mobile .mud-input-slot {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: var(--mud-default-borderradius) !important;
}

.main-logo {
    height: 45px !important;
}

.login-logo {
    height: 30px;
    width: auto !important;
}

.logo {
    height: 60px;
    width: 150px;
    border-radius: var(--mud-default-borderradius);
}

.ba-logo {
    background-color: #0C3660;
}

.elfr-logo {
    background-color: #1a3739;
}

.center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/*Filter Menu Bar*/
.filter-bar-container {
    display: inline-block;
}

.filter-bar-input {
    background-color: white !important;
    border-radius: 9999px !important;
}

/* Leads */
.lead-items-section {
    background-color: #F5F5F5 !important;
    padding: 32px !important;
}

.lead-header {
    flex-direction: row;
}

.lead-date {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lead-item-content {
    width: 100% !important;
    padding: 24px;
}

.lead-item-shadow {
    box-shadow: 22px 48px 69px -26px rgba(0,0,0,0.17) !important;
    -webkit-box-shadow: 22px 48px 69px -26px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 22px 48px 69px -26px rgba(0,0,0,0.17) !important;
}

.lead-info-section, .lead-comment-section {
    width: 48% !important;
}

.lead-item-btns {
    gap: 32px;
}

.se-leads-button {
    width: 230px;
    max-width: 300px !important;
    min-height: 40px;
    border-radius: 18px !important;
}

.filter-button {
    background: var(--mud-palette-white) !important;
    border-color: #D7D7D7 !important;
}

.status-tab {
    max-width: 200px;
    background-color: #f0ffeb;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    padding: 10px;
}

.lead-info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mud-expand-panel {
    margin-top: 15px !important;
    background-color: #F5F5F5 !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 5px 0px rgba(171,171,171,0.49);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(171,171,171,0.49);
    -moz-box-shadow: 0px 3px 5px 0px rgba(171,171,171,0.49);
}

.lead-comment-section-mobile {
    display: none;
}

.filter-menu-dialog {
    background-color: var(--mud-palette-primary) !important;
    padding: 12px !important;
    max-width: 475px !important;
}

.mud-dialog-container.mud-dialog-center {
    display: none !important;
}

/*Text Colors*/
.black-txt {
    color: black !important;
}

.blue-txt {
    color: #026DFE !important;
}

.grey-txt {
    color: #424242;
}

@media only screen and (min-width: 1250px) {
    .mud-tab {
        padding: 0 10px !important;
        font-size: 1rem !important;
    }
}

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

    body, .mud-container {
        background: #F5F5F5 !important;
    }
        .lead-info > p {
            font-size: 0.90rem !important;
        }
    .filter-bar-container {
        display: none !important;
    }

    .lead-items-section {
        padding: 0px !important;
    } 

    .se-leads-button {
        width: 45% !important;
        max-width: 350px;
    }

    .mud-tab {
        padding: 0 10px !important;
    }

    .mud-tab svg {
        margin-top: 6px !important;
        font-size: 1rem !important;
    }

    .lead-item-btns {
        justify-content: space-evenly;
    }

    .mud-dialog-container.mud-dialog-center {
        display: flex !important;
    }
}

@media only screen and (max-width: 700px) {
    .lead-info-container {
        flex-direction: column !important;
    }

    .lead-comment-section {
        display: none !important;
    }

    .lead-comment-section-mobile {
        display: block;
    }

    .lead-info {
        width: 50% !important;
    }

    .lead-item-btns {
        justify-content: space-between;
    }

        .mud-tab > svg {
            display: none !important;
        }
}

@media only screen and (max-width: 600px) {
    .lead-info-section {
        width: 100% !important;
    }

    .mud-tab {
        font-size: 2.5vw !important;
    }

    .mud-toolbar-gutters {
        padding-left: 48px !important;
    }
}

@media only screen and (max-width: 435px) {
        .lead-header > h3 {
            font-size: 1.25em;
        }

        .lead-info > p {
            font-size: 0.80rem !important;
        }

    .mud-grid-item {
        padding: 0 !important;
    }

    .mud-tabs {
        gap: 12px;
    }

    .mud-tabs-toolbar {
        box-shadow: unset !important;
        border-radius: 0 !important;
        padding: 15px;
    }

    .mud-tab {
        font-size: 3vw !important;
        border: solid 1px var(--mud-palette-info) !important;
    }

    .lead-item-content {
        padding: 12px;
    }
    .mud-grid-spacing-xs-3 {
        width: 100% !important;
        margin: 0 !important;
    }

    .mud-container {
        padding: 24px 0 !important;
    }

    .lead-items-section {
        margin: 0 5px;
    }

    .filter-button {
        margin-bottom: 12px !important;
    }

    .lead-header {
        flex-direction: column !important;
    }

    .lead-date {
        flex-direction: row !important;
        justify-content: space-between
    }

    .mud-toolbar-gutters {
        padding-left: 24px !important;
    }

    .login-logo {
        height: 20px;
        width: auto !important;
    }

    .logo {
        height: 40px;
        width: 125px;
    }
}