html {
    font-size: 14px;
    font-family: -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: 16px;
    }
}

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

body {
    background: #f5f6f8;
    margin-bottom: 20px;
    font-family: -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: 16px;
}

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


