.footer-bar-1 .active-nav i,
.footer-bar-1 .active-nav span {
  color: #4A89DC !important;
}
#footer-bar .circle-nav-1::after,
#footer-bar .circle-nav-2::before,
#footer-bar .circle-nav-2::after {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
}
/*-Footer Menu-*/
#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  height: 65px;
  display: flex;
  text-align: center;
}
#footer-bar a:not(.btn) {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  color: #1f1f1f;
}
#footer-bar a:not(.btn) span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: -3px;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}
#footer-bar a:not(.btn) i {
  margin-top: 2px;
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 8px;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  top: 8px;
  margin-right: -5px;
  z-index: 3;
}
#footer-bar .badge-text {
  padding: 0px 5px;
}

.footer-clear {
  padding-bottom: calc(100px + env(safe-area-inset-bottom)) !important;
}

.iosTabBar {
  height: 65px !important;
  transform: translateY(env(safe-area-inset-bottom));
}

#footer-bar.position-relative {
  z-index: 90 !important;
}

.footer-bar-no-text i {
  padding-top: 8px;
}

#footer-bar .circle-nav-1 * {
  color: #FFF !important;
}

#footer-bar .circle-nav-1::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

#footer-bar .circle-nav-2 i {
  color: #FFF !important;
  transform: translateY(-18px);
  font-size: 20px !important;
}

#footer-bar .circle-nav-2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -25px;
  border-radius: 20px;
  z-index: -1;
}

#footer-bar .circle-nav-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -5px;
  border-radius: 20px;
  background: inherit;
  z-index: -1;
  transform: scale(0.75) translate(-55%, -45%);
  filter: blur(8px);
}

#footer-bar .btn {
  margin: 0px 10px;
  margin-top: 15px;
  font-size: 12px;
  height: 35px;
  line-height: 25px;
  padding: 5px 15px;
}

/*Selected Styles*/
.footer-bar-1 span {
  transform: translateY(2px);
}

.footer-bar-1 i {
  transform: translateY(-2px);
}

.footer-bar-1.footer-bar-no-text .circle-nav-1 i {
  font-size: 20px !important;
  transform: translateY(-2px) !important;
}

.footer-bar-3 .active-nav i,
.footer-bar-3 .active-nav span {
  transform: translateY(-3px);
}

.footer-bar-4 .active-nav * {
  color: #FFF !important;
}

.footer-bar-detached {
  border-radius: 25px;
  left: 7px !important;
  right: 7px !important;
  bottom: 15px !important;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
}

#footer-bar:not(.iosTabBar) {
  bottom: 15px !important;
}

.theme-light #footer-bar {
  background-color: rgba(255, 255, 255, 0.75);
}

.theme-light #footer-bar a {
  color: #1f1f1f;
}

#header-deco {
  top: 0px;
  position: absolute;
  height: 430px;
  transform: rotate(180deg);
}

#header-deco-1, #header-deco-2, #header-deco-3, #header-deco-4 {
  fill: #4A89DC;
}

#header-deco-1 {
  opacity: 0.4;
}

#header-deco-2 {
  opacity: 0.5;
}

#header-deco-3 {
  opacity: 0.7;
}

#header-deco-4 {
  opacity: 1;
}
.background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 /*   background: linear-gradient(to right, #fd81d6, #80dfff);  
 background: radial-gradient(#4169e1, #89CFF0);
*/
  background: rgb(65,105,225);
background: linear-gradient(159deg, rgba(65,105,225,1) 0%, rgba(137,207,240,1) 100%);
 
  display: flex;
  flex-grow: 1;
  z-index: -1;
  opacity: 0.35;
}

.app-header {
    position: relative;
    z-index: 50;
    width: 100%;
    background: none;
    padding: 0 25px
}
.singleslider {
    max-width: 100%;
    height: 200px;
}
.card-body, .card-top, .card-center, .card-bottom {
  z-index: 3;
}

.card-top, .card-center, .card-bottom {
  z-index: 3;
  position: absolute;
  left: 0px;
  right: 0px;
}

.card-top {
  top: 0px;
}

.card-center {
  top: 50%;
  transform: translateY(-50%);
}

.card-bottom {
  bottom: 0px;
}
.bg-theme {
    background-color: #FFF !important;
}
.icon {
    line-height: 0px;
    display: inline-block;
    text-align: center;
    transition: all 120ms ease;
}
.icon {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 12px;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transform: translateY(2px);
}
.icon-xxl {
    font-size: 17px;
    height: 65px;
    line-height: 65px;
    width: 65px;
    transform: translateY(2px);
}



.shadow-m {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
}
.rounded-m {
    border-radius: 20px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-11 {
  font-size: 11px !important;
}
.color-green-dark {
  color: #8CC152 !important;
}
.color-red-dark {
  color: #d84558 !important;
}
.color-blue-dark {
  color: #4A89DC !important;
}
.color-brown-dark {
  color: #AA8E69 !important;
}
.color-white {
  color: #FFF !important;
}

.mycontent {
    position: relative;
    margin: 15px 15px 20px 15px;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.gradient-green {
  border: none;
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}
.gradient-yellow {
    border: none;
    background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}
.shadow-bg {
    background-size: cover;
    position: relative;
    z-index: 10;
    overflow: visible !important;
}
.rounded-s {
    border-radius: 15px !important;
}
h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: #8CC152 !important;
}


