/* krishan css */
a:hover, a {
    color: #0071bc;
}
.dropdown-menu.showLogoutmenu li {
    padding: 0px 5px 0px 5px !important;
}
.dropdown-menu.showLogoutmenu li a{
  font-weight: 500 !important;
}
.dropdown-menu.showLogoutmenu li a:hover{
  background-color: #E58970 !important;
  color: #fff !important;
}
.dropdown-menu.showLogoutmenu {
  width: 200px !important;
  left:-28px !important;
  border: unset!important;
  box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);

}
.navbarLinks li a{
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.navActive{
  color: #E58970 !important;
}

/* krishan css */
.header-ct {
    position: sticky;
    top: 0;
    z-index: 111;
    background: #fff;

}
.header-ct.is-sticky {
    /* position: fixed; */
    top: 0;
    z-index: 111;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}
.navbar-toggler:focus {
  text-decoration: none !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.navbar-toggler {
  border-radius: 10px !important;
  background-color: #f4f4f4 !important;
  border: 0;
  padding: 10px 15px;
}

a.dropdown-item {
  color: inherit !important;
  font-weight: 400 !important;
  font-size: inherit !important;
}

.dropdown-menu li {
  padding: 5px !important;
}


.dropdown-item:not(.disabled):active { background-color: #E58970;}
.dropdown-item {margin: 0;}
.profile-circle {
  background-color: #E58970;
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}

.dropdown-toggle::after {display: none;}
.profile-name {
  background-color: #735C7426;
  border-radius: 0px 16px 16px 0px;
  padding: 4px 4px 4px 10px;
  font-size: 12px;
  padding-left: 13px !important;
}
.profile-arrow-img {margin: 0px 8px; width: 10px !important;}
.imgprofilecolor {
  width: 90px;
  height: 90px;
  font-size: 30px;
  color: #fff !important;
  background-color: #E58970;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-wrapper #logo-preview{
    margin-right: -8px;
    background-color: #fff;
    filter: brightness(1);
}

.rounded-circle { border-radius: 50% !important; z-index: 1;}
.reserved p { font-weight: 400; color: #000;}

/* Footer */
.footer ul { padding-left: 0 !important; }
.footer li {list-style: none !important;}
.footer li i {margin-right: 15px;}
.footer p, .footer li {font-size: 18px !important; color: #000000;}
.footer p{line-height: 24px;}
.footer .footer-logo { padding-bottom: 10px;}
.footer-logo, .SiteLogo{ max-width: 180px;}
/* i.fab.fa-twitter,
i.fab.fa-facebook, */
.social-section ul li i{font-size: 30px; margin-right: 15px;}
.fa-instagram{color: transparent; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); -webkit-background-clip: text;}
.social-header{font-size: 25px; font-weight: 600;}
#logo-preview {
  width: 50px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  /* border: 2px solid #ccc; */
}
.logo-shadow {box-shadow: grey 0px 0px 2px 1px;}

@media(max-width: 768px) {
  .footer-logo, .SiteLogo {width: 150px;}
  .footer p {line-height: 20px;}
  .footer p, .footer li{font-size: 15px !important;}
  .social-header{font-size: 18px; font-weight: 600px;}
  .social-section ul li img{width: 20px;}
  .social-section ul li{margin-right: 7px;}
}
