body{
  font-family:'montserrat';
  font-size:18px;
  color:#333;
  background-color:white
}
a{
  text-decoration: none;
}
a:hover{
  color: inherit
}
.border-radius-10 {
  border-radius: 10px
}
.blue-btn{
  background: linear-gradient(to bottom, #001F3F, #0577eb);
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  border: 0px;
  transition: all 0.4s;
}
.blue-btn:hover{
  background: linear-gradient(to bottom, #001F3F, #0577eb);
  color: #fff;
  font-weight: bold;
  transform: scale(1.1);
}
.card-shadow{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.card-border{
  border-color: #180268;
}
.card-heading{
  background: linear-gradient(to bottom, #001F3F, #0577eb);
  color:#FFF;
}
.dropdown-item:hover {
  background: #180268;
  color: #fff;
}
.delete-btn{
  background: linear-gradient(to bottom, #eb1520, #b50404);
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  border: 0px;
  transition: all 0.4s;
}
.delete-btn:hover{
  background: linear-gradient(to bottom, #eb1520, #b50404);
  color: #fff;
  font-weight: bold;
  transform: scale(1.1);
}
.description-background{
  background-color: #bbdaa4;
}
.font-size-18{
  font-size:18px;
}
h1,h2,h3{
  color:#180268;
}
.font-icon-color{
  color: #180268;
  font-size: 3.0em;
}
.icon-facebook {
  color: #3b5998
}
.icon-youtube {
  color: #c4302b
}
.info {
  background-color: #7eb62e
}
.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  color: #fff;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}
.navbar-nav{
  font-family: 'Font Name', serif;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item{
  font-size: 0.9rem;
  color: #180268;
}
p{
  font-size: 1.3rem;
}
.page-item.active .page-link {
  background: linear-gradient(to bottom, #001F3F, #0577eb);
  color: #fff;
}
.pm-whats-app-float{
  position:fixed;
  width:55px;
  height:55px;
  bottom:10px;
  right:15px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:100;
}
.theme-font-color{
  color: #180268;
}
.text-underline-none{
  text-decoration: none;
}
.theme-bg-color{
  background: linear-gradient(to bottom, #001F3F, #0577eb);
}
.text-background{
  background-color: #b0c4e8;
}
.text-bold {
  font-weight: bold;
}
ul{
  font-size: 17px;
  text-align: justify;
  font-family: 'Font Name', serif;
}
::-webkit-scrollbar {
  width: 10px;
  background: #e1e3e1;
}
/* Track */
::-webkit-scrollbar-track {
  background:; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #180268;
  border-radius: 20px; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: ; 
}