.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.error {
		color: #FF0000;
		font-family:Century Gothic, Lucida Calligraphy;
		font-size:13px;
		}

.success {
  color: #fdfbfb;
  font-family:Century Gothic, Lucida Calligraphy;
  font-size:13px;
  }

    .okapi-wasb-button1{
        position: fixed;
        z-index: 9999999;
    }
        .okapi-wasb-button1{
            bottom: 200px;
            left: 15px;
        }
    .okapi-wasb-icon{
        opacity: 0.95;
        width: 150px;
        height: 150px;    
    }
    .okapi-wasb-icon:hover{
        opacity: 1;
    }



.Timeline {
  display: flex;
  align-items: center;
  height: 170px;
}

.event1,
.event2, .event3 {
  position: relative;
}

.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width:200px;
  height: 60px;
  top: -70px;
  left: -15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 200px;
  height: 60px;
  left: -105px;
  top: 33px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64)
}

.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble:before {
  bottom: -10px;
  left: 13px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
}

.event1Bubble:after {
  bottom: -8px;
  left: 13px;
  border-top-color: #F6F6F6;
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 59px;
  left: 103px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event2Bubble:after {
  bottom: 57px;
  left: 103px;
  border-top-color: #F6F6F6;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
}

.DayDigit {
  font-size: 15px;
  font-family: "Arial Black", Gadget, sans-serif;
  margin-left: 10px;
  color: #4C4A4A;
}

.Day {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4C4A4A;
}

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}

.eventTitle {
  font-family: "Arial Black", Gadget, sans-serif;
  color: #a71930;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-top: -2px;
}

.time {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9E9E9E;
}

.eventAuthor {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: -8px;
  left: 63px;
}

.event2Author {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: 96px;
  left: -32px;
}

.time2{
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -31px;
  margin-left: -5px;
  color: #9E9E9E;
}

.now{
     background-color: #004165;
    color: white;
    border-radius: 7px;
    margin: 5px;
    padding: 4px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid white;
    font-weight: bold;
    box-shadow: 0 0 0 2px #004165
}

.futureGray{
     filter: grayscale(1);
    -webkit-filter: grayscale(1);
  
}

.futureOpacity{
  -webkit-filter: opacity(.3);
  filter: opacity(.3);
  
}



/* .info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: rgb(248, 250, 250);
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: .5rem;
  position: relative;
  width: 100%;
}

.info-box .progress {
  background-color: rgba(0, 0, 0, 0.125);
  height: 2px;
  margin: 5px 0;
}

.info-box .progress .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

.info-box .info-box-icon > img {
  max-width: 100%;
}

.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 120%;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.info-box .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
  font-family: Courier New, Helvetica, sans-serif;
  color: #0d0d0d;
}

.info-box .progress-description,
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Courier New, Helvetica, sans-serif;
  color: #0d0d0d;
}

.info-box .info-box .bg-primary,
.info-box .info-box .bg-gradient-primary {
  color: rgb(248, 250, 250);
}

.info-box .info-box .bg-primary .progress-bar,
.info-box .info-box .bg-gradient-primary .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box .bg-secondary,
.info-box .info-box .bg-gradient-secondary {
  color:rgb(248, 250, 250);
}

.info-box .info-box .bg-secondary .progress-bar,
.info-box .info-box .bg-gradient-secondary .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box .bg-success,
.info-box .info-box .bg-gradient-success {
  color: rgb(248, 250, 250);
}

.info-box .info-box .bg-success .progress-bar,
.info-box .info-box .bg-gradient-success .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box .bg-info,
.info-box .info-box .bg-gradient-info {
  color: rgb(248, 250, 250);
}

.info-box .info-box .bg-info .progress-bar,
.info-box .info-box .bg-gradient-info .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box .bg-warning,
.info-box .info-box .bg-gradient-warning {
  color: #e08a00;
}

.info-box .info-box .bg-warning .progress-bar,
.info-box .info-box .bg-gradient-warning .progress-bar {
  background-color: #e08a00;
}

.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
  color: rgb(248, 250, 250);
}

.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box .bg-light,
.info-box .info-box .bg-gradient-light {
  color: #1F2D3D;
}

.info-box .info-box .bg-light .progress-bar,
.info-box .info-box .bg-gradient-light .progress-bar {
  background-color: #1F2D3D;
}

.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
  color: rgb(248, 250, 250);
}

.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
  background-color: rgb(248, 250, 250);
}

.info-box .info-box-more {
  display: block;
}

.info-box .progress-description {
  margin: 0;
}

@media (min-width: 768px) {
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    display: none;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    display: none;
  }
}

@media (min-width: 992px) {
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 0.75rem;
    display: block;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 0.75rem;
    display: block;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
}
 */


.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 1rem;
}

.callout a {
  color: #495057;
  text-decoration: underline;
}

.callout a:hover {
  color: #e9ecef;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout.callout-danger {
  border-left-color: #bd2130;
}

.callout.callout-warning {
  border-left-color: #d39e00;
}

.callout.callout-info {
  border-left-color: #117a8b;
}

.callout.callout-success {
  border-left-color: #1e7e34;
}


.user-login {
  height: 100%;
  width: 100%;
}

.user-login .block {
  display: flex;
}

@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}

.user-login .block .image {
  flex-basis: 100%;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.user-login .block .image img {
  border-radius: 8px;
}

.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}

.user-login .block .content .logo {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}

.user-login .block .content .title-text {
  margin-bottom: 35px;
}

.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.user-login .block .content .new-acount {
  margin-top: 20px;
}

.user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
  font-size: 14px;
}

.user-login .block .content .new-acount p a {
  color: #000;
}




.section-title.waviy {
	position: relative;
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
	font-size: 1.9vw;
  color: #151414;
  font-family: 'Cooper Black';
  font-weight: 800;
   /* line-height: 26.4px;  */
  }

  @keyframes waviy {
	0%,40%,100% {
	  transform: translateY(0)
	}
	20% {
	  transform: translateY(-20px)
	}
  }



/* whatsapp */

.whatsapp {
  position: fixed;
  bottom: 0;
  left: 5px;
  z-index: 999;
}

.whatsapp .icon {
  cursor: pointer;
  margin-bottom: 20px;

}



.whatsapp .whatsapp-max {
  display: none;
  width: 300px;

}

@media only screen and (max-width:600px) {
  .whatsapp .whatsapp-max {
      width: 95vw;
      /* height: 100vh; */

  }


}


.whatsapp-heading {
  background: #075e54;
  /* border-radius: 10px 10px 0px 0px; */
  margin: auto;

}

.whatsapp-chat-btn span {
  color: white;
  background: #075e54;
  padding: 5px 10px;
  border-radius: 50px;
  cursor: pointer;
}

.whatsapp-main {
  background: url('/public/assets/imgs/whatsapp-bg.jpg');
}

.whatsapp-main {
  border: solid #075e54 1px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.whatsapp-heading-text {
  color: #fefefe;
  font-size: 13px;
}

.whatsapp-logo img,
.icon img {
  border-radius: 50%;
  width: 50px;
}

.whatsapp-heading,
.whatsapp-message-body,
.whatsapp-chat-btn {
  padding: 10px;

}

.whatsapp-heading-text,
.whatsapp-logo {
  display: inline-block;

}


.whatsapp-message-body p {
  background: #DCF8C6;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20%;
  font-size: 11px;
}

.whatsapp-message-body textarea {
  background: white;
  padding: 10px;
  border-radius: 10px;
  margin-left: 20%;
  font-size: 11px;
  width: 80%;
  margin-top: 5px;
}

.whatsapp-message-body textarea:focus {
  border: solid #075e54 1px;
  outline: none;
}



.whatsapp-chat-btn {
  text-align: center;
  background: inherit;
}

.whatsapp-close-btn {
  margin-top: 5px;
}

.whatsapp-close-btn svg {
  color: #075e54;
  border: solid 1px #075e54;
  border-radius: 50%;
  padding: 5px;
  width: 50px;
  height: 50px;
  margin: auto;
  background: white;
  text-align: center
}

.whatsapp-close-btn {
  text-align: center;
}

#whatsapp-time-1,
#whatsapp-time-2 {
  display: block;
  text-align: right;
  font-weight: bold;
}

#whatsapp-message-error {
  color: red;
  margin-left: 20%;
  font-style: italic;
}

.whatsapp-main-inner {
  background: rgb(0, 0, 0, 0.5);
  /* opacity: 0.3; */
}

.head h2{
  font-size: 20px;
  font-weight: 400;
  color: #00e0d3;
  padding: 6px 5px;
  margin: 0px;
  background: linear-gradient(45deg, #013969, transparent);
}








.calci{
  position: relative;
  border-radius: 5px;
  padding: 12px 11px;
  background: url(../images/calci_bg.png);
  background-size: 100% 100%;
}
.calci:hover ul{
animation: 2.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;
}


@keyframes circle-in-center {
from {
  clip-path: circle(0%);
}
to {
  clip-path: circle(125%);
}
}
.calci ul{
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.calci li{
  display: block;
  padding: 8px 0px 10px 0px;
}
.calci li:nth-child(3){
  display: inline-block;
  width: 46%;
}
.calci li:nth-child(4){
  display: inline-block;
  width: 46%;
  text-align: right;
  margin: 0px 0px 0px 9px;
}
.calci .calci_text{



}
.calci .calci_text h3{
  font-size: 14px;
  font-weight: 300;
  color: #d5d7d9;
  padding: 0px;
  margin: 0px 0px 6px 0px;
}
.calci .calci_text h4{
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(#01283a, #01283a) padding-box,linear-gradient(286deg, #00f87642 10%, #42b3de7a 89%) border-box;
  border-radius: 9px;
  padding: 7px 10px 7px 10px;
  outline: none;
}
.calci .calci_text select,input{
  border: none;
  outline: none;
  background: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.calci .calci_text select option{
  background:#001e36;
 font-size:13px;
 color:#00f873; 
}



.head h2{
  font-size: 20px;
  font-weight: 400;
  color: #00e0d3;
  padding: 6px 5px;
  margin: 0px;
  background: linear-gradient(45deg, #013969, transparent);
}
.calci{
  position: relative;
  border-radius: 5px;
  padding: 12px 11px;
  background: url(../images/calci_bg.png);
  background-size: 100% 100%;
}
.calci:hover ul{
animation: 2.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;
}


@keyframes circle-in-center {
from {
  clip-path: circle(0%);
}
to {
  clip-path: circle(125%);
}
}
.calci ul{
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.calci li{
  display: block;
  padding: 8px 0px 10px 0px;
}
.calci li:nth-child(3){
  display: inline-block;
  width: 46%;
}
.calci li:nth-child(4){
  display: inline-block;
  width: 46%;
  text-align: right;
  margin: 0px 0px 0px 9px;
}
.calci .calci_text{



}
.calci .calci_text h3{
  font-size: 14px;
  font-weight: 300;
  color: #d5d7d9;
  padding: 0px;
  margin: 0px 0px 6px 0px;
}
.calci .calci_text h4{
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(#01283a, #01283a) padding-box,linear-gradient(286deg, #00f87642 10%, #42b3de7a 89%) border-box;
  border-radius: 9px;
  padding: 7px 10px 7px 10px;
  outline: none;
}
.calci .calci_text select,input{
  border: none;
  outline: none;
  background: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.calci .calci_text select option{
  background:#001e36;
 font-size:13px;
 color:#00f873; 
}
.text_but{
  text-align: center;
  padding: 20px 0px 5px;
}
.text_but .but{
  background: linear-gradient(45deg, #44b3dd, #3ed30f);
  padding: 7px 55px;
  font-size: 15px;
  font-weight: 500;
  color: #012739;
  margin: 0px;
  border-radius: 5px;
  max-width: 200px;
  box-shadow:inset 0 0 0 0 #fff;
  transition: 0.8s;
}
.text_but .but:hover{
  box-shadow:inset 350px 0 0 0 #023968;
  color:#fff;
  transition: 0.8s;
}



/* Style the select dropdown */
select.form-select, select.custom-select {
    width: 100%;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='16' height='16' fill='gray' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.104 2.268 4 3.204 4h9.592c.936 0 1.319 1.104.753 1.658l-4.796 5.482a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Focus and hover effects */
select.form-select:focus, select.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}

/* Error state (optional) */
select.form-select.is-invalid, select.custom-select.is-invalid {
    border-color: #dc3545;
    box-shadow: none;
}

/* Optional spacing for flag image */
#countryFlag {
    margin-top: 0.4rem;
    border-radius: 4px;
    border: 1px solid #ddd;
}



            body {
              background: #f1f3f6;
              font-family: 'Segoe UI', sans-serif;
              padding-bottom: 70px;
            }

            .app-header {
              background: #fff;
              padding: 1.5rem 1rem 1rem;
              border-bottom: 1px solid #ddd;
              display: flex;
              align-items: center;
              gap: 1rem;
            }

            .user-photo-wrapper {
              background: linear-gradient(135deg, #d81b60, #ff4081);
              padding: 2px;
              border-radius: 50%;
              display: inline-block;
            }

            .user-photo {
              width: 55px;
              height: 55px;
              border-radius: 50%;
              object-fit: cover;
              border: 2px solid #fff;
              box-shadow: 0 4px 10px rgba(0,0,0,0.1);
              transition: transform 0.3s ease;
              background: #fff;
            }

            .user-photo:hover {
              transform: scale(1.05);
            }

            .app-header h2 {
              font-weight: 600;
              font-size: 1.4rem;
              margin-bottom: 0.2rem;
            }

            .account-card {
              background: #d81b60;
              color: #fff;
              border-radius: 14px;
              padding: 1rem 1.2rem;
              margin: 1rem 0;
              box-shadow: 0 6px 16px rgba(0,0,0,0.15);
            }

            .account-card small {
              opacity: 0.8;
            }

            .account-balance {
              font-size: 1.8rem;
              font-weight: bold;
            }

            .quick-actions {
              display: flex;
              justify-content: space-between;
              gap: 1rem;
              margin: 1.2rem 0;
            }

            .quick-action {
              background: #fff;
              border-radius: 12px;
              flex: 1;
              padding: 1rem 0.5rem;
              text-align: center;
              box-shadow: 0 4px 12px rgba(0,0,0,0.05);
              color: #333;
              font-size: 0.85rem;
              text-decoration: none;
            }

            .quick-action i {
              font-size: 1.6rem;
              margin-bottom: 0.3rem;
              color: #d81b60;
            }

            .quick-links-list {
              background: #fff;
              border-radius: 12px;
              padding: 1rem;
              box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            }

            .quick-links-item {
              display: flex;
              justify-content: space-between;
              margin-bottom: 1rem;
              font-size: 0.9rem;
            }

            .quick-links-item:last-child {
              margin-bottom: 0;
            }

            .bottom-nav {
              position: fixed;
              bottom: 0;
              left: 0;
              width: 100%;
              background: #fff;
              border-top: 1px solid #ddd;
              display: flex;
              justify-content: space-around;
              padding: 0.6rem 0;
              z-index: 1000;
              box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
            }

            .bottom-nav a {
              flex: 1;
              text-align: center;
              color: #444;
              font-size: 0.75rem;
              text-decoration: none;
            }

            .bottom-nav i {
              display: block;
              font-size: 1.4rem;
              margin-bottom: 0.1rem;
            }

            .chat-button {
              position: fixed;
              bottom: 80px;
              right: 20px;
              background-color: #d81b60;
              color: #fff;
              width: 50px;
              height: 50px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.4rem;
              box-shadow: 0 4px 10px rgba(0,0,0,0.3);
              z-index: 999;
              cursor: pointer;
            }
         















/* Custom CSS for Bottom Navigation Bar */
/* Bottom Navigation Styling */
.bottom-nav {
    font-size: 0.85rem;
    background-color: #111827 !important; /* dark navy */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}


/* Nav Links */
.bottom-nav a {
    flex: 1;
    padding: 6px 0;
    color: #cbd5e1;
    transition: color 0.3s ease, transform 0.2s;
}

/* Active Link */
.bottom-nav a.active {
    color: #d81b60;
    font-weight: 600;
}

/* Hover Effect */
.bottom-nav a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

/* Icon Styling */
.bottom-nav i {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

/* Label/Text */
.bottom-nav small {
    display: block;
    font-size: 0.75rem;
    margin-top: -4px;
}

/* Tap Feedback */
.bottom-nav a:active {
    transform: scale(0.95);
}


  /* HEADER STYLING */
  .comp-plan-header {
    background-color: #001e3c;
    padding: 15px 25px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .comp-plan-logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .comp-plan-logo img {
    height: 50px;
    width: auto;
  }

  .comp-plan-logo span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
  }

  .comp-plan-title {
    text-align: right;
  }

  .comp-plan-title h2 {
    color: #a3ff00;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
  }

  .comp-plan-title small {
    color: #ffffff;
    font-size: 14px;
  }

  @media (max-width: 576px) {
    .comp-plan-header {
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }

    .comp-plan-title {
      text-align: center;
    }
  }

  /* CARD */
  .compensation-card {
    background: #07204a;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    color: #d4ffba;
    box-shadow: 0 0 10px rgba(0, 255, 128, 0.15);
  }

  /* TABLE */
  .table thead th {
    background-color: #001d3d;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding: 8px;
  }

  .table tbody td {
    text-align: center;
    color: #00ffaa;
    font-weight: 500;
    padding: 8px;
  }

  .table tbody tr:hover {
    background-color: rgba(0, 255, 204, 0.05);
  }

  .info-box {
    background-color: #001d3d;
    box-shadow: 0 0 10px rgba(0, 255, 204, 0.2);
    padding: 15px;
    border-radius: 10px;
  }

  .badge {
    font-size: 0.8rem;
    padding: 4px 10px;
  }

  .border-box {
    border: 1px solid #00ffcc;
    padding: 10px;
    font-size: 13px;
    transition: 0.3s ease;
  }

  .border-box:hover {
    background-color: #002e5a;
  }

