@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: #0B2148;
}

#header {
    background-color: #0B2148;
    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: #E4A526;
    font-weight: 600;
}

h2.center-logo {
    margin: 0 25px;
}

#navbarSupportedContent {
    justify-content: center;
}

ul.navbar-nav {}

ul.navbar-nav li.nav-item {
    margin-right: 25px;
}

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: #E4A526;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #E4A526;
}

ul.navbar-nav li.nav-item a.nav-link.active {
    color: #E4A526;
}

.box {
    width: 100%;
    height: 30px;
    background-color: #0B2148;
    position: relative;
}

.box-1 {
    width: 50%;
    background-color: #fff;
    height: 100%;
    border-radius: 0px 40px 0px 0px;
    border-top: 5px solid #E4A526;
    border-right: 5px solid #E4A526;
}

.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 #E4A526;
    border-left: 5px solid #E4A526;
}

.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: 1.6rem;
        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: #0B2148;
    padding-top: 15px ;
    /* height: 145px; */
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    color: #E4A526;
}

.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: #E4A526;
    border: none;
    color: white;
    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: white;
}

/*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: #E4A526;
    padding: 4px;
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
}

.tabs span:hover {
    background: #0d6efd;
    cursor: pointer;
    color: black;
}
