*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
 }

@font-face {
    font-family:"Raleway-Regular";
    src: url(../fonts/Raleway-Regular.ttf);
    }

@font-face {
    font-family:"Raleway-SemiBold";
    src: url(../fonts/Raleway-SemiBold.ttf);
    }

@font-face {
    font-family:"Raleway-Bold";
    src: url(../fonts/Raleway-Bold.ttf);
    }

:root{
    --primary:#1884a7;
    --secondary:#faefcf;
    --tertiary:#f8cb95;
    --content:#000000;
    --pure-white:#ffffff;
    --red:#fd0000;
    --navyblue:#18073f;
    }

body{
    background-color: var(--secondary);
    }

    .top{
        filter: blur(3px);
    }


.top-banner{
    width: 100%;
    list-style: none;
    text-decoration: none;
    color:var(--secondary);
   }

.top-banner img{
  margin:0px auto; 
  width: 100%;
  }


#main-menu{
    height:auto;
    width: 100%;
    background-color:#ffa24b;
    overflow-x: hidden;    
    display:block;
    position: -webkit-sticky;
    position:sticky;
    top: 0;
    margin-bottom: 10px;   
          
   }  

   #main-menu-dash{
    height:100vh;
    width: 100%;
    background-color:var(--primary);
    overflow-x: hidden;    
    display:block;
    position: -webkit-sticky;
    position:sticky;
    top: 0;
    margin-bottom: 10px;   
          
   } 
   

.menu-nav{
       width: 100%;
       display: inline-block;
      vertical-align: middle;     
      }

.menu-nav .menu-item{
       width: 100%;
       display: block;
       /* border-bottom: 0.5px solid brown; */
       list-style: none;

       }

.menu-nav li{
    margin-bottom: 20px;
}

 .menu-nav li.active>a {
      background-color:#572b06;
      border-radius: 40px;
      position: relative;
      }

      .menu-nav li.active>a::after{
        content:'\25ba';
      float:right;
      padding-right: 8px;
      font-size: 16px;

    
      }

#main-menu .menu-item a:hover{
  color:#fff;
  border: 1px solid transparent;
  background-color:rgba(88, 50, 15, 0.7);
  border-radius:40px;
  font-weight: bold;
  font-size: 0.75rem;
}


#main-menu-dash .menu-item a:hover{
  color:#fff;
  border: 1px solid transparent;
  background-color:rgba(88, 50, 1, 0.7);
  border-radius:40px;
  font-weight: bold;
  font-size: 0.75rem;
}

#main-menu .menu-item:hover{
  background-color:#ffa24b;

}

#main-menu-dash .menu-item:hover{
  background-color:#ffa24b;

}


#main-menu .menu-item a{
    padding: 10px 0px 6px 5px;
    text-decoration: none;  
    font-size: 0.80rem;
    color:var(--pure-white);
    text-align: left;
    font-family:"Raleway-SemiBold";
    display: block;
    text-transform: uppercase;
 
  /* box-shadow: 0px 0px 2px 0.30px rgb(139, 139, 139);*/   
    }

    #main-menu-dash .menu-item a{
      padding: 10px 0px 6px 5px;
      text-decoration: none;  
      font-size: 0.80rem;
      color:var(--pure-white);
      text-align: left;
      font-family:"Raleway-SemiBold";
      display: block;
      text-transform: uppercase;
   
    /* box-shadow: 0px 0px 2px 0.30px rgb(139, 139, 139);*/   
      }

#main-menu .navbar-brand{
      /* background-color: var(--primary); */
      margin-bottom: 10px;
      width: 100%;
      padding-top:12px;
      border-bottom: 1px solid #fff;
      cursor: pointer;
      

      }

      #main-menu-dash .navbar-brand{
        /* background-color: var(--primary); */
        margin-bottom: 10px;
        width: 100%;
        padding-top:12px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        
  
        }
  

#main-menu .navbar-brand h5{
  font-family:"Raleway-Bold";
      color: var(--pure-white);
      text-align: center;    
    
      }

      #main-menu-dash .navbar-brand h5{
        font-family:"Raleway-Bold";
            color: var(--pure-white);
            text-align: center;    
          
            }

    
    

 #main-menu .navbar-toggler{
      position: absolute;
      top: 20px;
      right:-120px;      
      width: 100%;
      outline: none;
      border:0;
      }


      #main-menu-dash .navbar-toggler{
        position: absolute;
        top: 20px;
        right:-120px;      
        width: 100%;
        outline: none;
        border:0;
        }

#main-menu .fa{
     padding: 5px;
     margin-right: 15px;
      font-size: 14px;
      border: 1px solid rgb(0, 0, 0);
      border-radius: 50%;
      }

      #main-menu-dash .fa{
        padding: 5px;
        margin-right: 15px;
         font-size: 14px;
         border: 1px solid rgb(0, 0, 0);
         border-radius: 50%;
         }

      #main-menu .fa:hover{
    background-color: darkolivegreen;
    border: 1px solid rgb(255, 255, 255);
         }

         #main-menu-dash .fa:hover{
          background-color: darkolivegreen;
          border: 1px solid rgb(255, 255, 255);
               }


  


 
  /*................  side bar css end...........................*/
  /*--------------------------------------------- Dashboard section start ----------------------------------------------------- */
  .main_dashboard{
    display:flex; 
    flex-direction:row;
    justify-content:space-between;
    position: relative;
  }
   
  .main_dashboard .card-dashboard{
    color: black;
    background-color:#fff;
    max-width:35rem;
    height:13rem;
    max-height: 13rem;    
    margin-bottom: 10px;
  }
  .card-header:first-child{
    font-size:1rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: #5a3109;
    height: 80px;
    max-height: 80px;
  }

  .main_dashboard .card-dashboard .card-body .card-title{
    font-weight: bold;
  }

  .main_dashboard .card-dashboard .card-body p{
 font-size:14px;
 margin-bottom: 4px;
 
  }


  .main_dashboard .btn-dash{
 padding:3px 10px;
 border: none;
 background-color: #5a3109; 
 color: #fff;
 position:absolute;
 bottom: 3%;
 right:38%;
 transform: translate(-50% -50%);
 border-radius: 5px;
 cursor: pointer;
 
  }

  .main_dashboard .btn-dash:hover{
    background-color:#bd6619; 
  }

  .flot-bar-wrapper .btn{
    background-color: #2d1866; 
    color: #fff;
  }

  .flot-bar-wrapper .btn:hover{
    background-color: #1884a7; 
    color: #fff;
  }


  .morris-hover {
    position:absolute;
    z-index:1000;
  }
  
  .morris-hover.morris-default-style {     border-radius:10px;
    padding:6px;
    color:#666;
    background:rgba(255, 255, 255, 0.8);
    border:solid 2px rgba(230, 230, 230, 0.8);
    font-family:sans-serif;
    font-size:12px;
    text-align:center;
  }
  
  .morris-hover.morris-default-style .morris-hover-row-label {
    font-weight:bold;
    margin:0.25em 0;
  }
  
  .morris-hover.morris-default-style .morris-hover-point {
    white-space:nowrap;
    margin:0.1em 0;
  }
  
  svg { width: 100%; }



  .main-panel .page-header{
    display: flex;
    justify-content: space-between;
  }

  .main-panel .page-header h3{
    margin:0 auto;
    padding-bottom: 10px;
    color: #2d190f;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
 
  }


  .card-table{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*--------------------------------------------- Dashboard section end ----------------------------------------------------- */
/* ------------------------------------form section------------------------------------------------- */

.container-login100 {
  width: 100%;  
  height:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;  
 
}


.wrap-login100 {
  width: 600px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 2px 2px 2px 3px rgb(151, 149, 149);
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}


/*==================================================================
[ Title form ]*/
.login100-form-title {
  width: 100%; 
}


.login100-form-title .finance{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
  min-height:40px;
  background-image: linear-gradient(to right, #572b06 , #aa4e00);
}

.login100-form-title .finance span h2{
  color: #ffffff;
  text-align: center;
 padding-top: 6px;
 
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: bolder;
  font-family:Arial, Helvetica, sans-serif;
   -webkit-text-stroke:1px rgb(0, 0, 0); 
   text-shadow:1px 2px 2px rgb(0, 0, 0);
  
}



/*.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(252, 163, 104);
}*/


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:10px 30px 30px 50px;
  
}

.login100-form-title P{
  font-size: 1rem; 
  font-weight: 300; 
  color:rgb(0, 0, 0);
  letter-spacing: 1px;
  
}



 
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 10px; 
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-weight: 600;
  color: #562b0c;
  line-height: 1;
  text-align: right;


}

/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-bottom: 1px solid rgba(90, 90, 90);
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #063386;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/
.check-100{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding:5px 0px;

}

.input-checkbox100 {
  display: none;
 
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: 600;
  color:#562b0c;
  line-height: 1;
  z-index: 2;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100:hover{
  color: #bd6619;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #063386;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt1{
  color: #bd6619;
}
.txt1:hover{
  color: #562b0c;
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #ffffff;
  background-color: #562b0c;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-around;
  flex-flow: row wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 6px;
  z-index: 2;
  cursor: pointer;
  min-width: 160px;
  height: 50px;
  background-color: #5d2e08;
  border-radius: 25px;

  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #bd6619;
  border: 2px solid rgb(7, 45, 82);
}




.link-all{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 20px auto 20px 0px;
  padding:0 30px;  
}

.link-all a{
  color: #fff;
  font-size:14px;
  font-weight:400;
  text-align: center;
  border-radius: 10px;
  background-color: #572e0a;
 }

.link-all a:hover{
  background-color: #bd6619;
  border: 2px solid rgb(7, 45, 82);
}

/*-----------------------technical support css---------------------------*/
.Tech-support{
  display: block;

  width: 100%;
  height: auto;
  padding:10px;
  border: 1px solid #063386;
  text-align: center;
}

.Tech-support p{
  font-size: 15px;
 color: #063386;
 line-height:35px;
 font-family: Poppins-Regular;
}

.Tech-support .tech-mail{
  font-size:18px;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-style: italic;
  color: red;
}

.Tech-support h4{
  font-family: Poppins-Bold;
  color:#063386;
  
}



/* ---------------------------footer section--------------------------- */
.footer-content p{
    text-align: center;
    font-size:0.75rem;
    color: var(--content);
    font-family: "raleway-bold";
    color:var(--pure-white) !important;
    padding:0.1rem 0.60rem 0 0.60rem;       
}

.footer-content p .email{
color:#fff;
font-weight:600;
font-size: 0.90rem;
letter-spacing: 0.10rem;
}

.footer-content{
    background-color: #5d330e;
    width: 100%;
    height:40px;
    margin: 1px auto;
  
}