
header {
  background: #0C120C;
  padding-bottom: 10px;
}
.clearnav {
  /* border-top: #07275a 1.8px solid; */
  background: #0C120C;
  padding: 30px;
  color: rgba(255, 255, 255, 0.95) !important;
}
body {
  background: #0C120C !important;

  
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #1f3bd8;
}

.card:hover a {
  color: white;
}
.card:hover {
  box-shadow: rgba(177, 30, 140, 0.699) 0px 48px 100px 0px;
}
.text-warning {
  color: #eb22cf !important;
}
.text-success {
  background: linear-gradient(to right, #009cf8 0%, #00dbde 51%, #00cefd 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.text-successhead {
  color: #21b1c2;
}
.btn {
  border: none;
}
.btn-success {
  background: #02ffda !important;
}

.btn-warning {
  background: #73dbc4 !important;
  color: rgba(255, 255, 255, 0.95) !important;
}
.text-white{color:rgba(255, 255, 255, 0.95) !important;}
.btn-danger {
  background: #930077 !important;
}
.overlay-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.card,
.card-body {
  transition: 300ms;
  border: none;
  background: #0C120C;
  
}


.btn-grad {
  background: #ceff00;
  margin: 10px;
  padding: 10px 45px;
  text-align: center;

  transition: 0.5s;
  background-size: 200% auto;
  color: black;
  border: none;
  border-radius: 10px;
  display: block;
}
.card-footer {
  background: transparent !important;
  border: none !important;
}
.btn-grad:hover {
  background-position: right center; 
  color: black;
  text-decoration: none;
  box-shadow: rgba(199, 214, 63, 0.699) 0px 48px 100px 0px;
}


.btn-grad2 {
  background: #e0344b;
  margin: 10px;
  padding: 10px 45px;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 10px;
  display: block;
}

.btn-grad2:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.form-check-input:checked
{
  background-color: #b5f514;
  border:none;
}
.form-check-input:focus
{
 box-shadow:  none ;
  
}
.secondary {
  color: #b5f514;
  font-size: 1rem;
}

.secondary:hover {
  color: #b5f514;
  font-size: 1rem;
}

.clearnav h2 {
  color: #ceff00;
  font-family: 'Exo 2';
  text-transform: uppercase;

}

.accordion-button {
  background: #0C120C;
  color: #ceff00;
  font-family: 'orbitron';
  text-transform: capitalize;
}
th{padding-right:5rem;}
.accordion-button:focus {
 outline:0;
 box-shadow:none ;
}

.text-secondary {
    color: #02335b !important
}

.accordion-button:not(.collapsed) {
  background: #0c120cf8;
  color: #ceff00;
  text-transform: capitalize;
  border-bottom: 2px rgba(255, 255, 255, 0.568) solid;
  /* box-shadow:#0c120cc9 0px 2px; */
}

.accordion-body {
  background: #0C120C;
}



.btn-grad3 {
  background: #0C120C;
  margin: 10px;
  padding: 0.5rem 2rem;
  text-align: center;

  transition: 0.5s;
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.95);
  border: 1px white solid;
  border-radius: 10px;
  display: block;
}

.btn-grad3:hover {
  background-position: right center; /* change the direction of the change here */
  color: black;
  text-decoration: none;
  box-shadow: rgba(199, 214, 63, 0.699) 0px 48px 100px 0px;
  background: #ceff00;
  border:1px solid #0C120C;
}

footer{
  background-color: rgba(255,255,255,0.1);
  color:rgba(255, 255, 255, 0.95);
  padding:3rem;
  display:none;
}


#approval-container{
  box-shadow: rgb(0 128 245) 0px 48px 100px 0px;
  background:linear-gradient(to right, #009cf8 0%, #00dbde 51%, #00cefd 100%);
  border:1px solid #0C120C;
}