.sidebar .nav-item .nav-link {

    padding-top: 8px!important;

    padding-bottom: 8px!important;

}



.w_200 {

    width: 200px!important;

}



.w_50 {

    width: 50px!important;

}



.fz_40 {

    font-size: 40px!important;

}



.vh {

    visibility: hidden!important;

}



.d_block {

    display: block!important;

}



.body_bg {

    background: #4e73df!important;

}



.sidebar .sidebar-brand {

    text-transform: none!important;
    background: #f5f5f5 

}
.sidebar.toggled .sidebar-brand {
    background: #f5f5f5 url(../img/favicon-hinduworlds.png) no-repeat center center / 60px;
}






.sep {

    width: 100%;

    height: 1px;

    background: #ddd;

    margin-top: 5px;

    margin-bottom: 5px;

    display: block;

}



.select2-container .select2-selection--single {

    height: 37px!important;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 37px!important;

}



.select2-container .select2-selection--single {

    height: 38px!important;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 38px!important;

}



.select2-container--default .select2-selection--single {

    border:none;

}



.banner-image img {

    height: 150px;

    width: auto;

}



.listing-banner-image img {

    max-width: 100%;

    height: auto;

}



.listing-slider-image {

    width: 70%;

    height: auto;

}



.listing-logo img {

    width: 120px;

    height: 120px;

}



img {

    max-width: 100%!important;

}



.custom_img_width {

    width: 100px;

}



.custom_bg_img_width {

    width: 200px;

}



.blog_img_width {

    width: 80px;

}



.cat_img_w {

    width: 120px;

}



.cat_icon_img {

    width: 50px;

}



.slider_w {

    width: 200px;

}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: #ccc 1px 1px 10px 2px;
}

.goog-logo-link {
    display: none !important;
}

/* Hide the Google Translate banner */
.goog-te-gadget {
    color: transparent !important;
}

/* Customize the appearance of the dropdown */
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border-radius: 10px;
    padding: 8px;
    margin-top: 5px!important;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/48px-Google_%22G%22_Logo.svg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px 50px !important;
    padding-right: 30px; /* Adjust padding to make space for the icon */
    width: 180px !important;
}

/* Hide the unnecessary text in the dropdown */
.goog-te-combo option:first-child {
    display: none;
}

/* Additional CSS to ensure the text is hidden */
#google_translate_element .goog-te-gadget {
    color: transparent;
    font-size: 0;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    display: none!important;
}


@media only screen and (max-width: 768px) {
    .goog-te-gadget .goog-te-combo {
        margin: 4px 0;
        border-radius: 10px;
        padding: 8px;
        margin-top: 2px !important;
        background-image: url(../../public/uploads/website-images/google_translate.png);
        background-repeat: no-repeat;
        background-position: 10% center;
        background-size: 26px !important;
        padding-right: 30px;
        width: 50px !important;
        height: 33px;
    }
}