@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;
}

.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-60px {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
}

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

.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-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-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);
    color: #ffffff;
}

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

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

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

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

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


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

/* 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);
}


/* Stcok Marquee */
/* .stock-marquee {
    margin-top: 1rem;
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 50px;
    overflow-x: hidden;
} */

.stock-marquee {
    margin-top: 1rem;
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 110px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}





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



.share-list {
    font-size: 13px;
    height: 400px;
    overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.share-list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.share-list {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.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;
}



.stock-bg {
    background-image: url('../images/wave-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom;
}





.share-table {
    height: 500px;
}

.share-table-img {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.share-thead th {
    background: hsla(211, 97%, 25%, 1);

    background: linear-gradient(180deg, hsla(211, 97%, 25%, 1) 0%, hsla(211, 97%, 45%, 1) 100%);

    background: -moz-linear-gradient(180deg, hsla(211, 97%, 25%, 1) 0%, hsla(211, 97%, 45%, 1) 100%);

    background: -webkit-linear-gradient(180deg, hsla(211, 97%, 25%, 1) 0%, hsla(211, 97%, 45%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#023E7D", endColorstr="#0471E3", GradientType=1);
    color: white;
}

.share-name {
    display: inline-block;
}

.table .share-thead th,
.table td {
    border: none;
    font-size: 12px;
}

.table tbody td:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.table tbody td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

@media(max-width:575px) {
    .table-container {
        width: 125%;
        padding: 20px 10px;
    }
}




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

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






.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);
}



/* Watermark Start*/

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

    .background-watermark::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../website_img/bar_stamp.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 500px;
        opacity: 0.1;
        z-index: -1;
        pointer-events: none;
    }
/* Wotermark End */
