    /* .form-group{
        width:50%;
        padding-left:10px;
        float:left;
    } */
    .active_cases{
        background-color:yellow;
    }
    .virtually_adopted{
        background-color:skyblue;
    }
    .physically_adopted{
        background-color:skyblue;
    }
    .released{
        background-color:green;
        color:#FFF;
    }
    .death{
        background-color:red;
        color:#FFF;
    }
    .form-outer{
        width:100%;
        box-shadow: 4px 4px 8px #c9e9ff;
        padding:20px;
        display:inline-block;
        border-radius: 5px;
    }
    
    .dash-silver{
        /* background-color: #D0EBD0;  */
        /*background-color: #EAEDED;*/
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

    /* form{
        width:100%;
        box-shadow: 4px 4px 8px silver;
        padding:20px;
        display:inline-block;
    } */
    body{
        /* background:#f5f6f6; */
        background:#EAEDED;
        /* background-color: #c9e9ff; */
    }
    .breadcrumb{
        background-color: #081f37;
        /* background:#00ACF0 !important; */
        /*background:#1F2024;*/
        color:#fff;
        /*--bs-breadcrumb-divider-color: #fff !important;*/
        
    }
    
    .breadcrumb-item{
        color:#fff;
        /*color:#33A513;*/
        padding:10px;
    }
    .breadcrumb-item a{
        text-decoration:none;
        color:#fff;
    }
    .form-outer{
        box-shadow:0 0 5px silver;
        padding:15px;
    }
    .main-container{
       box-shadow:0 0 5px silver;
        /*padding:15px; */
        padding-bottom:0px;
    }
    .main-heading{
        text-align:center;
        font-weight:700;
        font-size:24px;
        color:#081f37;
    }

    .main-heading-1{
        font-size:18px;
        font-weight:550;
        width: 100%;
        display: inline-block;
        margin-top:10px;
    }    

    /* .form-outer{
        box-shadow: 0 0 5px silver;
        padding: 20px;
        display: flex;
        height: auto;
        width: 100%;
    } */
    form div{
        width: 100%;
    }
    /* .form-group{
        display: block;
    } */
    .form-group label{
        margin-top:5px; 
        margin-bottom: 5px;
    }

    .w-50-l{
        width:33%;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        display: block;
    }
    
    .w-50-r{
        width:33%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    tr th{
        text-align: center;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
    .w-100{
        width:50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .w-50{
        width:50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .w-66{
        width:66%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .w-85{
        width:85%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .select2-container--default .select2-selection--single{
        width:100%;
        padding: 10px;
        height:45px;
        padding:10px;
        /* border:2px solid #00ACF0; */
        outline: none;
    }

    .table-bordered > :not(caption) > * > * {
        border-width: 1px 1px;
    }

    .wp170{
        width:170px;
        float: left;        
        padding: 10px;
        /* padding-right: 10px; */
        /* border:1px solid red; */
    }
    .wpr170{
        width: calc(100% - 170px);
        float: left;        
        padding: 10px;
        /* border:1px solid red; */
    }

    @media screen and (max-width: 767px){
        .w-50-l{
            width:100%;
            float: left;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
    
        .w-50-r{
            width:100%;
            float: right;
            padding-left: 0px;
            padding-right: 0px;
            display: block;
        }
        .w-100{
            width:100%;
            padding-left: 0px;
            padding-right: 0px;
        }
        .w-50{
            width:100% !important;
            float: left;
            padding-left: 0px;
            padding-right: 0px;
        }
        .w-66{
            width:100%;
            float: left;
            padding-left: 0px;
            padding-right: 0px;
        }

        .w-85{
            width:100%;
            float: left;
            padding-left: 0px;
            padding-right: 0px;
        }

    .wp170{
        width:100%;
        float: left;
        padding: 10px;
        /* padding-right: 10px; */
        /* border:1px solid red; */
    }
    .wpr170{
            width: 100%;
            float: left;        
            padding: 10px;
            /* border:1px solid red; */
    }
    
}



 /* New Styles */

.input-field-1{
    outline: none;
    width: 100%;
    /* border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid; */
    /* border:2px solid #EAEDED; */
    border:1px solid #081f37;
    padding: 5px 10px;
    border-radius: 5px;
    height: 40px !important;
}

.w-33{
    width: 33%;
    float: left;
    padding: 0px 10px;
}
.w-34{
    width: 34%;
    float: left;
    padding: 0px 10px;
}
.w-25{
    width: 25%;
    float: left;
    padding: 0px 10px;
}
select{
    height: 38px;
}

.w-15{
    width: 15%;
    float: left;
    padding: 0px 10px;
}

.w-10{
    width: 10%;
    float: left;
    padding: 0px 10px;
}


.w-20{
    width: 20%;
    float: left;
    padding: 0px 10px;
}
.dash-w-15{
    width: 15%;
    float: left;
    padding: 0px 10px;
}
.dash-w-20{
    width: 20%;
    float: left;
    padding: 0px 10px;
}

.rdo{
    background-color: #c9e9ff;
}
.user-profile-picture-div{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}
.user-profile-picture{
    width: 100%;
    height: auto;
}
.center-div-data{
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-title{
    font-weight: 600px;
    width: 90%;
    text-align: center;
}

.sl_no{
    width: 30px !important;
    text-align: center;
}

.modal-body{
    display: inline flow-root list-item;
}

.w100{
    width: 100%;
    display: inline-block;
}
.w_100{
    width: 100%;
    display: inline-block;
    padding: 0px 10px;
}

.w50{
    width: 50%;
    float: left;
}

.w-75{
    width: 75%;
    float: left;
}

.dash-div{

}


.dash-item-div h2{
    font-size:18px;
    font-weight: 700;
}

.div-outer{
    padding: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 767px){
    .w-33{
        width: 100% !important;
        float: left;
        padding: 0px 0px;
    }
    .w-34{
        width: 100% !important;
        float: left;
        padding: 0px 0px;
    }
    .w-25{
        width: 100% !important;
        float: left;
        padding: 0px 0px;
    }
    
    
    .w-15{
        width: 100% !important;
        float: left;
        padding: 0px 0px;
    }

    .w-10{
        width: 100% !important;
        float: left;
        padding: 0px 0px;
    }

    .w-20{
        width: 100% !important;
        float: left;
        padding: 0px 0px;
    }

    .hide-for-mobile{
        display: none;
    }

    .w-75{
        width: 100% !important;
        float: left;
    }
    
    .dash-w-15{
        width: 50%;
        float: left;
        padding: 0px 10px;
        margin-top:10px;
    }
    .dash-w-20{
        width: 50%;
        float: left;
        padding: 0px 10px;
        margin-top:10px;
    }

}


    .pegination{text-align:center;height:auto;}
    .pegination a{
        font-size: 15px;
        color: green;border-radius:5px;width: 34px;height:auto;
        border:1px solid green;margin-left:10px;padding:5px;text-decoration:none;
    }
    .pegination a:hover{
        background:green;color:#fff;text-decoration:none;
    }
    .pegination strong{
        font-size: 15px;
        color: brown;
        border:1px solid green;
        margin-left:10px;
        padding:5px;
        background:green;
        color:#fff;
        text-decoration:none;
        border-radius:5px;
        width: 34px;
    }

    .modal {
        /* --bs-modal-zindex: 1055; */
        /*--bs-modal-width: 60%;*/
    }
    
    
.dash-item-div{
    padding:10px 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    /*box-shadow:2px 2px 5px silver;*/
    border-radius:5px;
}    

.dash-item-div:hover{
    box-shadow: 0px 43px 35px 0px rgba(12, 12, 12, 0.10) !important;
}