.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;
}




.heading.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;
}


.card.corona-gradient-card {
  background-image: linear-gradient(to left, #d41459, #911a6c);
  border-radius: 6px; }
  .card.corona-gradient-card .gradient-corona-img {
    height: 85px; }
    @media (max-width: 576px) {
      .card.corona-gradient-card .gradient-corona-img {
        height: auto;
        min-height: 50px;
        max-height: 85px; } }
  @media (max-width: 576px) {
    .card.corona-gradient-card h4 {
      font-size: 0.75rem; } }

.card-inverse-primary {
background: rgba(0, 144, 231, 0.2);
border: 1px solid #0084d5;
color: #006db0; }

.card-inverse-secondary {
background: rgba(228, 234, 236, 0.2);
border: 1px solid #d2d7d9;
color: #adb2b3; }

.card-inverse-success {
background: rgba(0, 210, 91, 0.2);
border: 1px solid #00c154;
color: #00a045; }

.card-inverse-info {
background: rgba(143, 95, 232, 0.2);
border: 1px solid #8457d5;
color: #6d48b0; }

.card-inverse-warning {
background: rgba(255, 171, 0, 0.2);
border: 1px solid #eb9d00;
color: #c28200; }

.card-inverse-danger {
background: rgba(252, 66, 74, 0.2);
border: 1px solid #e83d44;
color: #c03238; }

.card-inverse-light {
background: rgba(255, 255, 255, 0.2);
border: 1px solid #ebebeb;
color: #c2c2c2; }

.card-inverse-dark {
background: rgba(13, 13, 13, 0.2);
border: 1px solid #0c0c0c;
color: #0a0a0a; }


/* #circle {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
} */



#circle {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  margin: auto;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: rgb(1, 41, 25);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}






.circle-text { width: 200px;

  height: 200px;
  border-radius: 50%; /* Ensures the container is circular */
  border: 2px solid black; /* Optional: Add border for styling */ position: relative; /* Required for absolute positioning of text */
  }
  .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50% ) rotate(-90deg); /* Rotates text */ writing-mode: vertical-lr; /* Text direction: vertical */
  text-align: center; /* Optional: Center text horizontally */
  font-size: 16px; /* Adjust font size as needed */
  }



/* Set individual icon colors */
.icon-account-balance {
  color: #4CAF50; /* Green color for Account Balance */
}

.icon-total-income {
  color: #FF5722; /* Orange color for Total Income */
}

.icon-total-investments {
  color: #2196F3; /* Blue color for Total Investments */
}

.icon-total-delivery {
  color: #FFC107; /* Yellow color for Total Delivery */
}

/* Ensure icons are centered within their grid */
#mini-chart1, #mini-chart2, #mini-chart3, #mini-chart4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

#mini-chart1 i, #mini-chart2 i, #mini-chart3 i, #mini-chart4 i {
  width: 100%;
  height: 100%;
}

/* Responsively adjust icon size for small screens */
@media (max-width: 576px) {
  #mini-chart1 i, #mini-chart2 i, #mini-chart3 i, #mini-chart4 i {
      font-size: 2rem; /* Adjust icon size on small screens */
  }
}


#export-btn {
  position: fixed; /* Fixed position */
  top: 10px; /* 10px from the top */
  right: 10px; /* 10px from the right */
  padding: 10px 20px;
  background-color: #1b3c79;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  z-index: 9999; /* Ensure it's on top */
  cursor: pointer;
}

#export-btn:hover {
  background-color: #8a1eff; /* Hover effect */
}



/* Table Styles */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.custom-table th,
.custom-table td {
  padding: 12px 15px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
}

.custom-table th {
  background-color: #1b3c79;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.custom-table tbody tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

.custom-table tfoot th {
  background-color: #1b3c79;
  color: #fff;
  font-weight: bold;
}

.custom-table td,
.custom-table th {
  border: 1px solid #ddd;
}

.custom-table thead th {
  border-top: none;
}

.custom-table tbody tr:last-child td {
  border-bottom: none;
}

/* Referral Table Styles */
.referral-table {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  border-collapse: collapse;
}

.referral-table th,
.referral-table td {
  padding: 12px 15px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
}

.referral-table th {
  background-color: #1b3c79;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.referral-table tr:hover {
  background-color: #f2f2f2;
}

.referral-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.referral-table tbody tr:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

/* Card Title Styling */
.card-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

/* Paragraph Styling */
.card-body p {
  font-size: 16px;
  color: #555;
}




.tree {
  list-style-type: none;
  padding-left: 20px;
}

.tree li {
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
}

/* Add vertical tree lines */
.tree li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.tree li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 10px;
  height: 1px;
  background-color: #ccc;
}

/* Node styling */
.node {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3498db;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}

.node:hover {
  background-color: #2980b9;
}

/* Hide all child lists by default */
.nested {
  display: none;
  margin-left: 20px;
}

/* Toggle button styling */
.toggle {
  cursor: pointer;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
  color: #2c3e50;
}

/* Expanded toggle state */
.toggle.expanded {
  color: #e74c3c;
}

.logo-text {
  font-size: 24px; /* Adjust size */
  font-weight: bold; /* Make it bold */
  color: #333; /* Change color */
  font-family: 'Poppins', sans-serif; /* Use a stylish font */
  text-transform: uppercase; /* Ensure it's uppercase */
  margin-left: 10px; /* Add some spacing from the image */
}
