:root {
  --menucolors: #FF6E5D;
}

.navbar-div{
    width: 12% !important;
    padding: 0;
  }
  .right-div {
    width: 100%;
    position: relative;
    padding: 0 20px 0px 20px;
    margin-top: 1%;
  }

/* loader css */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-left: 24%;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


input[type="search"] {
  -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 13px;
    width: 41%;
    line-height: 2;
    padding: 0.375rem -0.75rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    background: whitesmoke;
  }
  
  input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px white;
    /* border-color: rgb(255, 223, 214); */
    outline: none;
  }
  
  form.search-form {
    display: flex;
    justify-content: center;
  }
  
  label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
  }
  
  input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

  }
  
  /* .search-submit {
    height: 30px;
    margin: 0;
    padding: 0.7rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    position: relative;
  } */
  
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  .search-submit {
    display: inline-block;
    font-size: 13px;
    background: var(--menucolors);
    color: #292826;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    height: 28px;
    margin: 0;
    padding: 0.2rem 1.1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    margin-top: 1px;
    position: relative;
  }
  
  .search-submit:hover,
  .search-submit:active,
  .search-submit:focus {
    cursor: pointer;
    background: var(--menucolors);
    color: #292826;
    outline: 0;
  }

  
  #semesterdropdown {
    background-image: linear-gradient(39deg, transparent 50%, #f5f5f5 50%), linear-gradient(135deg, #f5f5f5 50%, transparent 50%), linear-gradient(to right, var(--menucolors),var(--menucolors));
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    border: 1px solid #80808040;
    border-radius: 6px;
    display: inline-block;
    /* font: inherit; */
    line-height: 1em;
    padding: 0.2em 1.5em 0.5em 1.4em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 13px;

  }
  #subjectsdropdown,#unitsdropdown {
    background-image: linear-gradient(39deg, transparent 50%, #f5f5f5 50%), linear-gradient(135deg, #f5f5f5 50%, transparent 50%), linear-gradient(to right, var(--menucolors),var(--menucolors));
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    border: 1px solid #8080806b;
    border-radius: 6px;
    display: inline-block;
    /* font: inherit; */
    line-height: 1em;
    padding: 0.3em 2.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 13px;

  }
  #semesterdropdown{
    width: 11%;
  }
  .studentname{
    display: flex;
    align-items: center;
    /* left: 83%; */
    font-size: 12px;
    /* position: absolute; */
    /* color: #e52d18; */
    font-weight: 600;
  }
  /* five boxes css */
  .fiveboxes{
    margin: 1% 0% 1% 1%;
    display: flex;
    width: 95%;
    /* background: #FFFFFF; */
    border-radius: 7px;
    text-align: center;
    flex-direction: column;
  }
  .fiveboxes_subjects{
    margin: 1rem 0rem 1rem 0rem;
    display: flex;
    width: 100%;
    background: #FFFFFF;
    border-radius: 7px;
    justify-content: space-around;
    text-align: center;
  }
  .progress{
    width: 120px;
    height: 4px;
    /* border: 1px solid black; */
    position: relative;
    /* background: -webkit-linear-gradient(left, rgb(255 110 93) 75%, #dee2e6 15%); */
    margin:3px 0px 0px 11px;
  }
  .eachheading.eachheading_sub{
    font-size: 11px;
    /* color: grey; */
  }
  .lasttenteststabletr td, .mastertabel_tr td{
    padding: 0.25rem !important;
    font-size: 10px !important;
    /* text-align: center; */
  }
  .activity_summary{
    height: 93px;
    /* width: 8% !important; */
    position: relative;
    text-align: left;
    background: white;
    margin-bottom: 20px;
    border-radius: 14px;
  }
  .sub_activity_summary{
    height: 93px;
    width: 18% !important;
    position: relative;
    text-align: left;
    background: white;
    margin-right: 20px;
    border-radius: 10px;
    text-align: center;
    padding-right: 26px;
  }
  .sub_activity_summary .eachheading{
    font-size: 12px;
    /* font-weight: 500; */
    padding: 3px 2px 3px 0px;
    color: grey;
  }
  .sub_activity_summary .eachresult{
    font-size: 24px;
    padding: 10px 2px 3px 0px;
    font-weight: 500;
  }
  .sub_activity_summary1{
    height: 93px;
    width: 18% !important;
    position: relative;
    text-align: left;
    background: white;
    margin-right: 20px;
    border-radius: 10px;
    text-align: center;
    padding-right: 26px;
  }
  .sub_activity_summary1 .eachheading{
    font-size: 12px;
    /* font-weight: 500; */
    padding: 3px 2px 3px 0px;
    color: grey;
  }
  .sub_activity_summary1 .eachresult{
    font-size: 24px;
    padding: 10px 2px 3px 0px;
    font-weight: 500;
  }
  
  .activity_summary1{
    height: 120px;
    width: 20% !important;
    position: relative;
    text-align: left;
  }
  .sub_activity_summary:before {
    content: "";
    position: absolute;
    border-right: 2px solid #80808069;
    height: 77px;
    left: 100%;
    top: 9%;
}
.activity_summary1 .eachheading{
  padding: 5px 0px 0px 18px;
  font-weight: 500;
  font-size: 13px;
  color: grey;
}
.activity_summary1 .eachresult {
  padding: 23px 0px 0px 30px;
  font-weight: 500;
  font-size: 13px;
  /* color: #959595; */
  font-weight: 500;
  color: black;
  font-size: 25px;
}

  .activity_summary .eachheading{
    padding: 2px 0px 0px 17px;
    font-weight: 500;
    font-size: 12px;
    color: grey;
  }
  .activity_summary .eachresult {
    padding:0px 0px 0px 19px;
    font-weight: 500;
    /* font-size: 13px; */
    /* color: #959595; */
    font-weight: 500;
    color: black;
    font-size: 24px;
}
.anychart-credits{
    display: none;
}
#container {
    /* width: 30%; */
    height: 80%;
    margin: 0;
    padding: 0;
    margin-top: -8px;
  }
#container1 {
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    margin-top: -4px;
  }
  #sparklinechart{
    height: 201px;
    /* margin-top: -7rem; */
  }
  #radarchart{
    width: 100%;
    height: 187px;
    margin: 0;
    padding: 0;
  }
  #mosaicchart{
    width: 100%;
    /* height: 46%; */
    margin: 0;
    padding: 0;
  }
  #timecomparision{
    /* width: 45%; */
    /* height: 100%; */
    margin: 0;
    padding: 0;
  }
  #performancecomparision{
    /* width: 45%; */
    /* height: 100%; */
    margin: 0;
    padding: 0;
  }
  #unittreemap{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  #submissionpiechart{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .subjectactivitydata{
    display: flex;
    flex-shrink: 1;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25%;
    padding-left: 50px;
  }
  .subject_activity {
    flex: 21%;
    background: #efefef;
    margin: 0px 21px 10px 3px;
    height: 92px;
    border-radius: 9px;
}
.subjectsactivity_data {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: grey;
}
.eachsubjectstats{
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
}
#aptitudedata{
    width: 100%;
    /* height: 4000px; */
    margin: 0;
    padding: 0;
}
#objectiverankstats{
  width: 100%;
  height: 83%;
  margin: 0;
  padding: 0;
}
#calenderchart{
  width: 100%;
  padding: 0px 0px 35px 14px;
}
#calenderchart text,#calenderchart_performance text{
  font-size: 12px;
}
#calenderchart_performance{
  width: 100%;
  padding: 0px 0px 35px 14px;
}
.labelforcalender{
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #252525;
  padding: 10px;
}
.calenderdiv{
  background: white;
    /* height: 220px; */
    border-radius: 20px;
    width: 60%;
}
 .overallperformancegraph{
  width: 40%;
    background: white;
    /* height: 440px; */
    border-radius: 12px;
}
.subjct_wise_performance{
  width: 40%;
  background: white;
  /* height: 250px; */
  border-radius: 20px;
  margin-left: 0.6rem;
}
.fa-question-circle{
  font-size: 19px;
  color: #80808066;
  cursor: pointer;
}
.mosaicchartdiv{
  width: 40%;
  background: white;
  /* height: 440px; */
  border-radius: 12px;
}
.objectiverankstatsgraph{
  width: 32%;
  background: white;
  /* height: 478px; */
  border-radius: 12px;
  margin-left: 0.7rem;
}


.active1{
  border-bottom: 2px solid #ff6e5d;
  padding-bottom: 2px;
  font-weight: 700;
}

.performancecomparisiondiv, .timecomparisiondiv{
  width: 35%;
}
.timecomparisiondiv, .performancecomparisiondiv{
  background-color: white;
  border-radius: 13px;
}
.performancecomparisiondiv{
  margin-left: 1%;
}
.submissiontypechartdiv{
  width: 30%;
  background-color: white;
  /* height: 300px; */
  border-radius: 13px;
  margin-left: 1%;
}
.unittreemapdiv{
  width: 40%;
  background-color: white;
  margin-left: 1%;
  border-radius: 13px;
}
#unittreemap text{
  font-size: 10px;
}
.lasttenteststable_head th, .master_table_head th{
 /* text-align: center !important; */
 font-size: 11px !important;
 font-weight: 500;
}
#mosaicchart text, #objectiverankstats text, #radarchart text {
  font-size: 10px;
}
.mainpage_fistcol{
  height: 168px;
}
@media only screen and (min-width: 1800px) and (max-width:2600px){
  .mainpage_fistcol{
    height: 300px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width:1799px){
  .mainpage_fistcol{
    height: 200px !important;
  }
}