@import url(https://fonts.googleapis.com/css?family=Droid+Serif|Vollkorn);
body {
    min-height: 100vh;
    font-family: 'Droid Serif', serif !important;
}
footer {
    position: sticky;
    top: 100%;
}
html {
    background-color: #c0392b;
}
#header {
    background-color: #c0392b;
    /* overflow: hidden; */
}
.navbar {
    padding: 15px 0;
}
.navbar-brand {}
.navbar a {
    text-decoration: none;
}
h2.logo {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}
h2.logo strong {
    font-size: 35px;
    color: #edf828;
    font-weight: 600;
}
h2.center-logo {
    margin: 0 25px;
}
#navbarSupportedContent {
    justify-content: center;
}
ul.navbar-nav {}
ul.navbar-nav li.nav-item {
    margin-right: 16px;
}
.hover-dropdown:hover .dropdown-menu {
    display: block;
}
ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #edf828;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #edf828;
}
ul.navbar-nav li.nav-item a.nav-link.active {
    color: #edf828;
}
.box {
    width: 100%;
    height: 30px;
    background-color: #c0392b;
    position: relative;
}
.box-1 {
    width: 50%;
    background-color: #fff;
    height: 100%;
    border-radius: 0px 40px 0px 0px;
    border-top: 5px solid yellow;
    border-right: 5px solid yellow;
}
.box-2 {
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    border-radius: 40px 0px 0px 0px;
    border-top: 5px solid yellow;
    border-left: 5px solid yellow;
}
.logo1 {
    float: right;
}
@media (max-width: 567px) {
    .logo1 {
        float: left;
    }
}
.englogo a {
    font-size: 37px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    padding-top: 20px;
    font-weight: 600;
    text-decoration: none;
}
.englogo a:hover {
    color: #fff;
}
@media (min-width: 200px) {
    .englogo a {
        text-align: left;
        float: none;
    }
}
@media (min-width: 360px) {
    .englogo a {
        text-align: left;
        float: none;
        font-weight: 600;
    }
}
@media (min-width: 992px) {
    .englogo a {
        font-size: 40px;
        text-transform: uppercase;
        float: left;
        color: #fff;
        padding-top: 20px;
        padding-right: 20px;
        font-weight: 600;
        font-family: 'Vollkorn', serif;
    }
}
.navbar-dark .navbar-nav .nav-link:active {
    color: rgb(255 255 0) !important;
}
footer {
    background-color: #c0392b;
    padding-top: 15px;
    /* height: 145px; */
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    color: #edf828;
}
.footer .copyright p {
    text-align: center;
    padding: 10px 0px;
    color: #fff;
}
.footer center {
    padding-bottom: 15px;
}
.footer .copyright {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
h2 {
    padding-top: 1.5rem;
    text-align: center;
    margin-bottom: 25px !important;
}
.input_date {
    width: 28%;
}
.governement-list {
    text-align: center;
    width: 100%;
    /*    height: 425px;*/
    margin: auto;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    transition: .5s;
    padding: 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.govt-li {
    margin-right: 10px;
    padding-left: 10px;
}
.governement-list .govt-li li {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    background: #cccccc;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px;
    border: 0;
    padding: 10px 10px;
    transition: 0.4s;
    width: 100%;
}
.governement-list .govt-li li a {
    color: #000;
    text-decoration: none;
}
.governement-list .govt-li li:hover {
    background: #ffeb3b;
}
@media(max-width:998px) {
    .governement-list {
        padding: 20px 0px;
        height: auto;
    }
}
.card {
    margin: 10px auto;
}
.lotterie-bx {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    transition: .5s;
    padding-top: 10px;
    padding-bottom: 10px;
    /*    height: 200px;*/
}
@media(max-width:998px) {
    .lotterie-bx {
        height: auto;
    }
}
.lotterie {
    padding: 20px 1px;
}
h3 {
    font-size: 22px !important;
    padding-top: 1.5rem;
    margin-bottom: 30px !important;
}
.pdf-btn {
    display: inline-block;
    background-color: #71be1c;
    border: none;
    color: #000;
    text-align: center;
    font-size: 14px;
    /* padding: 7px; */
    /* width: 150px; */
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
}
.pdf-btn:hover {
    background-color: #04bddf;
}
.pdf-btn span {
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    position: relative;
    transition: 0.5s;
}
.pdf-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -9px;
    right: -20px;
    font-size: 25px;
    transition: 0.5s;
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg);
}
.pdf-btn:hover span {
    padding-right: 25px;
}
.pdf-btn:hover span:after {
    opacity: 1;
    right: 0;
}
.pdf-btn span a {
    text-decoration: none;
    color: #000;
}
.hover-dropdown .dropdown-menu {
    z-index: 99999 !important;
}
.hover-dropdown .dropdown-item.active,
.hover-dropdown .dropdown-item:active {
    background-color: #c03a2b !important;
}
/*popup */
.head-line {
    border-bottom: none !important;
}
#modalBox .btn-close {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
    opacity: unset;
}
@media (min-width: 576px) {
    #modalBox .modal-dialog {
        max-width: 850px;
    }
}
.old-result {
    text-align: center;
}
.dhankesari {
    margin-bottom: 25px;
}
label {
    padding: 12px;
}
td,
th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    border-width: 1px !important;
}
#result a {
    text-decoration: none;
    color: #000;
}
select {
    font-size: 14px !important;
    padding: 5px;
    width: 100%;
    margin: 5px !important;
}
.form-select {
    border-radius: unset !important;
}
.form-select:focus {
    box-shadow: unset !important;
    border-color: #000 !important;
}
select {
    border-color: #000 !important;
}
/* live_draw */
[data-tab-info] {
    display: none;
}
.active[data-tab-info] {
    display: block;
}
.tab-content {
    margin-top: 1rem;
    padding-left: 1rem;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.tabs {
    border-bottom: 1px solid grey;
    /* background-color: rgb(16, 153, 9);*/
    font-size: 25px;
    color: rgb(0, 0, 0);
    /* display: flex;*/
    margin: 0;
    text-align: center;
}
.tabs span {
    background: #71be1c;
    padding: 4px;
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
}
.tabs span:hover {
    background: #0d6efd;
    cursor: pointer;
    color: black;
}
/* CSS */
.button-48 {
    width: 100%;
    appearance: none;
    background-color: #FFFFFF;
    border-width: 0;
    color: #000000;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    border: 1px solid #000000;
}
.button-48:hover {
    color: #ffff00 !important;
    box-shadow: 2px 2px 10px #c03a2bc5;
}
.button-48:before {
    animation: opacityFallbackOut .5s step-start forwards;
    backface-visibility: hidden;
    background-color: #c03a2b;
    border-radius: 6px;
    clip-path: polygon(-5% 0, 0 0, -25% 100%, -2% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}
.button-48:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 110% 0, 100% 101%, 0 99%);
    color: #fff !important;
}
.button-48:after {
    background-color: #FFFFFF;
}
.button-48 span {
    z-index: 1;
    position: relative;
}
@media (max-width:786px) {
    ul.navbar-nav li.nav-item {
        margin-right: 0 !important;
    }
}
/* if flex is applied, allow wrapping */
.navbar .dropdown-menu li {
    display: block !important;
}
/* optional mobile width */
@media (max-width: 768px) {
    .navbar .dropdown-menu {
        width: 100%;
    }
    .navbar .dropdown-menu li,
    .navbar .dropdown-menu li a {
        white-space: normal !important;
        word-break: break-word !important;
    }
}
.hover-dropdown .dropdown-menu li {
    border-bottom: 1px solid #d3d3d3;
    padding: 4px 2px;
}