@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,500;1,400&display=swap');
*{
    font-family: 'Nunito', sans-serif;
}
.nav-link{
    font-size: 13px;
}
.navbar .navbar-brand{
    color: #FFA900 !important;
    font-weight: bold !important;
}
.footer_link{
    font-size: 12px;
}
table{
    font-size: 13px;
}
.lower_form{
    min-height: 500px;
}
.logo{
    width: 100px;
    height: 100px;
}
.printable_header{
    display: none;
}
.circle_notif{
    display: none;
    padding: 5px !important;
}
.edit_box{
    display: none;
}
.current_pass{
    display: none;
}
.invalid-feedback{
    display: none;
}
.circle_notif_user{
    display: none;
    padding: 5px !important;
}
.user_cicler{
    padding: 5px !important;
}
.text-xs{
    font-size: 15px;
}
.search_result{
    min-height: 400px;
}
.shadow-sm{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}
.btn-warning{
    font-weight: bold !important;
}
.bg-light{
    background-color: #ebebeb !important;
}
.little_cover{
    height: 150px;
    background-image: url("../images/sample1.png");
    background-size: cover;
}

.btn-9 {
	outline: none;
  }
  .custom-btn {
	height: 40px;
	border: 2px solid #FFC107;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
  }
  .btn-9 {
	z-index: 2;
	transition: all 0.3s ease;
	overflow: hidden;
	color: #000;
  }
  .btn-9:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
  }
  .btn-9:hover {
	box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
				-4px -4px 6px 0 rgba(116, 125, 136, .2), 
	  inset -4px -4px 6px 0 rgba(255,255,255,.5),
	  inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
	color: #fff;
  }
  .btn-9:hover:after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #FFA900;
	box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
				-4px -4px 6px 0 rgba(116, 125, 136, .2), 
	  inset -4px -4px 6px 0 rgba(255,255,255,.5),
	  inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  }

  @media (max-width: 767.98px) {
    .home_content {
      margin-bottom: 100px;
    }
  }

.form-control:focus {
    border-color: rgb(255, 169, 0) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 169, 0, 0.251);
} 
.column_hidden{
    display: none;
}
.nav-item .text-secondary{
    color: #FFA900 !important;
    border-bottom: 1px solid #FFA900 !important;
}