body {
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #002b2c 50%, #000000 100%);
    font-size: 20px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}
.logo {
    width: 150px;
}
.nav-link {
    color: #fff!important;
}
.nav-item.active {
    background-color: #f2cb8c;
    border-radius: 10px;
}
.nav-item.active .nav-link {
    color: #000000!important;
}
.header {
    border-bottom: 3px solid #f00;
}
#idx_slider {
    margin: 25px auto;
}
#idx_slider img {
    border-radius: 35px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-control-prev {
    margin-left: -100px;
}
  
.carousel-control-next {
    margin-right: -100px;
}
.carousel-item img {
    height: 400px;
}
.home_banner {
    width: 100%;
    height: 250px;
}
.idx_content_box {
    margin: 50px auto 35px auto;
}
.draw_info {
    text-align: center;
    margin: 35px auto;
}
.draw_info .row, .lr_draw_info .row{
    justify-content: center;
    align-items: center;
}
.lr_draw_info {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
#changeDate {
    margin: 35px auto;
}
.btn-show {
    background-color: #6f4129;
    border: 1px solid #ffea70;
    color: #fff;
}
.btn-show:hover {
    color: #ffea70;
}
.left_box {
    text-align: center;
    border: 2px solid #d44712;
    background-color: #002a2b;
    padding : 15px 10px;
    margin-bottom: 35px;
    border-radius: 25px 0 0 25px;
    border-right: none;
}
.right_box {
    border: 2px solid #d44712;
    background-color: #002a2b;
    padding : 15px 5px;
    margin-bottom: 35px;
    border-left: none;
    border-radius: 0 25px 25px 0;
}
.box_morning_header .row, .box_night_header .row{
    padding: 10px 0;
}
.result_num {
    width: 60px;
}
.box_morning {
    border : 2px solid #fff;
    border-radius: 25px;
    margin-bottom: 15px;
}
.box_night {
    border : 2px solid #fff;
    border-radius: 25px;
}
.draw_info .box_morning_header .row:nth-child(1) {
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #d44712;
}
.draw_info .box_night_header .row:nth-child(1) {
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #21255e;
}
.box_morning_content, .box_night_content {
    margin: 15px auto;
}
.lr_content {
    text-align: center;
}
.lr_content h1 {
    margin: 15px auto;
    text-transform: uppercase;
}
.lr_draw_info p {
    background-color: #300810;
    padding: 10px;
    margin: 0 auto;
    width: 70%;
    border-radius: 15px;
    border: 1px solid #fff;
}
.lr_draw_info > p {
    margin-bottom: 25px;
}
.lr_draw_info .box_morning, .lr_draw_info .box_night {
    border: 1px solid #f2cb8c;
    border-radius: 25px;
    margin: 0 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.lr_draw_info .box_morning_header .row:nth-child(1){
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #d44712;
    animation: bg_header_morning 5s infinite ease-in-out;
}
.lr_draw_info .box_night_header .row:nth-child(1){
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #21255e;
    animation: bg_header_night 5s infinite ease-in-out;
}
.modal-content {
    background-color: #002a2b;
}
.info_box {
    text-align: center;
    margin: 15px;
    padding : 15px;
    background-color: #300810;
}
.info_box h3:nth-child(1) {
    color: #fff;
    animation: blink1st 5s infinite linear;
}
.info_box h3:nth-child(4) {
    color: #fff;
    animation: blink2nd 5s infinite linear;
}
#hour, #minute, #second, #hour2, #minute2, #second2 {
    display: inline-block;
}
.time-draw {
    text-align: center;
    display: block;
}
.footer {
    border-top : 3px solid #f00;
    padding: 25px;
}
.footer_content {
    text-align: center;
}
.navbar-light .navbar-toggler {
    background-color: #aaa!important;
}
.navbar-light .navbar-toggler-icon {
    padding: 10px;
}
@keyframes bg_header_morning {
    10% {
        background-color: #d44712;
    }
    50% {
        background-color: rgb(255, 0, 0);
    }
}

@keyframes bg_header_night {
    10% {
        background-color: #21255e;
    }
    50% {
        background-color: rgb(0, 0, 0);
    }
}

@keyframes blink1st {
    50% {
        color: #ffea70;
        text-shadow: 2px 2px #fff;
    }
}

@keyframes blink2nd {
    50% {
        color: #21255e;
        text-shadow: 2px 2px #fff;
    }
}
@media screen and (max-width : 991px) {
    .left_box, .right_box {
        border: 2px solid #d44712;
        border-radius: 25px;
    }
}
@media screen and (max-width : 768px) {
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .carousel img {
        height: 100px;
    }
}
@media screen and (max-width : 425px) {
    .carousel img {
        min-height: 150px;
    }
    .result_num {
        width: 45px;
    }
}
