:root{
    --themecolor: 51,40,239;
}


.navbar-header{background: #fff!important;}

@media screen and (max-width:920px)
{
  .breadcrumb{display: none!important;}
}

.header-navbar .navbar-wrapper {
    background: #080895;
}
.breadcrumbs-top {background: rgba(255,255,255,.5);
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.02);
}
    .breadcrumbs-top .breadcrumb {
    background:none;}
.nav-pills .nav-link, .nav-tabs .nav-link {    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.footer {    background: #fff;}
.nav.nav-tabs {border-bottom: none;}
.table td{padding:4px!important;border-bottom-width: 1px!important;font-size: 13px;}
.table th {  padding: 15px 9px !important;}
.table thead th { letter-spacing: 0px!important;}

.table thead, label { text-transform: none!important; }


.displaydata{padding:0px; margin:0px; width:100%; font-size:13px;}
.displaydata th{padding:10px;}
.displaydata .tr{border-radius:5px; box-shadow:0 0 30px rgb(0 0 0 / 5%); transition: transform 300ms linear;}
.displaydata .tr:hover{transform: scale(1.025)}
.displaydata .tr td{padding:20px;}
.displaydata .name{font-size:14px; font-weight:600; color:#000;}
.header-navbar .navbar-container ul.nav li i.ficon {
    color: #fff !important;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
    color: #fff !important;
}
.btn-light {
    background-color: #A3AFBD !important;
    color: #fff !important;
}

/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    /*cursor: pointer;*/
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
}

    .info-box .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.12);
        width: 80px;
    }

        .info-box .icon i {
            color: #fff;
            font-size: 40px;
            line-height: 80px;
            padding: 0 13px;
        }

        .info-box .icon .chart.chart-bar {
            height: 100%;
            line-height: 100px;
        }

            .info-box .icon .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-pie {
            height: 100%;
            line-height: 123px;
        }

            .info-box .icon .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box .icon .chart.chart-line {
            height: 100%;
            line-height: 115px;
        }

            .info-box .icon .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box .content {
        display: inline-block;
        padding: 7px 10px;
        margin-left: auto !important;
        width: 100%;
    }

        .info-box .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #fff;
        }

        .info-box .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #fff;
        }

    .info-box.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 80px;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-2 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-2 .icon {
        display: inline-block;
        text-align: center;
        width: 80px;
    }

        .info-box-2 .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

    .info-box-2 .chart.chart-bar {
        height: 100%;
        line-height: 105px;
    }

        .info-box-2 .chart.chart-bar canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }

        .info-box-2 .chart.chart-pie canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }

        .info-box-2 .chart.chart-line canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box-2.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box-2.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-2.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-2.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-3 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-3 .icon i {
            color: rgba(0, 0, 0, 0.15);
            font-size: 60px;
        }

    .info-box-3 .chart {
        margin-right: 5px;
    }

        .info-box-3 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-3 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-3 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-3 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-3 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-3 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-3 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-3.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-3.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-3.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-3.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-4 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-4 .icon i {
            color: rgba(0, 0, 0, 0.15);
            font-size: 60px;
        }

    .info-box-4 .chart {
        margin-right: 5px;
    }

        .info-box-4 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-4 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-4 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-4 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-4 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-4 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-4.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-4.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-4.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-4.hover-expand-effect:hover:after {
        width: 100%;
    }
.bg-pink .content .text, .bg-pink .content .number {
    color: #fff !important;
}
.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

    .bg-pink .content .text,
    .bg-pink .content .number {
        color: #fff !important;
    }
.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff!important;
}
.bg-primary {
    background-color: #3472e9 !important;
    color: #fff !important;
}
.bg-dark {
    background-color: #8b8b8b !important;
    color: #fff !important;
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}
.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}

.card .header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #111;
}


.row divColor {
    height: 150px;
}

.divColor_1 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}




.divColor_2 {
    background: red;
}

.divColor_3 {
    background: darkcyan;
}

.divColor_4 {
    background: cyan;
}


.bg {
    float: left;
    margin-right: 1%;
    width: 48%;
}

.bg:nth-child(1) {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.bg:nth-child(2) {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.bg:nth-child(3) {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.bg:nth-child(4) {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.bg:nth-child(5) {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}

.bg:nth-child(6) {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .bg:nth-child(7) {
        color: #fff;
        background-color: #98a1e9;
        border-color: ##ddd;
    }
    .bg:nth-child(8) {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }
    .bg:nth-child(9) {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

@media  (max-width:678px){
    .bg{
        display:block;
        width:100%;
        margin-right:0;
    }
}
.in-progress-claim .card-dashboard label {
    color: #000000;
    font-size: 13px;
}
.in-progress-claim .card-dashboard .bg-info {
    background-color: #c9fafd !important;
    padding: 5px;
    border-radius: 12px;
    margin: 10px 0;
    border: 5px solid #00486a66;
}
.in-progress-claim .card-dashboard .bg-warning {
    background-color: #ffe3bd !important;
    padding: 5px;
    border-radius: 12px;
    margin: 10px 0;
    border: 5px solid #6a181866;
}
.in-progress-claim .card-dashboard .bg-success {
    background-color: #a2ffd1 !important;
    padding: 5px;
    border-radius: 12px;
    margin: 10px 0;
    border: 5px solid #00486a66;
}

.in-progress-claim .panel-body span {
    color: #0042bb;
    font-weight: 600;
}
.in-progress-claim .for-font-color {
    color: #0042bb;
    font-weight: 600;
}

    .in-progress-claim .for-font-color tr {
        border: 1px solid #000;
    }

    .in-progress-claim .for-font-color th {
        border: 1px solid #000;
    }

    .in-progress-claim .for-font-color td {
        border: 1px solid #000;
    }
#toast-container > div {
    opacity: 1.0!important; 
}