@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');
body{
	font-family: 'Roboto', sans-serif;
    background:linear-gradient(0deg, #2e0327, rgba(255, 0, 150, 0.3)), url(../images/bg-2.jpg);
    /* background: url(../images/head-bg.jpg); */
    background-attachment: fixed;
    background-position: center;
}
#topbar{
	background: #002147;
}
.notice p i,
.notice h2,
#topbar a {
    color: #7999bd;
}
header {
    padding: 5px 0;
    background:linear-gradient(0deg, #2e0327, rgb(0 0 0 / 30%)), url(../images/header-bg.png) center no-repeat;
    background-size: cover;
}

.animation1 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ffffff, #f7da4f, #d30000);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 5s linear infinite;
    font-weight: bold;
}
@keyframes shine {
    0% {
        background-position-x: -500%;
    }
    100% {
        background-position-x: 500%;
    }
}
.navbar-light {
    background: #faca27 !important;
    border-radius: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #002147;
    text-transform: uppercase;
    padding: 10px 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    background: #472100;
    color: #fff;
    border-radius: 10px;
}

.dropdown-item {
    color: #fff;
}
.btn-time {
    background-color: red;
    border: 0;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    cursor: none;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
}
.btn-2 {
    background-color: #28a745;
}
.btn-3 {
    background-color: #fff200;
}
.btn-4 {
    background-color: #cb35dc;
}
.announce h4{
	background: #e30707;
	color: #fff;
	padding: 6px 0;
}
.announce marquee{
	background: #093d7a;
	color: #fff;
	padding: 8px 10px;
}
.notice {
    background: #002147;
    padding: 20px;
    color: #fff;
}
.faci h6{
	color: #093d7a;
	font-weight: bold;
}
footer {
    background: #160702;
    padding: 4px 0;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}
footer .nav a,
footer h4{
	color: #cd8f38;
}

.jumbotron {
    background-color: #093d7a;
    color: #fff;
}
.calcrow1 {
    background-color: #e83e8c;
}

.Textcss {
    width: 34px;
    padding: 0;
    border-radius: 5px;
}

/********************ADMIN****************************************/
.left-sidebar {
    background: #1a1a41;
    min-height: 100vh;
}
.left-sidebar .nav li a{
    color: #fff;
    border-bottom: 1px solid #252753;
    padding: 20px 0;
}
.left-sidebar .nav li a i{
    margin-right: 10px;
}
.left-sidebar li.nav-item.active a {
    background-image: linear-gradient(45deg, #1a1a41, #454575);
}
.top-header{
    background-color: #5651ec;
    border-radius: 0;
    text-align: right;
}
.title{
    background-color: #28a745;
    border-radius: 0;
    color: #fff;
}
.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#example_length,
#example_info {
    text-transform: uppercase;
    color: #534ee5;
}
#example_filter label {
    background: #534ee5;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.paginate_button {
    background: #1a1a41;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}
.ui-datepicker-calendar {
    display: none;
    }
   
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
    .table{
        zoom: 0.8;
    }
}
@media only screen and (max-width: 600px) {
  .cstm-txt {
        text-align: center;
  }
  
  .jsty-con{
          justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  .left-logg {
        width:30%;
  }
  .right-logg {
        width:70%;
  }
  .right-logg h1 em {
        font-size:30px;
  }
}