<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;
}
.box{
  
  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.05);
  
}
.box .avatar{
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 10px auto 10px;
}
.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: 18px;
  font-weight: 700;
  line-height: 1.4rem;
  margin: 20px;
}
.box:hover .box_content .title{
  color: #313435;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 3rem;
  margin: 20px;
}
.ribbon{
  position: absolute;

}
.ribbon-6{
  width: 370px;
  height: 50px;
  background: #e53935;
  top: 210px;
  left: -10px;
}

.ribbon-6:before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid #b71c1c;
  border-top: 5px solid #b71c1c;
  border-bottom: 5px solid transparent;
}

.ribbon-6:after{
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  border-left: 5px solid #b71c1c;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #b71c1c;
}

.box .box_content .post{
  font-family: 'Poppins', sans-serif;
  line-height: 2.375rem;
  font-weight: bold;
  color:#b71c1c;

}
.login-form-wrap {
    width: 380px;
    height: 250px;
    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");*/
}
.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;
  }
  .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;
  }
.avatar{
    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;
    font-family: 'Poppins', sans-serif;

}
.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;

}
.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;
}
.admin-style:hover{
  z-index: 1;
  transform: scale(1.1);
}



.wrapper{
  display: flex;
  position: relative;
}

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  background: #3b3c38;
/*   padding: 30px 0px; */
  position: fixed;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrapper .sidebar h2{
  color: black;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li{
  /* padding: 15px; */
  border-bottom: 1px solid #1e2a78;
  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: white;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  background-color: #3b3c38;
}
    
.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%;
}

.wrapper .main_content .header{
  padding: 20px;
  background: white;
  color: #717171;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff200;
    color: #39393a;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff200;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff200;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff200;
    text-align: center;
    color: #0257aa;
}

#sidebar ul.components {
    padding: 20px 0;
    box-shadow: 0 0 0 0.5px #E2E9ED;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: white;
    background: #0257aa;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: white;
    background: #0257aa;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: white;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #ffffff;
    color: #0257aa;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.btn-info {
    color: black;
    background-color: white;
    border-color: grey;

  }
  .btn-info:hover {
    color: white;
    background: #0257aa;

  }
@media (max-height: 500px){
  .social_media{
    display: none !important;
  }
/* .middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */


}
