
body {
  margin: 0;
  padding: 0;
  font-family: Georgia sans-serif; 
  color: #4a4949;
  letter-spacing: 0.3px !important;
  line-height: 1.7;
  background-color: #f5f5f5; 
  -moz-hyphens: auto; 
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

@media print {
  .printArea * {
    visibility: hidden;
    background-color: rgba(243, 237, 237, 0.2);

  }
 
  .printArea, .printArea2, .printArea * {
    visibility: visible;
  }
  .hideArea{
    visibility: hidden;
  }
  .printArea, .printArea2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    /* margin-top: 10px; */
  }
}
.print-logo, .print-passport {
        max-height: 100px; /* Adjust as necessary */
    }
.print-header1{
    color: #b5353e;
}
.print-header2{
    color: #dc555e;
}
.print-header3{
    color: #a44349;
}
/* .printArea {
        background-color: rgba(243, 237, 237, 0.2);
    } */

.watermark-container {
  position: relative;
  overflow: hidden;
  min-height: 300px; 
}
.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 4rem; 
  color: rgba(201, 75, 17, 0.1);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
a{
  text-decoration: none;
}

#listTable td, th{
  font-size: 15px;
}

.logoSize{
  width: 35px;
  height: 35px;
}
.logoSize2{
  width: 45px;
  height: 45px;
}
.fade-link{
  opacity: 0.8;
}
.fade-para{
  opacity: 0.8;
}
.pop-img:hover{
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px ;
}
html{
  scroll-behavior: smooth;
}
.dropdown-menu {
  white-space: nowrap;
}

.bg{
  margin: 0;
  padding: 0;
  background-color: #043878;
  height: 100vh;
  overflow: auto;
}
/* #0e6efd */
.bg::after {
  content: '';
  border-bottom-right-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  background-color: #007bd9;
  height: 10%;
}

.enlarge-img:hover{
  position: sticky;
  width: 150px;
  height: 150px;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate_1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.truncate_2 {
  line-clamp: 1;
  -webkit-line-clamp: 2;
}
.truncate_3 {
  line-clamp: 1;
  -webkit-line-clamp: 3;
}
.truncate_4 {
 line-clamp: 4;
  -webkit-line-clamp: 4;
}
.truncate_5 {
  line-clamp: 5;
  -webkit-line-clamp: 5;
}

#app{
  height: 100%;
}
.form-control:focus{
  outline-color: none;
  border-color: #ccc;
}

.form-select:focus{
  outline-color: none;
  border-color: #ccc;
}

.input-group-text{
  cursor: pointer;
}

.navbar-nav-menu li:hover{
  border-radius: 4px;
  background: #0e7716;
  padding: 10px 25px;
  }
  
  .navbar-nav-menu li:hover > a{
  color: #fff;
  opacity: 1;
  }
  .navbar-nav-menu li a{
  color: #000;
  opacity: 0.7;
  }
  .borderStyle{
      border-top: 4px solid #f8b818;
  }

  .menudivider{
      border-bottom: 2px solid #eee;
  
  }
  .list-unstyled{
    cursor: pointer;
  }

  .passport-dp{
    background-image: url('../assets/passports/avatar.png');
    background-size: 220px 220px;
    background-position:cover;
    background-repeat: no-repeat;

    }

.dp{
border-radius:50%;
width: 60px;
height: 60px;
background-image: url('../assets/passports/avatar.png');
background-size: 60px 60px;
background-repeat: no-repeat;
}
.dp img{
border-radius:50%;
width: 60px;
height: 60px;
}

.dp-small{
  border-radius:50%;
  width: 34px;
  height: 34px;
  background-image: url('../assets/passports/avatar.png');
  background-size: 38px 38px;
  background-repeat: no-repeat;
  }
  .dp-small img{
  border-radius:50%;
  width: 34px;
  height: 34px;
  }

.dp-top{
  border-radius:50%;
  width: 40px;
  height: 40px;
  background: #eee;
  background-image: url('../assets/passports/avatar.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  }
  .dp-top img{
  border-radius:50%;
  width: 40px;
  height: 40px;
  }

.site_logo{
  width:30px;
  height: 24px;
}

.menuLink{
  font-size: 1rem;
  color: #131517;
  padding: 0.5rem 2rem 0.5rem 0;
  display: block;
  text-decoration: none;
}
.linkUnderline {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}
.linkUnderlineHover:hover {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}
.linkHover:hover > h6{
  color: rgb(36, 51, 211);
}

.size-12{
  font-size: .6875em;
  letter-spacing: 1px;
  padding: 1.5em 0.8em;
}

.size-13{
  font-size: .6575em;
  letter-spacing: 1px;
  padding: 1.5em 0.8em;
}

.size-14{
  font-size: .8875em;
  letter-spacing: 1px;
  padding: 1.5em 0.8em;
}

.link-size-14{
  font-size: .8875em;
  letter-spacing: 1px;
}

.link-size-13{
  font-size: .6875em;
  letter-spacing: 1px;
}

.link-size-12{
  font-size: .6575em;
  letter-spacing: 1px;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index:500;
  background-color: #f5f5f5;
 }
 
 .menuheader{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
 }

 .backendheader{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
 }

.modal{
z-index:2000;
}

.sidebar{
display: none;
z-index: 500;

}
@media (min-width: 768px) {
.sidebar {
  position: fixed;
  top: 4px;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: block;
  overflow-x: hidden;
  overflow-y: auto; 
}
}

.maindiv {
position: fixed;
top: 4px;
bottom: 0;
right: 0;
padding: 20px;
overflow-x: hidden;
overflow-y: auto;
background-color: #fff;
}

.sitecolor {
  background: #106415;
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  }

.gradient_bg {
  background: #f0b9b9;
   background-image: linear-gradient(to right, #e6b9b9, rgba(128, 120, 113, 0.733));   
  }
  .light_bg{
    background: rgb(240, 248, 247);
  }
.box{
  background-color: #eee;
}

.blink span{
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255, 0, 0);
  animation: blink 1s linear infinite;
}


@keyframes blink{
10%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.blinker {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.bg-lightblue{
  background-color: #edf7ff;
}
.bg-lightgray{
  background-color: #edf7ff;

}
.bg-light-eee{
  background-color: #fefefe;

}
.side-bubble-h-100{
  background-color: #edf7ff;
}
.side-bubble-h-100 div{
  z-index: 10;
}
.side-bubble-h-100::after {
  content: '';
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 4%;
  background-color: #007bd9;
  height: 80%;
}
.side-bubble-h-100::before {
  content: '';
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 4%;
  background-color: #007bd9;
  height: 80%;
}
.side-bubble{
  background-color: #edf7ff;
}

.side-bubble div{
  z-index: 10;
}
.side-bubble::before {
  content: '';
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 4%;
  background-color: #007bd9;
  height: 75%;
}

.side-bubble::after {
  content: '';
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 35%;
  background-color: #007bd9;
  height: 66%;
}



.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }

.textAreadEditor{
background-color: #eee;
}

.waving-div {
  position: relative;
  overflow: hidden;
}

.waving-div {
  position: relative;
  overflow: hidden;
}

.waving-div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #065117, #cada3d);
  transform-origin: bottom left;
  animation: waving 8s linear infinite;
  opacity: 0.1;
}

@keyframes waving {
  0% {
    transform: skewX(20deg) translateX(0%);
  }
  50% {
    transform: skewX(-20deg) translateX(100%);
  }
  100% {
    transform: skewX(20deg) translateX(0%);
  }
}

.section-slide-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}

.section-slide-up.slide-up {
  opacity: 1;
  transform: translateY(0);
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #0cb52b 20%, #ffd700);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-emphasize {
font-family: IBM Plex Serif, sans-serif;
font-style: italic;
}

.stars {
  color: gold;
  font-size: 20px;
  margin-bottom: 10px;
}

.quote {
margin-bottom: 25px;
padding: 0;
font-size: 17px;
line-height: 1.7;
}

.display-circle-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.display-header-2 {
letter-spacing: -.01rem;
margin-bottom: 15px;
font-size: 44px;
line-height: 1.2;
}

.display-header-3 {
letter-spacing: -.01rem;
margin-bottom: 15px;
font-size: 30px;
line-height: 1.2;
}

.header-site-title {
  color: #fff;
}

.rotateIcon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
