
body {
  /* background: #f4f6f7 !important; */
  background: #052954 !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  z-index: 99;
  background: #acb0b1;
  overflow-x: hidden; 
  color: gray!important;
}

nav{
  background-color: lightgray;
}

.bg-white{
  background-color: #052954 !important;
  color: lightgray !important;
}

.nav-link{
  font-size: medium;
}

.nav-link:hover,.dropdown-item:hover{
  color: #3a3eb8 !important;
}

nav{
  background: white;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  height: 70px;
  padding: 0 !important;
}

.font-12{
  font-size: 12px !important;
}

.font-16{
  font-size: 16px !important;
}

.font-18{
  font-size: 18px !important;
}

.font-20{
  font-size: 20px !important;
}

.font-25{
  font-size: 25px !important;
}

.font-weight-400{
  font-weight: 400 !important;
}

.font-weight-500{
  font-weight: 500 !important;
}

#activityDiv>div{
  padding: 10px;
  border-bottom: 1px solid darkgray;
}

.far{
  cursor: pointer;
}

th,td{
  padding: 0.25rem !important;
  font-size: smaller !important;
  color: lightgray !important;
  font-weight: normal !important;
}

th{
  height: 20px !important;
  font-size: small !important;
}

.table-condensed th, .available{
  color: gray !important;
}

.available.active{
  color: white !important;
}

.cut {
  background-color: none;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -15px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
  z-index: -999;
}

.label {
  color: #65657b;
  font-weight: 400;
  left: 30px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms;
  top: 7px;
  padding: 0 10px;
  color: lightgray !important;
  background: #052954 !important;
}

.form-control{
  background-color: #f2f2f2;
}
.form-control:focus{
  outline-offset: 0px;
  box-shadow: none;
  border: 2px solid #5b5fce;
}

.form-control:focus ~ .label,
.bootstrap-select:focus ~ .label{
  color: #3a3eb8;
}

input:focus ~ .label,

input:not(:placeholder-shown) ~ .label {
  transform: translateY(-22px) translateX(0px) scale(0.75);
  background-color: #f9f9f9;
  padding: 0 10px;
  border-radius: 10px;
  font-weight: 600;
}


.boxed_input input:focus ~ .label,
.boxed_input input:not(:placeholder-shown) ~ .label,
.boxed_select .label {
  transform: translateY(-20px) translateX(0px) scale(0.75);
  background-color: lightgray;
  border-radius: 10px;
}

.btn-light{
  background-color: lightgray;
}

.btn-light{
  background-color: lightgray;
}

.fa-arrow-alt-circle-down{
  color: lightgreen;
}

.bootstrap-select,.form-control,
.bootstrap-select>.dropdown-toggle,select{
  /* background-color: #f2f2f2 !important; */
  border-radius: 25px !important;
  color: lightgray !important;
  background: #052954 !important;
}

select{
  background: #052954 !important;
}

table>tr{
  width: 100% !important;
  height: 20px;
  max-height: 20px !important;
}

.h-250{
  height: 250px;
}

.h-300{
  height: 300px;
}

.h-max-300{
  height: 300px;
}

#activityParentDiv .col-1 , #activityParentDiv .col-2{
  font-size: 0.90rem !important;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
      transform: rotate(360deg);
 }
}
@keyframes dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
 }
  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
 }
  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
 }
}
@keyframes color {
  100%, 0% {
      stroke: #d62d20;
 }
  40% {
      stroke: #0057e7;
 }
  66% {
      stroke: #008744;
 }
  80%, 90% {
      stroke: #ffa700;
 }
}

.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20%;
}

.loader_body{
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: rgba(255, 255, 255, 1);
  max-width: 300px ;
}

#avgPerformanceDiv>div, #timeSpentDiv>div, #submissionDiv>div, #sentToDiv>div, #totalTestsDiv>div{
  height: 200px;
  max-height: 200px;
  background-color: #052954;
}

.text-dark{
  color: lightgray !important;
}

#subjectList{
  height: 50%;
  background-color: lightgray;
  overflow-x: auto;
  width: 100%;
  background-color: #052954;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); 
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  background-color: lightgray;
}

.resultButton{
  font-size: smaller !important;
  height: 25px;
}

.card{
  border: 1px solid #dee2e6 !important;
  border-radius: 12px;
  background-color: #052954;
}

.navbar-brand{
  position: relative;
  width: 150px;
  padding: 0;
  margin: 0;
  height: max-content;
}

.brand-container{
  overflow: hidden;
  height: 100%;
  border: 1px solid gray;
  border-radius: 120px;
  margin-left: 15px;
  width: max-content;
}

.nav-text{
  position: absolute;
  font-size: 12px;
  bottom: 15%;
  left: 15%;
  font-style: italic;
  font-weight: 500;
  color: black;
}

.brand-img{
  margin-top: -5%;
  height: 80px;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 1160px) {

  .font-18{
    font-size: 15px !important;
  }
  
  .aptitude-cards{
    margin: 15px 0 !important;
  }

  .navbar-brand{
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-nav{
    background-color: white !important;
    width: 500px !important;
    z-index: 100;
  }
}

.dateNote{
  font-size: smaller;
}
#pgpaTableDiv{
  overflow-x: scroll;
  font-size: 1.1em;
  height:475px;
  overflow-y: auto;
}
#PgpaAnalysisTable{
  width:135%;
}
#downloadXlFile{
  margin-left: 10%;
  width:80%;
}