@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.border-top {
    border-top: 1px solid #dee2e6 !important;
}


.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

/*--Loader--*/

.loader-background {
    background-color: rgb(0 0 0);
    opacity: 0.8 !important;
}

.overlay-text-center-custom.overlay-text-center {
    top: calc(35% - -15px);
}

.newloader .brand-logo {
    position: relative;
    left: 37px;
    top: 41px;
}

    .newloader .brand-logo img {
        width: 120px;
    }

.newloader .box {
    position: absolute;
    width: 11rem;
    height: 11rem;
    top: 48%;
    left: 48%;
    margin: -3.1rem 0 0 -3.1rem;
    border-top: solid 3px #32afa9;
    border-radius: 50%;
    animation: rotate 2s infinite linear;
}

    .newloader .box:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px;
        border-top: solid 3px #9bf575;
        border-radius: 50%;
        animation: rotate 2s infinite linear;
    }

    .newloader .box:after {
        position: absolute;
        content: "";
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border-top: solid 3px #00BCD4;
        border-radius: 50%;
        animation: rotate 1s infinite linear;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






/*--Loader--*/

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.mdc-form-field > label {
    margin-bottom: 0;
}

.main {
    flex: 1;
    height: calc(100% - 80px);
}



    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }



.navbar.custom-navbar {
    -webkit-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.52);
    border: solid 1px #e1e1e1;
    border-radius: 8px;
    padding: 0px 10px;
    margin-top: 8px;
    background-image: url(/assets/images/vector1.jpg);
    background-position-y: bottom;
    background-position-x: right;
    background-size: 65%;
    background-repeat: no-repeat;
    background-color: white;
}

    .navbar.custom-navbar .mdc-button.mdc-ripple-upgraded {
        border: solid 2px #008CBA;
        border-radius: 50%;
        min-width: 32px;
        height: 32px;
        margin-top: 12px;
        max-width: 32px;
        margin-right: 8px;
    }

        .navbar.custom-navbar .mdc-button.mdc-ripple-upgraded i {
            font-size: 20px;
        }

    .navbar.custom-navbar .mdc-button .mdc-button__ripple {
        border-radius: 50%;
    }

    .navbar.custom-navbar .app-user {
        color: #000;
        font-weight: 600;
    }

    .navbar.custom-navbar .brand-logo img {
        width: 138px;
        margin: 4px;
    }

    .navbar.custom-navbar .app-nav-functions {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar.custom-navbar .avatar-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: solid 1px #6693a7;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        max-height: 100%;
    }

        .navbar.custom-navbar .avatar-icon img {
            max-width: 36px;
            max-height: 36px;
        }



.brand-nav-drawer.custom-menu.mdc-drawer {
    border-color: rgba(0, 0, 0, .12);
    background-color: #002140;
    border-radius: 8px 8px 8px 8px;
    height: calc(100vh - 86px) !important;
    margin: 8px 12px;
    padding-top: 10px;
    background-image: url(/assets/images/menu-bg.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
}

    .brand-nav-drawer.custom-menu.mdc-drawer .mdc-list-item {
        color: white;
    }

.mat-accordion .mat-expansion-panel__summary .after {
    color: white !important;
}

/*:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
    background-color: #118232 !important;
    border-radius:25px;
}*/

.mat-expansion-panel__content .mdc-list-item--selected, .mat-expansion-panel__content .mdc-list-item--activated {
    background-color: #118232 !important;
    border-radius: 25px !important;
}

.mdc-list-item--selected, .mdc-list-item--activated {
}



.brand-nav-drawer.custom-menu.mdc-drawer mdc-nav-li a {
    color: white;
}

.brand-nav-drawer.custom-menu.mdc-drawer .mdc-button.mdc-ripple-upgraded {
    display: none !important;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.nav-box {
    float: left;
}

.nav-icon {
    float: left;
    clear: left;
    margin-right: 10px;
}

.brand-nav-drawer {
    border-right: 1px solid #cccccc !important;
}

.app-location-image {
    height: 200px
}

.app-user {
    color: #fff;
}

    .app-user:hover {
        color: #7CBE31;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.floating-menu {
    padding: 4px;
    margin-left: 0%;
    bottom: 0;
    /*bottom: -15px;*/
    /* margin-bottom: -40px;*/
    background-color: #f7f7f7;
    position: absolute;
    /*position: relative;*/
    /*width: 150px;*/ /*4 buttons*/
    /*width: 115px;*/
    z-index: 1;
    border-radius: .25rem;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}


/* Custom Table start */


.article-table {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    overflow-x: auto;
    margin: 8px 0 32px;
    max-width: 100%;
    border: 1px solid #eee;
    width: 100%
}

    .article-table.article-table-same th, .article-table.article-table-same td {
        width: 33%;
    }

    .article-table.article-table-same {
        display: table;
    }


    .article-table th {
        font-family: Roboto, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 400;
        letter-spacing: .04em;
        text-decoration: inherit;
        text-transform: inherit;
        background: whitesmoke;
        border-top: none;
        font-size: 1.143rem;
        color: #202124;
        text-align: left;
        border: 1px solid #eee;
        padding: 12px 12px 12px 24px;
    }

    .article-table td {
        border: 1px solid #eee;
        padding: 12px 12px 12px 24px;
    }

.article-image {
    max-width: 100%;
}

.article-table td:first-child {
    border-left: none;
}

.article-table td:last-child {
    border-right: none;
    width: 100%;
}


/* Custom Table end */








/*  Assign Role section Start  */
.assign-role-grid {
    border: solid 1px #ccc;
    padding: 0 !important;
}

    .assign-role-grid .mat-layout-grid-cell {
        padding: 5px;
        line-height: 34px;
    }

        .assign-role-grid .mat-layout-grid-cell:nth-child(1) {
            border-right: solid 1px #ccc;
            font-weight: 700;
            background: whitesmoke;
            border-bottom: #ccc solid 1px;
        }

            .assign-role-grid .mat-layout-grid-cell:nth-child(1) label {
                margin-bottom: 0px;
            }


.assign-roles-section .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.assign-roles-section .select-name {
    display: block;
}

.assign-roles-section .card-body {
    min-height: 350px;
}

.assign-roles-section .select-name span {
    list-style-type: none;
    width: auto;
    padding: 4px 15px;
    border: solid 1px #e2e6ea;
    border-radius: 18px;
    min-width: 100px;
    text-align: center;
    margin: 5px;
    display: inline-block;
}

    .assign-roles-section .select-name span:hover {
        background-color: #F6F9FD;
    }

/*  Assign Role section End  */


/*  Edit User section Start  */
.edit-user-container .action-btn-section .btn {
    width: calc(50% - 4px);
    padding: 5px 4px;
}

@media (min-width: 768px) {
    .edit-user-container .heading-name-mob-section {
        display: none;
    }

    .edit-user-container .heading-name-desk-section {
        display: flex
    }
}

@media (max-width: 767.98px) {
    .edit-user-container .heading-name-mob-section {
        display: block;
        margin-bottom: 3px;
        margin-top: 10px;
    }

    .edit-user-container .heading-name-desk-section {
        display: none
    }

    .edit-user-container .action-btn-section .btn {
        width: calc(50% - 3px);
        margin-top: 10px;
    }
}



@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    /*  .brand-logo {
        display: none;
    }*/

    .brand-title-text {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: white;
    }

    .spacer-head-from-content {
        height: 70px;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }

    .navbar-toggler {
        display: none;
    }

    .spacer-head-from-content {
        height: 70px;
    }

    .brand-title-text {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }


    .blazored-toast-container {
        z-index: 1500 !important;
    }

    .overlay-text-center {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        z-index: 1050;
    }

    .overlay-text-center-z-absolute {
        z-index: 1090;
    }
}





.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #f77750;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}




.card.user-address-card-section .card-body .bg-light:nth-child(even) {
    background-color: #f8f9fa !important;
}

.card.user-address-card-section .card-body .bg-light:nth-child(odd) {
    background: #FFF !important;
}




.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto 15px auto;
    text-align: center;
}

    .avatar-upload .remove {
        display: inline-block;
        margin-top: 12px;
    }

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label.upload-btn {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #fff;
                border: 1px solid #d6d6d6;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
                position: absolute;
            }

                .avatar-upload .avatar-edit input + label.upload-btn:hover {
                    background-color: #F6F9FD;
                }

                .avatar-upload .avatar-edit input + label.upload-btn .fas {
                    color: #6c757d;
                    position: absolute;
                    top: 8px;
                    left: 3px;
                    right: 0px;
                    text-align: center;
                    margin: auto;
                }


        .avatar-upload .avatar-edit a.remove-btn {
            display: inline-block;
            width: 34px;
            height: 34px;
            margin-bottom: 0;
            border-radius: 100%;
            background: #fff;
            border: 1px solid #d6d6d6;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
            /* position: absolute; */
            margin-top: 41px;
            margin-left: 16px;
            margin-right: -7px;
        }

            .avatar-upload .avatar-edit a.remove-btn:hover {
                background-color: #F6F9FD;
            }

            .avatar-upload .avatar-edit a.remove-btn .fas {
                color: #af5353;
                position: relative;
                top: 5px;
                left: 0px;
                right: 0px;
                text-align: center;
                margin: auto;
            }



    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }







/*Claims List section start*/

.claims-accordion {
    margin: 5px auto;
    box-shadow: none;
}

    .claims-accordion .card {
        border: none;
    }

    .claims-accordion .card-header {
        border-bottom-color: #fff;
        background: transparent;
        display: flex;
        justify-content: flex-end;
        margin-top: -58px;
        padding-right: 0;
    }

    .claims-accordion .card-body {
        border-bottom-color: #fff;
        background: transparent;
        border: solid 1px #ccc;
        border-bottom: solid 1px #fff;
    }

    .claims-accordion .fa-stack {
        font-size: 18px;
    }

    .claims-accordion .btn {
        width: 100%;
        font-weight: bold;
        color: #004987;
        padding: 0;
    }

    .claims-accordion .btn-link:hover,
    .claims-accordion .btn-link:focus {
        text-decoration: none;
    }

    .claims-accordion li + li {
        margin-top: 10px;
    }

    .claims-accordion .card-header .btn.btn-link {
        border: solid 1px #ccc;
        padding: 1px 0px 1px 8px;
    }

        .claims-accordion .card-header .btn.btn-link:after {
            font-family: 'FontAwesome';
            content: "\f068";
            float: right;
            width: 28px;
            height: 28px;
            line-height: 28px;
            border-radius: 20px;
            font-size: 14px;
            margin-left: -16px;
        }

        .claims-accordion .card-header .btn.btn-link.collapsed:after {
            /* symbol for "collapsed" panels */
            content: "\f067";
            width: 28px;
            height: 28px;
            line-height: 28px;
            border-radius: 20px;
            font-size: 14px;
            margin-left: -16px;
        }

/* Claims List section End */


/* Dollar icon start */

.dollar-icon .mdc-text-field--filled .mdc-floating-label--float-above {
    height: 55px;
    display: block !important;
    position: absolute;
    top: 67px !important;
    margin-left: -12px;
}

.dollar-icon .mdc-floating-label.mdc-floating-label--float-above::after {
    font-family: FontAwesome;
    content: "\f155";
    width: 100%;
    height: 40px;
    font-size: 18px;
    float: left;
    margin-top: 2px;
}


/* Job List section Start */

.joblist-card-section .remove-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    padding: 2px;
    background-color: #fff;
}

    .joblist-card-section .remove-btn:hover {
        color: #af5353
    }

.joblist-card-section .edit-btn {
    position: absolute;
    right: 50px;
    top: 20px;
    width: 28px;
    height: 28px;
    padding: 2px;
    font-size: 13px;
    background-color: #fff;
}


.card-body.add-estimate-card-body .activeBtn {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.2s;
    cursor: pointer;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 6px;
    width: 100%;
    font-weight: 700;
}

.card-body.add-estimate-card-body .deactiveBtn {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.2s;
    cursor: pointer;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 6px;
    width: 100%;
    font-weight: 700;
}

.btnDeactivated {
    background-color: white !important;
    color: black !important;
    border: 2px solid #008CBA !important;
}

    .btnDeactivated:hover {
        background-color: #008CBA !important;
        color: white !important;
    }

.card-header.estimate-header {
    width: calc(100% - 71px);
    margin-left: -1px;
    position: fixed;
    z-index: 11;
    margin-top: -20px;
    border-top: solid 15px #fff;
}

    .card-header.estimate-header h4.title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content .card-header.estimate-header {
    width: calc(100% - 335px);
    margin-left: -1px;
    position: fixed;
    z-index: 1;
    margin-top: -18px;
    border-top: solid 15px #fff;
}




.card-body.add-estimate-card-body .border-box {
    border: solid 1px #efefef;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 252px;
}

.card-body.add-estimate-card-body .mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
    border: solid 1px #ccc;
    margin-top: 15px;
}

.card-body.add-estimate-card-body .mdc-text-field--textarea .mdc-floating-label {
    font-weight: 700;
    font-size: 14px !important;
}

.estimate-flex {
    display: flex;
    align-items: center;
}

.card-body.add-estimate-card-body {
    padding-top: 0;
    margin-top: 135px;
}

.card-body.estimateadd {
    padding-top: 0;
    margin-top: 0px !important;
}


.estimate-datatable {
    min-width: 100%;
    overflow-x: auto;
}

    .estimate-datatable .table.dataTable {
        min-width: 800px;
    }
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1299px) {
    .card-header.estimate-header, .card-header.estimate-header .btn {
        font-size: 13px;
    }

        .card-header.estimate-header h4.title {
            font-size: 18px;
            font-weight: 600;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
}

@media (max-width: 991px) {
    .card-header.estimate-header h4.title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .card-body.add-estimate-card-body {
        padding-top: 0;
        margin-top: 185px;
    }
}


@media (min-width: 992px) {
    .card-body.add-estimate-card-body .desktop-view {
        display: block
    }

    .card-body.add-estimate-card-body .mobile-view {
        display: none;
    }

    .card-body.add-estimate-card-body .desktop-view .col-sm-5 {
        flex: 0 0 20.00000%;
        max-width: 20.0000%;
    }

    .card-body.add-estimate-card-body .border-box {
        min-height: 165px;
    }

    .card-body.add-estimate-card-body .deactiveBtn, .card-body.add-estimate-card-body .activeBtn {
        font-size: 14px;
    }
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .card-body.add-estimate-card-body .desktop-view {
        display: none
    }

    .card-body.add-estimate-card-body .mobile-view {
        display: block;
    }
}

.fa-circle-minus:before, .fa-minus-circle:before {
    color: #008CBA;
}

.fa-circle-plus:before, .fa-plus-circle:before {
    color: #4CAF50;
}





/* Estimate Panel section Start */
.estimate-panel-card-body fieldset {
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
}

.estimate-panel-card-body legend {
    background: #eee;
    padding: 4px 12px;
    color: #000;
    display: block;
    width: auto;
    margin-left: 20px;
    border-radius: 6px;
    border: solid 3px #fff;
    font-size: 20px;
}

.estimate-panel-card-body .panel-section {
}



    .estimate-panel-card-body .panel-section .form-check-input {
        display: none;
    }

    .estimate-panel-card-body .panel-section .btn-group-container {
    }

    .estimate-panel-card-body .panel-section .btn-primary {
        background-color: white;
        color: black;
        padding: 10px 10px 10px 10px;
    }

        .estimate-panel-card-body .panel-section .btn-primary:hover {
            /*border-radius: 6px;
            background-color: #4CAF50;
            color: white;*/
            background-color: #4CAF50;
            border: none;
            color: white;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            transition-duration: 0.2s;
            cursor: pointer;
            height: 60px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 10px;
            border-radius: 6px;
            width: 100%;
            font-weight: 700;
        }

        .estimate-panel-card-body .panel-section .btn-primary:not(:disabled):not(.disabled).active,
        .estimate-panel-card-body .panel-section .btn-primary:not(:disabled):not(.disabled):active,
        .estimate-panel-card-body .panel-section .show > .btn-primary.dropdown-toggle {
            /*background-color: #4CAF50;
            color: white;*/
            background-color: #4CAF50;
            border: solid 2px #002140;
            color: white;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            transition-duration: 0.2s;
            cursor: pointer;
            height: 60px;
        }

    .estimate-panel-card-body .panel-section .btn-toggle-section {
        display: flex;
        width: 100%
    }

        .estimate-panel-card-body .panel-section .btn-toggle-section .form-check-label {
            /*width: 100%;
            border-radius: 0;
            padding: 8px;
            border: solid 2px #005cbf;
            margin-left: -2px;
            line-height: 36px;
            font-weight: 700;*/

            width: 100%;
            border-radius: 0;
            padding: 8px 4px;
            background-color: white;
            color: black;
            border: 2px solid #008CBA;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            transition-duration: 0.2s;
            cursor: pointer;
            height: 60px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 4px;
            margin-left: 4px;
            border-radius: 6px;
            width: 100%;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
        }
/*
            .estimate-panel-card-body .panel-section .btn-toggle-section .form-check-label:first-child {
                border-radius: 5px 0 0 5px;
            }

            .estimate-panel-card-body .panel-section .btn-toggle-section .form-check-label:last-child {
                border-radius: 0px 5px 5px 0px;
            }
*/













.estimate-panel-card-body .dent-count-section .form-check-input {
    display: none;
}

.estimate-panel-card-body .dent-count-section .btn-group-container {
}

.estimate-panel-card-body .dent-count-section .btn-primary {
    background-color: white;
    color: black;
    padding: 10px 10px 10px 10px;
}

    .estimate-panel-card-body .dent-count-section .btn-primary:hover {
        background-color: #4CAF50;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        transition-duration: 0.2s;
        cursor: pointer;
        height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        border-radius: 6px;
        width: 100%;
        font-weight: 700;
    }

    .estimate-panel-card-body .dent-count-section .btn-primary:not(:disabled):not(.disabled).active,
    .estimate-panel-card-body .dent-count-section .btn-primary:not(:disabled):not(.disabled):active,
    .estimate-panel-card-body .dent-count-section .show > .btn-primary.dropdown-toggle {
        background-color: #4CAF50;
        border: solid 2px #002140;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        transition-duration: 0.2s;
        cursor: pointer;
        height: 60px;
    }

.estimate-panel-card-body .dent-count-section .btn-toggle-section {
    /* display: flex;*/
    width: 100%
}

    .estimate-panel-card-body .dent-count-section .btn-toggle-section .form-check-label {
        width: 100%;
        border-radius: 0;
        padding: 8px 4px;
        background-color: white;
        color: black;
        border: 2px solid #008CBA;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        transition-duration: 0.2s;
        cursor: pointer;
        height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 4px;
        margin-left: 4px;
        border-radius: 6px;
        width: 100%;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
    }








.oversize-section .count-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .oversize-section .count-flex .fa-xl {
        margin: 0 10px
    }

    .oversize-section .count-flex .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
        margin: 0 10px;
        border: solid 1px #ccc
    }

.oversize-section .count-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .oversize-section .count-btn .btn {
        width: 100%;
        border-radius: 0;
    }

    .oversize-section .count-btn .btn-common:first-child .btn {
        border-radius: 5px 0 0 5px;
    }

    .oversize-section .count-btn .btn-common:last-child .btn {
        border-radius: 0px 5px 5px 0px;
    }


    .oversize-section .count-btn .btn-common {
        padding: 0;
        width: 10%;
    }
/*Medium devices (tablets, less than 992px)*/
@media (max-width:778px) {
}




.hood-btn-view .btn {
    font-size: 16px;
    transition-duration: 0.2s;
    cursor: pointer;
    height: 60px;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hood-btn-view .btn.btn-outline-secondary:not(:disabled):not(.disabled).active,
    .hood-btn-view .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
    .hood-btn-view .btn.show > .btn-outline-secondary.dropdown-toggle {
        background-color: #4CAF50;
        border: solid 2px #007c31;
    }

    .hood-btn-view .btn.btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgb(32 131 91 / 82%) !important;
    }

.rewarp-vehicle-btn {
    font-size: 14px !important;
    background-color: white !important;
    color: black !important;
    border: 2px solid #008CBA !important;
}

    .rewarp-vehicle-btn:hover {
        background-color: #008CBA !important;
        color: white !important;
    }

    .rewarp-vehicle-btn:active, .rewarp-vehicle-btn.active {
        background-color: #4CAF50 !important;
        color: #fff !important;
        border: 2px solid #000 !important;
    }

.custom-excel-export-btn {
    margin-bottom: -36px;
    position: relative;
    z-index: 1;
    float: left;
}

.custom-excel-submit-btn {
    margin-bottom: -38px;
    position: relative;
    z-index: 1;
    float: left;
    margin-left: 120px
}

.claims-accordion.dataentry-export {
    position: relative;
    z-index: 2;
}

/*==== for Login====  */

.login-reg-container {
    height: calc(100vh - 0px);
    background-color: rgba(213, 213, 213, 0.6);
    padding-top: 1px;
}

    .login-reg-container .navbar-section {
        padding: 10px 15px;
        background-color: rgb(0,33,64);
        margin: 10px
    }

.login-container {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.card.login-form {
    width: 400px;
    margin: 20px;
}

    .card.login-form .card-body {
        padding-top: 45px;
        padding-bottom: 30px
    }

.login-container .lead {
    text-align: center;
    color: #2e2e2e;
}

    .login-container .lead h1 {
        padding-top: 30px;
        font-weight: 500;
    }

.card.login-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.card.login-form input {
    display: block;
    width: 100%;
    font-size: 14pt;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}

    .card.login-form input:focus {
        outline: none;
    }

.card.login-form label {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #999;
    font-size: 14pt;
    font-weight: normal;
    pointer-events: none;
    transition: all 0.2s ease;
}

.card.login-form input:focus ~ label,
.card.login-form input:valid ~ label {
    top: -20px;
    font-size: 10pt;
    color: #5264AE;
}

.card.login-form .bar {
    display: block;
    position: relative;
    width: 320px;
}

    .card.login-form .bar:before,
    .card.login-form .bar:after {
        content: "";
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: all 0.2s ease;
    }

    .card.login-form .bar:before {
        left: 50%;
    }

    .card.login-form .bar:after {
        right: 50%;
    }

.card.login-form input:focus ~ .bar:before,
.card.login-form input:focus ~ .bar:after {
    width: 50%;
}




.card.login-form .btn-login {
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #1B6EC2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    transition: all 0.3s linear;
    width: 100%;
    border: none;
}

    .card.login-form .btn-login:hover {
        transform: translateY(-3px);
    }

.card.login-form .message {
    margin: 8px 0 0;
    color: #b3b3b3;
    font-size: 14px;
    text-align: center
}

    .card.login-form .message a {
        color: #4CAF50;
        text-decoration: none;
    }



/*==== for Register form====  */


.login-reg-container .navbar-section.reg {
    padding: 10px 15px;
    background-color: #fff;
    padding: 10px;
    margin: 0;
}

    .login-reg-container .navbar-section.reg .brand-logo {
        background: rgb(0,33,64);
        padding: 10px;
    }

        .login-reg-container .navbar-section.reg .brand-logo img {
            margin-left: 5px;
        }

.register-container {
    height: calc(100vh - 96px);
    background-color: #fff;
    padding: 15px;
    border: none;
    min-height: 700px;
}

    .register-container .navbar-section {
        padding: 10px 15px;
        background-color: rgb(0,33,64);
        margin: 10px
    }

.register {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}



.card.register-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.card.register-form input {
    display: block;
    width: 100%;
    font-size: 14pt;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}

    .card.register-form input:focus {
        outline: none;
    }

.card.register-form label {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #999;
    font-size: 14pt;
    font-weight: normal;
    pointer-events: none;
    transition: all 0.2s ease;
}

.card.register-form input:focus ~ label,
.card.register-form input:valid ~ label {
    top: -20px;
    font-size: 10pt;
    color: #5264AE;
}

.card.register-form .bar {
    display: block;
    position: relative;
    width: 100%;
}

    .card.register-form .bar:before,
    .card.register-form .bar:after {
        content: "";
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264AE;
        transition: all 0.2s ease;
    }

    .card.register-form .bar:before {
        left: 50%;
    }

    .card.register-form .bar:after {
        right: 50%;
    }

.card.register-form input:focus ~ .bar:before,
.card.register-form input:focus ~ .bar:after {
    width: 50%;
}




.card.register-form .btn-login {
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #1B6EC2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    transition: all 0.3s linear;
    width: 100%;
    border: none;
}

    .card.register-form .btn-login:hover {
        transform: translateY(-3px);
    }

.card.register-form .message {
    margin: 8px 0 0;
    color: #b3b3b3;
    font-size: 14px;
    text-align: center
}

    .card.register-form .message a {
        color: #4CAF50;
        text-decoration: none;
    }


.btn.btn-reg {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1565c0;
    background-color: #F6F9FD;
    border-color: rgba(0,0,0,.12);
    width: auto;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
}
/*.btn.btn-reg:hover {
        transform: translateY(-3px);
    }
*/
/*-------------------------01042025----------------------------------*/
.content {
    border: solid 2px #dbdbdb;
    margin: 9px 16px 0 20px;
    height: calc(100vh - 90px);
    border-radius: 6px;
    overflow-y: auto;
}

.table.table-striped.table-bordered.dataTable thead th {
    background-color: #002140;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
}

.table.table-striped.table-bordered.dataTable tbody td {
    font-size: 14px;
    vertical-align: middle;
}

    .table.table-striped.table-bordered.dataTable tbody td .btn.btn-outline-secondary.btn-sm {
        background-color: #04618b !important;
        border-color: rgba(0, 0, 0, .12);
        color: #fff !important;
        padding: 3px 3px;
        line-height: 17px;
        font-size: 10px;
        width: 24px;
        height: 24px;
    }

    .table.table-striped.table-bordered.dataTable tbody td .btn.btn-outline-danger.btn-sm {
        background-color: #d00e00 !important;
        border-color: rgba(0, 0, 0, .12);
        color: #fff !important;
        padding: 3px 3px;
        line-height: 17px;
        font-size: 10px;
        width: 24px;
        height: 24px;
    }

    .table.table-striped.table-bordered.dataTable tbody td .btn.btn-outline-info.btn-sm {
        background-color: #1c2326 !important;
        border-color: rgba(0, 0, 0, .12);
        color: #fff !important;
        padding: 3px 3px;
        line-height: 17px;
        font-size: 10px;
        width: 24px;
        height: 24px;
    }

    .table.table-striped.table-bordered.dataTable tbody td .btn.btn-outline-primary.btn-sm {
        background-color: #3f8d61 !important;
        border-color: rgba(0, 0, 0, .12);
        color: #fff !important;
        padding: 3px 3px;
        line-height: 17px;
        font-size: 10px;
        width: 24px;
        height: 24px;
    }

div.dataTables_wrapper div.dataTables_paginate {
    border: solid 1px #d2d2d2;
    padding-top: 0;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 2px !important;
    font-size: 14px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #d2d2d2 !important;
        border-radius: 0;
        border: none !important;
        font-weight: 600;
    }


.mdc-tab-scroller__scroll-content {
    background-color: #002140;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.mdc-tab .mdc-tab__text-label {
    color: rgb(255 255 255) !important;
}

.mat-tab-label.mdc-tab.mdc-tab--active {
    background-color: #1e873e !important;
    margin-top: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    margin-left: 6px;
}



/*--------------------------------------------------------------*/

.card .card-header.bg-secondary {
    background-color: #004a6b !important;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: transparent;
    margin-bottom: 8px;
    width: 100%;
}


.mat-option mdc-list-item mdc-list-item--selected {
    background-color: #ccc !important;
}


label.mdc-text-field.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) > input.mdc-text-field__input {
    border: solid 1px #969696;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}



.submit-btn.mdc-button {
    background-color: #0ea464 !important;
    color: #fff !important;
    margin-left: 3px;
    margin-right: 3px;
}

    .submit-btn.mdc-button:disabled {
        background-color: #72be8a !important;
        color: #fff !important;
    }


.print-btn.mdc-button {
    background-color: #35abb6 !important;
    color: #fff !important;
    margin-left: 3px;
    margin-right: 3px;
}

    .print-btn.mdc-button:disabled {
        background-color: #69c5ce !important;
        color: #fff !important;
    }



.next-prev-btn.mdc-button {
    background-color: #1565c0 !important;
    color: #fff !important;
    margin-left: 3px;
    margin-right: 3px;
}

    .next-prev-btn.mdc-button:disabled {
        background-color: #6c757d !important;
        color: #fff !important;
    }



.card.claimsList-card {
}

    .card.claimsList-card .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #002140;
        color: #fff;
    }

        .card.claimsList-card .card-header h5 {
            margin-bottom: 0;
        }

    .card.claimsList-card .card-footer {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 5px;
    }

.modal .modal-header {
    background-color: #002140 !important;
}

    .modal .modal-header .modal-title {
        color: #fff !important;
        font-size: 15px;
    }

    .modal .modal-header .close span {
        color: #fff !important;
    }


.dropdown-menu.custom-ddl-menu {
    margin-left: -74px;
    width: 220px;
}


.col-form-label {
    text-align: end;
}

/*----------------------------------*/



.input-group-custom .btn-upload {
    height: 45px
}

.input-group-custom .upload-input-group {
    margin-bottom: 10px;
}

.input-group.input-group-custom > .custom-select:not(:last-child), .input-group.input-group-custom > .form-control:not(:last-child) {
    height: 45px;
}


.card.img-preview .card-body {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card.img-preview .card-body img {
        max-width: 100%;
        max-height: 200px;
    }


.input-group-custom .btn {
    height: 45px !important;
}


#csv-input {
    display: none;
}

@media (max-width: 767px) {
    .next-prev-btn {
        padding: 5px 0;
    }

        .next-prev-btn .col-lg-3 {
            width: 25%;
        }

        .next-prev-btn .col-md-6 {
            width: 50%;
        }

    .card .card-header.bg-secondary label {
        margin-bottom: 1px;
        font-size: 11px;
    }

    .card .card-header.bg-secondary .mb-2 {
        margin-bottom: 0 !important;
    }

    .row.estimate-header-details .col-lg-4 {
        width: 100%;
        text-align: left !important;
    }

    .row.estimate-header-details .col-lg-3 {
        width: 33%;
        text-align: left !important;
    }

    .row.estimate-header-details .col-lg-2 {
        width: 33%;
        text-align: left !important;
    }

    .card-body.add-estimate-card-body {
        padding-top: 0;
        margin-top: 160px;
    }

    .estimate-panel-card-body .panel-section .btn-toggle-section, .estimate-panel-card-body .dent-count-section .col-lg-12.d-flex {
        display: block !important;
        width: 100%
    }

        .estimate-panel-card-body .dent-count-section .btn-toggle-section .form-check-label, .estimate-panel-card-body .panel-section .btn-toggle-section .form-check-label { 
        font-size: 12px;
    }
    }

@media (max-width: 600px) {
    .card-body.add-estimate-card-body {
        padding-top: 0;
        margin-top: 200px;
    }
}

/* Add near the end of site.css */
.blazored-typeahead__results,
.blazored-typeahead-results {
    max-height: 60vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}