@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab+Highlight:wght@400;700&display=swap');
@import url('assets/fonts/canterbury/Canterbury.ttf');

.Canterbury-font {
    font-family: "Canterbury", serif;
    font-weight: 400;
    font-style: normal;
}

.zilla-slab-highlight-regular {
    font-family: "Zilla Slab Highlight", serif;
    font-weight: 400;
    font-style: normal;
}

.zilla-slab-highlight-bold {
    font-family: "Zilla Slab Highlight", serif;
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'KrutiDev';
    /* Custom name for the font */
    src: url('assets/fonts/MANGAL/Krutidev.ttf') format('truetype');
    /* Correct path to the font file */
    font-weight: normal;
    /* Optional: Define the font weight if needed */
    font-style: normal;
    /* Optional: Define the font style if needed */
}

@font-face {
    font-family: 'Mangal';
    /* Custom name for the font */
    src: url('assets/fonts/MANGAL/MANGAL.TTF') format('truetype');
    /* Correct path to the font file */
    font-weight: normal;
    /* Optional: Define the font weight if needed */
    font-style: normal;
    /* Optional: Define the font style if needed */
}

@font-face {
    font-family: 'Chomsky';
    /* Custom name for the font */
    src: url('/assets/fonts/chomsky/Chomsky.otf') format('truetype');
    /* Correct path to the font file */
    font-weight: normal;
    /* Optional: Define the font weight if needed */
    font-style: normal;
    /* Optional: Define the font style if needed */
}

.text-hindi {
    /* font-family: 'KrutiDev', sans-serif; */
    /* font-family: 'Mangal', sans-serif; */
    font-family: 'Canterbury' !important;
}

:root {
    --primary: #333;
    --font-family: "Nunito Sans", sans-serif;
    /* --font-family: "Open Sans", sans-serif; */
    --rfs-title: 2.3rem --rfs-sub-title: calc(0.5rem + 0.5vw);
    --bg-grey: #F8F8F8
}

* {
    margin: 0px;
    padding: 0px;
}

body,
html {
    scroll-behavior: smooth;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
}

.text-bg-red {
    background-color: #9b0620 !important;
    color: white !important;
}

.text-xs {
    font-size: 10px !important;
}

.bg-grey {
    background-color: #333 !important;
    color: #ffff !important;
}

.form-control-custom {
    padding: 0.75rem 1rem;
    border-radius: 0;
}


.dropdown-text-small {
    font-size: 14px !important;
}


.team_img {
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-bottom: 1em;
}


.img-effect {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.text-shadow {
    text-shadow: 4px 4px 4px #aaa;
}


.card-profile-img {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
}

/* .card-profile-img-member {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
} */

.card-profile-img-member {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .card-profile-img-member {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
    }
}



.card-profile-img-member-60px {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
    flex-shrink: 0;
}

.card-profile-img-member-100px {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
    flex-shrink: 0;
}


.advocate-card-profile {
    transition: transform .5s;

    &::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 2s cubic-bezier(.165, .84, .44, 1);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
        content: '';
        opacity: 0;
        z-index: -1;
    }

    &:hover,
    &:focus {
        transform: scale3d(1.006, 1.006, 1);

        &::after {
            opacity: 1;
        }
    }
}


/* Hide the original Google Translate dropdown button */
.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget-simple {
    background: whitesmoke !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 1em !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

/* Hide the original Google Translate dropdown button */


.display-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pagination>li>a,
.pagination>li>span {
    color: rgb(22, 22, 22);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: rgb(22, 22, 22);
    border-color: rgb(22, 22, 22);
}




/* Status CSS */

.text-Active {
    color: #1b8819 !important;
}

.text-Complete {
    color: #1b8819 !important;
}

.text-Verified {
    color: #1b8819 !important;
}

.text-Success {
    color: #13b218 !important;
}

.text-Approved {
    color: #13b218 !important;
}

.text-Published {
    color: #13b218 !important;
}

.text-Pending {
    color: #f9db07 !important;
}

.text-Hold {
    color: #ffc107 !important;
}

.text-Failed {
    color: #e69900 !important;
}

.text-Cancel {
    color: #e60000 !important;
}

.text-Inactive {
    color: #e60000 !important;
}

.text-Suspend {
    color: #e60000 !important;
}

.text-Suspended {
    color: #e60000 !important;
}

.text-Reject {
    color: #e60000 !important;
}

.text-Deleted {
    color: #ff0000 !important;
}

.text-Fraud {
    color: #e60000 !important;
}


.text-bg-Active {
    color: #fff !important;
    background-color: #1b8819 !important;
}

.text-bg-Complete {
    color: #fff !important;
    background-color: #1b8819 !important;
}

.text-bg-Verified {
    color: #fff !important;
    background-color: #1b8819 !important;
}

.text-bg-Success {
    color: #fff !important;
    background-color: #13b218 !important;
}

.text-bg-Approved {
    color: #fff !important;
    background-color: #13b218 !important;
}

.text-bg-Published {
    color: #fff !important;
    background-color: #13b218 !important;
}

.text-bg-Resolved {
    color: #fff !important;
    background-color: #13b218 !important;
}

.text-bg-Solved {
    color: #fff !important;
    background-color: #13b218 !important;
}

.text-bg-Pending {
    color: rgb(15, 15, 15) !important;
    background-color: #f9db07 !important;
}

.text-bg-Hold {
    color: rgb(15, 15, 15) !important;
    background-color: #ffc107 !important;
}

.text-bg-Fraud {
    color: rgb(15, 15, 15) !important;
    background-color: #ffc107 !important;
}

.text-bg-Failed {
    color: #000000 !important;
    background-color: #e69900 !important;
}

.text-bg-Cancel {
    color: #fff !important;
    background-color: #e60000 !important;
}

.text-bg-Inactive {
    color: #fff !important;
    background-color: #e60000 !important;
}

.text-bg-Suspend {
    color: #fff !important;
    background-color: #e60000 !important;
}

.text-bg-Suspended {
    color: #fff !important;
    background-color: #e60000 !important;
}

.text-bg-Reject {
    color: #fff !important;
    background-color: #e60000 !important;
}

.text-bg-Deleted {
    color: #ff0000 !important;
    background-color: #ffffff !important;
}


.text-bg-Expire {
    background-color: rgb(71, 71, 71);
    color: #ffffff;
}

.text-bg-Dead {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}



.text-bg-New {
    background-color: rgb(42, 42, 181) !important;
    color: #ffffff !important;
}

.text-bg-Uploaded {
    background-color: yellow !important;
    color: black !important;
}

.text-bg-Renew {
    background-color: rgb(206, 213, 11) !important;
    color: #000000 !important;
}

.text-bg-Expired {
    background-color: rgb(145, 48, 48) !important;
    color: #ffffff !important;
}

.text-bg-Suspend {
    background-color: rgb(236, 0, 0) !important;
    color: #000000 !important;
}

.text-bg-Printing {
    background-color: rgb(213, 11, 115) !important;
    color: #ffffff !important;
}

.text-bg-CASH {
    background-color: rgb(0, 114, 185) !important;
    color: rgb(255, 255, 255) !important;
}

.text-bg-ONLINE {
    background-color: rgb(158, 107, 13) !important;
    color: white !important;
}

.text-bg-Available {
    background-color: green !important;
    color: #fff !important;
}

.text-bg-Sell {
    background-color: rgb(114, 19, 19) !important;
    color: #fff !important;
}

.text-bg-Rejected {
    background-color: rgb(255, 26, 26) !important;
    color: #000000 !important;
}

.text-bg-Removed {
    background-color: red !important;
    color: white !important;
}

/* Vakalatnama & Memo Type */
.text-bg-Single {
    background-color: #999 !important;
    color: #ffffff !important;
}

.text-bg-Bulk {
    background-color: #000000 !important;
    color: #ffffff !important;
}




.text-justify {
    text-align: justify !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: lightgray;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--fc-primary);
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}






.btn-xs {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border: 0px;
    border-radius: 0.5rem;
    text-decoration: none !important;
}



/* Hide during print */
@media print {
    .d-print-none {
        display: none !important;
    }
}

/* Style for disabled link */
.disabled-link {
    pointer-events: none;
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
}




/* Mouse Hover Effect */
.zoom {
    transition: transform 0.3s ease-in-out;
}

.zoom:hover {
    transform: scale(1.2);
}





/* Table BG Transparent */
.table-transparent {
    background-color: transparent !important;
}

.table-transparent th,
.table-transparent td {
    background-color: transparent !important;
}


/* Watermark Start*/

.background-watermark {
    position: relative;
    z-index: 1;
}

.background-watermark::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;

    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    opacity: 0.05;
    z-index: 0; */

    pointer-events: none;
    background-image: url('../website_img/bar_stamp.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 500px; */
     background-size: contain;

}


/* Wotermark End */






/* Member Search datalist start */

/* Wrapper to position the dropdown relative to input */
.custom_datalist-wrapper {
    position: relative;
}

/* Input field styling (inherits Bootstrap form-control but you can tweak here) */
.custom_datalist-input {
    position: relative;
    z-index: 2;
}

/* Custom dropdown styling */
.custom_datalist-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

/* Each option item */
.custom_datalist-option {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.2s ease;
}

.custom_datalist-option:last-child {
    border-bottom: none;
}

/* Hover and active states */
.custom_datalist-option:hover,
.custom_datalist-option.active {
    background-color: #f8f9fa;
}

/* Member Search datalist start */




.footer {
    background-color: var(--primary) !important;
    color: white !important;
}

.footer .footer-title {
    font-size: 16px;
}

.footer-subtitle li a {
    font-size: 12px !important;
    text-decoration: none !important;
    color: #ffff !important;
}
