﻿p.mud-typography.mud-typography-body1.mud-inherit-text {
    font-size: inherit;
}

.firstPanel {
    display: flex;
    gap: 15px;
    max-width: 790px;
    flex-flow: wrap;
    padding: 23px 40px;
}

    .firstPanel > button {
        border: 1px solid;
    }

.ThirdPanel {
    display: flex;
    padding: 10px 40px;
    gap: 15px;
    text-align: center;
    text-transform: capitalize;
}


    .ThirdPanel > div {
        padding: 10px;
        border: 1px solid;
        min-height: 90px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

        .ThirdPanel > div strong {
            font-size: 31px;
        }

        .ThirdPanel > div strong {
            position: relative;
            margin-bottom: 12px;
        }

            .ThirdPanel > div strong:after {
                content: "";
                height: 3px;
                position: absolute;
                left: calc(50% - 10px);
                bottom: -2px;
                border-radius: 7px;
                width: 20px;
                background: #626470;
            }


span.mud-button-label {
    text-transform: capitalize;
    font-size: small;
}

.res_780 {
    font-size: 11px;
}




.actionPanel {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;

}
.advForm {
    max-width: 600px;
    margin: 15px auto;
}

.benType > p {
    padding: 10px;
    font-size: 13px;
}
.myform {
    display: flex;
    gap: 35px;
}

    .myform > div {
        flex: 1;
        min-width: 300px;
        position: relative;
    }

        .myform > div:after {
            position: absolute;
            content: "";
            height: 100%;
            border-left: 1px solid #737379;
            top: 0;
            left: -18px;
        }

        .myform > div:first-child:after {
            display: none;
        }


.actionButtonParent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.actionPanel button {
    border-color: #4a4b54 !important;
}


.searchPanel {
    display: flex;
    gap: 15px;
    max-width: 590px;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 8px;
}
.caseDetails {
    max-width: 604px;
    margin: 0 auto;
    padding-top: 8px;
}

.m_detilas {
    display: flex;
    flex-flow: column;
}

    .m_detilas > div {
        display: flex;
        gap: 25px;
        padding: 4px 0;
    }

        .m_detilas > div > label {
            color: #8d8d8d;
            width: 140px;
            position: relative;
        }

            .m_detilas > div > label:after {
                position: absolute;
                content: ":";
                right: -6px;
                font-weight: bold;
            }

.myaction {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    align-items: center;
}
.mud-toolbar.mud-toolbar-gutters.mud-table-toolbar {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #4f4f56;
}

.myOptBar {
    display: flex;
    padding: 15px 0;
    gap: 11px;
    justify-content: flex-end;
    width: 100%;
}

.mud-toolbar.mud-toolbar-gutters.mud-table-toolbar > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mud-toolbar.mud-toolbar-gutters.mud-table-toolbar > div > *:first-child {
        min-width: 110px;
    }

    .mud-toolbar.mud-toolbar-gutters.mud-table-toolbar > div > div:last-child {
        max-width: 850px;
    }

@media(max-width: 750px) {
    .ThirdPanel {
        flex-flow: row wrap;
    }

        .ThirdPanel > div {
            width: calc(50% - 10px);
        }

    .res_780 {
        display: none;
    }

    .myform {
       
       flex-flow: column;
    }
    #dashboard_table{
        width: 100% !important;
    }
       

}