:root{
  --hondared: #cc0001;
  --light: white;
  --red:red;
  --green:green;
  --gold:#f89808;
   --dark:black;
   --lightgrey:#eee;
   --darkgrey: #3e3e3e;
   --lightpink:#faa7a7;
   --transparent:rgba(32, 31, 31, 0);
   --mhgreen:#7ab869;
}

/* html,body{
  overflow-x: hidden;
} */

* {
  margin: 0;
  padding: 0;
  
}

body{
  background-color: var(--light); 
}

.navbar-bg {
  /* background-color: var(--hondared); */
  background-color: #fff;
    height: 46px;
    width: 100%;
    color:var(--light);
   border-bottom: 1px solid ;
    position: absolute;
    top: 0;
   padding-top: px;
   z-index: 100;   
}

.searchBtn{
  background-color:var(--transparent);
  border: none;
}

@media only screen and (min-width: 340px) {
  .searchForm{
   width: 250px !important;
   margin-left: 50px !important;

  }
  
}
.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: var(--light);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* .navbar a:hover, .subnav:hover .subnavbtn {
  background-color: var(--red);
} */
 .subnav:hover .subnavbtn {
  background-color: var(--red);
}
#notification-dropdown-toggle i.far{
  color: #201e1e !important;
}
.badge{
  /* background-color: black !important; */
  /* color: #fff !important; */
  border: 1px solid #201e1e;
}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color:var(--red);
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color:var(--light);
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: var(--lightgrey);
  color: var(--dark);
}

.subnav:hover .subnav-content {
  display: block;
}
.searchBar{
  float: right;
}




.navText2{
  text-align: end;
    margin-right: 20px;
    margin-top: -18px;
}



.navText{
  text-align: start;
  margin-left:20px;
  margin-top: 10px;
}


  @keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
  }
  
  @property --pgPercentage {
      syntax: '<number>';
      inherits: false;
      initial-value: 0;
    }
  
  .div2[role="progressbar"] {
    color: var(--dark);
    --size:70px;
    --fg:var(--green);
    --bg: var(--lightgrey);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-left: 15px;
    background: 
      radial-gradient(closest-side,var(--light) 80%, var(--transparent) 0 99.9%,var(--light) 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
  }
  
  .div2[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
  }
  

  .div3[role="progressbar"] {
    color: var(--light);
    --size:70px;
    --fg:var(--green);
    --bg: var(--light);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-left: 15px;
    background: 
      radial-gradient(closest-side, var(--light) 80%,var(--transparent) 0 99.9%, var(--light) 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
  }

  .div3[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
  }

  .marvel{
    overflow: hidden;
    font-size: 14px;

  }

.box{ 
    width: 50%;
    height:235px;
    font-weight:bold;
    border-radius: 10px;
    box-shadow: 1px 0px 12px rgba(166, 166, 166, 0.5);
    margin-top: -70px;
    background-image: url(/static/images/bg-dot.png);
    background-color: var(--light);
    overflow: hidden;
   color: var(--dark);
}

.box2{
  width: 160px;
    height:auto;
  
    border-radius: 10px;
    box-shadow: 1px 0px 12px rgba(166, 166, 166, 0.5);
    margin-top: -70px;
    overflow: hidden;
    background-image: url(/static/images/backg.png);
   color: var(--dark);
   
}


@media only screen and (max-width:426px){
  .box{
      width:190px;
  }
}
@media only screen and (max-width:410px){
  .box{
      width:180px;
  }
}
@media only screen and (max-width:387px){
  .box{
      width:170px;
  }
}
@media only screen and (max-width:368px){
  .box{
      width:160px;
  }
}
@media only screen and (max-width:345px){
  .box{
      width:150px;
  }                
}
@media only screen and (max-width:326px){
  .box{
      width:140px;
  }
  .div2[role="progressbar"]::before{
    font-size:12px;
  }
}
@media only screen and (max-width:305px){
  .box{
      width:130px;
  }
}
@media only screen and (max-width:285x){
  .box{
      width:120px;
  }
}

.main-container{
  justify-content: center;
}
.details{
  display: flex;
  justify-content: space-between;
  padding:0 5px;
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10 ;
    background-color:#f4f4f4;
    top: 0;
    left: 0;
   padding-top: 50px;
    overflow-x: hidden;
    transition: 0.5s;
    
}

.sidebar a {
    
    margin-top: 10px;
    margin: 0 20px 0 20px;
    padding: 5px 0px 0px 5px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: var(--dark);
    background-color: transparent;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    color: var(--lightpink);
    font-weight: bold;
    right: 0;
    font-size: 20px;
    border: none;
}

.openbtn {
    font-size: 25px;
    cursor: pointer;
    background-color:var(--transparent);
    /* color: var(--light); */
    color: #201e1e;
    padding: 5px 13px;
    border: none;
    left: 0;
    top: 0;
    position:absolute;
    z-index: 5;
    margin-top: -8px;

}


#main {
    transition: margin-left .5s;

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}
.tabpan li.active{
  background-color:var(--lightgrey);
}

/* a:hover
{
color: black !important;
} */
.update-button{
  border: 1px solid gray !important;
  }
a:hover::after{
  width: 100%;
}

.schbtn a{
 border: none;
}


.cmpbtn{
  border-top: none;
  border: 0px solid transparent;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;   
}


.btnLocation
{
    border: none;
    height: 51px;
    width: 52px;
    overflow: hidden;
  
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffffff00;
}




.btnLocation1
{   
    border: none;
    height: 51px;
    width: 52px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #201e1e;
    overflow: hidden;
    margin-left: -13px;
}

#preloader{
  background:var(--dark) url(/static/images/preloader2.gif) no-repeat center;
  background-size: 20%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000000000;
}

/* final submit page */

.final_submit_01{
  margin-top: 20px; height: 450px; overflow-y: scroll;
}

.final_submit_02{
  background-color: lightgray; color: black;
}

.final_submit_03{
  width: 20px;
}

.final_submit_04{
  width: 55px;
}

.final_submit_05{
  position: relative; left: 0px; top: 40px;
}

.final_submit_06{
  width: 100%; height: 30px;
}

.final_submit_07{
  position: relative; left: 0px; top: 40px;
}

.final_submit_08{
  width: 100%; height: 30px;
}

.final_submit_09{
  margin-top: 100px;height: 200px;
}

  
