@font-face {
    font-family: 'akshar-regular';
    src: url('/css/Akshar/static/Akshar-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'poppins-regular';
    src: url('/css/Poppins/Poppins-Regular.ttf') format('truetype');
}
html {
    font-size: 14px;
    font-family: poppins-regular, akshar-regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f5f6f8;
    margin-bottom: 20px;
    font-family: poppins-regular, akshar-regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

#bannerImage {
    border: 1px solid black;
}

.social-icon {
    width: 32px;
    height: 32px;
    margin: 0 5px;
    transition: transform 0.3s ease;
}

    .social-icon:hover {
        transform: scale(1.1);
    }

#captchaImage, #captchaCanvas {
    border: 1px solid lightgray;
    border-radius: 5px;
}


.clickable {
    cursor: pointer;
}

.voter-list-item {
    background: #fff;
    border-radius: 12px;
}

.rajyog-text {
    color: #cc3122;
}

.rajyog-background {
    background: rgb(254,144,5) !important;
    background: linear-gradient(90deg, rgba(254,144,5,1) 0%, rgba(246,80,6,1) 50%) !important;
}
.rajyog-button {
    background: rgb(254,144,5) !important;
    background: linear-gradient(90deg, rgba(254,144,5,1) 0%, rgba(246,80,6,1) 50%) !important;
}

.rajyog-input {
    border: 0 !important;
    border-radius: 8px;
}

.rajyog-shadow {
    box-shadow: 0px 3px 4px 3px rgba(219, 219, 219, 0.75) !important;
    -webkit-box-shadow: 0px 3px 4px 3px rgba(219, 219, 219, 0.75) !important;
    -moz-box-shadow: 0px 3px 4px 3px rgba(219, 219, 219, 0.75) !important;
}

.card-custom {
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-card-body {
    flex: 1 1 auto;
   
}

    .custom-card-body > div {
        padding: 0.1rem 1rem;
    }

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.info-row-div {
    padding: 5px 0;
}

.info-label {
    font-weight: 600;
}

.centered-hr {
    width: 60%;
    margin: 14px auto;
}

#clearSearchInput{
    margin-right:10px;
}

/* Container for label and counter */
.visitor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* Space between label and counter */
    margin-bottom: 10px;
}

/* Style for the label */
.visitor-label {
    font-size: 26px;
    margin: 0 15px;
}

/* Visitor counter (digit blocks) */
.visitor-counter {
    display: flex;
    gap: 3px; /* Space between digit blocks */
}

/* Style for each digit block */
.digit-block {
    background-color: black;
    color: white;
    font-size: 16px;
    padding:0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px; /* Optional rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.customLinkIcon {
    height: 32px;
    width: 32px;
    border: 1px solid black;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.no-break {
    white-space: nowrap !important;
}

.card-text-ellipsis {
    white-space: nowrap; /* force single line */
    overflow: hidden; /* hide overflow */
    text-overflow: ellipsis; /* show ... */
    width: 100%; /* respect parent width */
    display: block; /* required for ellipsis */
}