

<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
</style>

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
   font-family: 'Poppins', sans-serif;
}


body{
   background-color: white;
}

.wrapper{
  display: flex;
  position: relative;
}

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  background: #4b4276;
  padding: 30px 0px;
  position: fixed;
}

.wrapper .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  color: #bdb8d7;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  background-color: #594f8d;
}
    
.wrapper .sidebar ul li:hover a{
  color: #fff;
}
 
.wrapper .sidebar .social_media{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_media a{
  display: block;
  width: 40px;
  background: #594f8d;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 200px;
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}


.login-form-wrap {
    width: 380px;
    height: 300px;
    background: rgba(5, 86, 170, 0.82);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 50px 30px;
    border-radius: 20px;
    font-family: 'Poppins' , sans-serif;
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap {
    height: auto;
    background: rgba(225, 225, 225, 0.82);
    color: #777777;
    display: block;
    margin: auto;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 20px;
    font-family: 'Poppins' , sans-serif;

    
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap input[type=text],[type=email]{
    width: 100%;
    height: 30px;
    background:white;
    color: #777777;
    padding-left: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap input[type=file]{
    width: 100%;
    height: 60px;
    background:white;
    color: #777777;
    padding-top: 20px;
    padding-left: 6px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    /*background-image: url("../../../img/login_bg.png");*/
}

.feedback-form-wrap1 {
    height: auto;
    background-color: #0657ab;
    color: #777777;
    display: block;
    margin: auto;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap1 input{
    width: 100%;
    height: 30px;
    background:white;
    color: #777777;
    padding-left: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap select{
    width: 100%;
    height: 30px;
    background:white;
    color: #777777;
    padding-left: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    border:1px solid white;
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap textarea{
    width: 100%;
    height: 100px;
    background:white;
    color: #555;
    padding-left: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    /*background-image: url("../../../img/login_bg.png");*/
}
.feedback-form-wrap1 textarea{
    width: 100%;
    height: 100px;
    background:white;
    color: #555;
    padding-left: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    /*background-image: url("../../../img/login_bg.png");*/
}
.avatar{
    width: 110px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: calc(50% - 50px);
}
.avatar-dash{
    width: 110px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: calc(50% - 50px);
}

.welcome-text p {
    font-size: 13px;
}


/* .right-section {
    width: 550px;
    position: relative;
    height: 100vh;
    float: right;
    background-image: url("../../../img/falculan_bg1.png");
    background-size: cover;
    background-position: 570px 0px;
    object-fit: cover;
} */
.welcome-text {
    position: absolute;
    max-width: 290px;
    text-align: center;
    top: 50%;
    right: 50px;
    color: #fff;
    transform: translateY(-50%);
}
.title {
    text-align: center;
    margin-top: 65px;
    color: #292929;
    line-height: 30px;
    margin-bottom: 30px;
}
.form {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;

}
.form input[type=text], input[type=password] {
    width: 300px;
    height: 30px;
    padding: 14px 12px;
    border-radius: 30px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    outline: none;
    /* box-shadow: 0px 0px 42px #d4d4d4; */
}
span.floatleft {
    font-size: 13px;
    float: left;
}
span.floatright {
    font-size: 13px;
    float: right;
}
.form input[type="submit"] {
    display: inline-block;
    border: none;
    width: 90px;
    height: 30px;
    background: yellow;
    color: blue;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 90px 10px 90px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
}
.form input[type="submit"]:focus {
  outline: none;
}
.form input[type="submit"]:hover {
  background: blue;
  color: white;
}
.create-account {
    font-weight: 200;
    font-size: 14px;
    color: white;
    margin-top: 15px;
    text-align: center;
}
.create-account b{
    font-weight: 200;
    font-size: 14px;
    color: white;
    margin-top: 10px;
}
.create-account a{
    font-weight: bold;
    font-size: 14px;
    color: white;
    margin-top: 10px;



}
.achieve{
font-family: 'Poppins', sans-serif;

}
.achieve span{
  color: black; 
  font-size: 14px; 
  margin-left: 60px; 
  font-weight: bolder;
}
.achieve p{
  color: black; 
  font-size: 18px; 
  margin-left: 60px; 
  font-weight: bolder; 
  white-space: pre-line; 
  height: 7px;

}
.proceed-btn{
 width: 120px; 
 height: auto; 
 margin: auto; 
 padding: 5px;
  background-color: yellow;  
  color: black; 
  border-radius: 20px; 
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.proceed-btn:hover{
 width: 120px; 
 height: auto; 
 margin: auto; 
 padding: 5px;
  background-color: #0657ab;  
  color: white; 
  border-radius: 20px; 
  font-weight: 600;
}
.submit{
    display: inline-block;
    border: none;
    width: 90px;
    height: 30px;
    background: yellow;
    color: #0657ab;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    margin: 15px 90px 10px 90px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
    font-family: 'Poppins', sans-serif;

  }
  .submit:hover{
    display: inline-block;
    border: none;
    width: 90px;
    height: 30px;
    background: #0657ab;
    color: white;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    margin: 15px 90px 10px 90px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
  }

  .submit-feedback{
    display: block;
    border: none;
    width: 90px;
    height: 30px;
    background: yellow;
    color: black;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    margin: 15px 90px 10px 90px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
  }
  .submit-feedback:hover{
    display: block;
    border: none;
    width: 90px;
    height: 30px;
    background: #0657ab;
    color: white;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    margin: 15px 90px 10px 90px;
    padding: 5px;
    transition: 0.3s all ease-in-out;
  }

  .progress-bar-answer{
    position: relative;
    height: 1em;
    background-color: #ddd;
    border-radius: 1.5em;
    color: white;

  }
  .progress-bar-answer::before{
    content: attr(data-label);
    display: flex;
    position: absolute;
     height: .6em;
    left: .2em;
    top: .2em;
    bottom: .2em;
    width: calc(var(--width,0) * 1%);
    max-width: calc (100% - 1em);
    background-color: #0657ab;
    border-radius: 1em;
    z-index: 1;
  }
  .progress-bar-achieve{
    position: relative;
    height: 3em;
    background-color: #ddd;
    color: white;



  }
  .progress-bar-achieve::before{
    content: attr(data-label);
    display: flex;
    position: absolute;
     height: 3em;
    /*left: .2em;*/
    padding:8px;
    width: calc(var(--width,0) * 1%);
    max-width: calc (100% - 1em);
    background-color: #0657ab;
    z-index: 1;
    color: yellow;
    font-family: 'Poppins', sans-serif;
    line-height: 14px;

  }
  .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
 .row.no-gutter-feed {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter-feed [class*='col-']:not(:first-child),
.row.no-gutter-feed [class*='col-']:not(:last-child) {
  padding-right: 10px;
  padding-left: 10px;
}

.jumbotron-style{
  
  height: auto;
  display: block;
  padding: 30px;


}
.jumbotron-style h2{
  font-weight: bold;
  text-align: center;
}
.jumbotron-style .decoration{
  color: black;
  font-size: 20px;
  background-color: yellow;
  height: auto;
  padding: 5px;
  border-radius: 20px;
  display: block;

}
.jumbotron-style .decoration:hover{
  color: white;
  font-size: 20px;
  background-color: #0657ab;
  height: auto;
  padding: 5px;
  border-radius: 20px;
  display: block;

}
.admin-style{
  transition: 0.2s all;
}
.admin-style a{
  display: block;
}
.admin-style img{
  width: 80px; 
  height: 80px;
  display:block;
  margin: auto;
}
.admin-style p{
  color: black; 
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
}
.admin-style:hover{
  z-index: 1;
  transform: scale(1.1);
}

.box{
  /*background-color: #fff;*/
  /*box-shadow: 0 0 0 0.5px #E2E9ED;*/
  padding: 10px 5px;
  position: relative;
  z-index: 0;
  transition: 0.2s all;
}
.box:hover{
  z-index: 1;
  /*box-shadow: 0 8px 50px rgba(0,0,0,0.2);*/
  transform: scale(1.2);
  background: yellow;
}
.box .avatar{
  width: 100px;
  height: 100px;
  /* border-radius: 100%; */
  overflow: hidden;
  margin: 10px auto 0px;
}
/*.box:hover .avatar{
  z-index: 1;
 box-shadow: 0 8px 50px rgba(0,0,0,0.2); 
  transform: scale(1.05);
*/
  
.box .box_content{
  margin:  10px 0;
}
.box .box_content .title{
  color: #313435;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4rem;
  margin: 5px;
}

.box .box_content .post{
  font-family: 'Poppins', sans-serif;
  line-height: 2.375rem;
  color:#b71c1c;

}
.box-dash{
  /* background-color: #fff; */
    /* box-shadow: 0 0 0 0.5px #E2E9ED; */
    padding: 100px 5px 5px 5px;
    position: relative;
    z-index: 0;
    transition: 0.2s all;
    height: 150px;
}
.box-dash:hover{
  z-index: 1;
  /*box-shadow: 0 8px 50px rgba(0,0,0,0.2);*/
  transform: scale(1.2);
  /*background: yellow;*/
}
.box-dash .avatar-dash{
 width: 100px;
    height: 100px;
    /* border-radius: 100%; */
    overflow: hidden;
    margin: 80px 0 0 0;
}
/*.box:hover .avatar{
  z-index: 1;
 box-shadow: 0 8px 50px rgba(0,0,0,0.2); 
  transform: scale(1.05);
*/
  
}
.box-dash .box_content_dash{
  margin:  10px 0;
}
.box-dash .box_content_dash .title{
  color: #313435;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4rem;
  margin: 5px;
}

.box-dash .box_content_dash .post{
  font-family: 'Poppins', sans-serif;
  line-height: 2.375rem;
  color:#b71c1c;

}
  hr.style1 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.style1:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
.loader{
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fad55b;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .loader > img{
    width: 15%;
   }

   .loader .hidden{
    animation: fadeOut 1s:
    animation-fill-mode: forwards;
   }

  @keyframes fadeOut{
     100%{
      opacity:0;
      visibility: hidden;
     }
    
   }
}

@media (max-height: 500px){
  .social_media{
    display: none !important;
  }

}
