        .card {
            border-radius: 0;
        }
        
        .panel-widget {
            padding: 10px 0;
            position: relative;
            box-shadow: none;
            border-radius: 0;
            background: none;
            /* text-align: center; */
            color: #333;
        }
        
        .panel-widget .large {
            color: #373b45;
            font-size: 3em;
        }
        
        .div-card {
            box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)!important;
        }
        
        .star i.star {
            color: #8ec63f;
        }
        
        .star i.blank_star {
            color: rgb(122, 122, 122);
        }
        
        .services_box ul {
            list-style: none;
            display: block;
        }
        
        .cursor-pointer {
            cursor: pointer;
        }
        
        @media (max-width: 575.98px) {
            .right-icon {
                display: none;
            }
            .px-xs-0 {
                padding-left: 0px;
                padding-right: 0px;
            }
        }
        
        @media (min-width: 576px) and (max-width: 767.98px) {
            .right-icon {
                display: none;
            }
            .p-l-sm-0 {
                padding-left: 0px;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991.98px) {
            .right-icon {
                display: none;
                ;
            }
        }
        
        @media (min-width: 992px) and (max-width: 1199.98px) {
            .right-icon {
                display: inline-block;
            }
        }
        
        @media (min-width: 1200px) {
            .right-icon {
                display: inline-block;
            }
        }
        
        footer.sticky-footer {
            padding: 1rem 0;
        }
        
        .bg-navbar {
            background-color: unset;
        }
        /*DataTable and Date Time Style */
        
        .prev {
            display: block !important;
        }
        
        .select2-container .select2-selection--single {
            height: 32 !important;
        }
        
        legend {
            font-size: unset;
        }
        
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: unset;
        }
        
        fieldset {
            border-width: 2px;
            border-style: groove;
            border-image: initial;
        }
        
        select[name="active_data_table_length"] {
            width: auto !important;
        }
        
        .dataTables_length {
            margin-right: .5rem!important;
        }

.application-font{
    font-size: 1.4rem !important;
}

span.role-btn{
    background-color: #555;
    color: white;
    /* padding: 16px 20px; */
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 85px;
    right: 0px;
    width: 55px;
    font-size: 12px;
    text-align: center;
}

span.role-btn a{
    font-size: 12px;
    color: white;
}