.login-page {
    /* background: #f3f0f9; */
    background-image: url("https://wallpapers.com/images/hd/blue-fade-4h72cgu0zrwk6ga4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #164b77;
}

.main-header {
    border-bottom: 1px solid #e7f4ff;
    z-index: 1034;
    background-color: #d9fafa63 !important;
    position: fixed;
    width: 100%;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: #d9fafa87;
    border-bottom-right-radius: 2.5rem;
    border-top-right-radius: 0.5rem;
    border: 0px !important;
    box-shadow: none;
}

.main-sidebar,
.main-sidebar::before {
    transition: margin-left .3s ease-in-out, width .3s ease-in-out;
    width: 250px;
    background-color: #fff !important;
}

.small-box .icon {
    color: #1b4f7a;
    z-index: 0;
}

.content-wrapper {
    background: #fff;
}

.small-box {
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    transition: all .5s ease-in-out;
    border: 0rem solid transparent;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(63, 79, 105, 0.04);
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.glyphicon,
.small-box .icon>i.ion {
    font-size: 20px;
    top: 15px;
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.73rem .6rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    border-bottom: 1px solid #e7f4ff !important;
    color: rgba(255, 255, 255, .8);
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: .855rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: "Roboto", sans-serif;
}

.custom-navbar {
    background-color: #00aeef;
    /* Replace with your desired color */
}

.btn-grad {
    background-image: linear-gradient(to right, #2b5876 0%, #4b7fca 51%, #2b5876 100%);
    margin: auto;
    padding: 12px 85px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white !important;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px !important;
    display: block;
    border: 0px !important;
    font-family: "Roboto", sans-serif;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.custom-sidebar {
    width: 250px;
    background-color: #3B3D49;
    /* Replace with your desired color */
}

body {
    font-family: "Anek Bangla" !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.selected-nav-item {
    background-color: #ff0000;
    /* Replace with your desired color */
}

.selected-nav-item a {
    color: #fff;
    /* Replace with your desired text color */
}

.nav-item {

    padding-bottom: 0px !important;
}

.nav-link {
    color: #055 !important;
}

.nav-item .nav-link p {
    margin-left: 10px;
    color: #282828;
    font-family: "Anek Bangla" !important;
}

.custom-link {
    background-color: #ff0000;
    /* Replace with your desired background color */
}

.center-container {
    position: relative;
    height: 2vh;
    /* Set the container height to the full viewport height */
}

/* Styles for the centered text */
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    /* Increase the font size to 36 pixels */
    font-weight: bold;
}

.news-slider {
    margin: 9px 0px;
    text-align: left;
    color: rgb(197, 197, 197);
    font-weight: bold;
    font-family: "Anek Bangla" !important;
}

.nav-sidebar>.nav-item .nav-icon {
    font-size: 1.0rem !important;
    margin-right: .2rem;
    text-align: center;
    width: 1.6rem;
    color: #055;
}

.table-item {
    white-space: nowrap;
    text-align: center;
}

.selected-voter-kendro {
    margin: 5px;
    /* Adjust the margin as needed */
    background-color: #e0e0e0;
    /* Adjust the background color as needed */
    color: #333;
    /* Adjust the text color as needed */
    border: 1px solid #ccc;
    /* Adjust the border style as needed */
    border-radius: 5px;
    /* Adjust the border radius as needed */
    padding: 5px 10px;
    /* Adjust the padding as needed */
}

.selected-voter-kendro i {
    margin-left: 5px;
    /* Adjust the icon's margin as needed */
    cursor: pointer;
}

.custom-checkbox {
    width: 20px;
    /* Adjust the width as needed */
    height: 20px;
    /* Adjust the height as needed */
}



.small-box>.inner {
    padding: 16px;
}

.small-box:hover .icon>i.fas {
    font-size: 20px;
}

.small-box .icon>i.fas {
    font-size: 20px;
}
.content-wrapper > .content {
    padding: 10px .5rem;
  }
.content-header h1 {
    font-size: 18px;
    margin: 0;
}

@media (min-width: 1200px) {

    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 24px !important;
    }
}

.content-header {
    padding: 70px .5rem 4px .5rem;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(228, 255, 244, 0.15);
}

.small-box p {
   font-size: 15px;
  margin-bottom: -8px;
  padding-top: 9px;
}

.small-box h3 {
    font-weight: 700;
    margin: 0 0 13px 0;
    padding: 0;
    white-space: nowrap;
    color: #1b4f7a;
    font-family: "Anek Bangla" !important;
}

.news-slider p {
    opacity: .7;
  cursor: default;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #1c1b1b;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0px;
}

.nav-link {
    color: #055 !important;
    opacity: 0.9;
    display: block;
    padding: .5rem .5rem ! important;
}

#generate_pdf {
    width: 30px;
    /* Adjust width */
    height: 30px;
    /* Adjust height */
}

/* Adjust the label size to match the checkbox size */
#generate_pdf+label {
    font-size: 16px;
    /* Adjust font size */
}

.form-group11 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/ * Style for the checkbox */ .form-group22 input[type="checkbox"] {
    margin-right: 10px;
    /* Adjust the margin as needed */
}
