
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    
  }
 
  a{
    text-decoration: none;
  }
  



  .hero {
    height: 100%;
    /* background-image: linear-gradient(180deg, #02010100 0%, #021A32 100%), url('/ldp_website/static/src/img/with-khalida-zia.jpg'); */
  /* url('https://aamaadmiparty.org/wp-content/uploads/2024/02/website-alaap.webp'); */
  
  background-size: cover;
  background-repeat: no-repeat;
    /* display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center; */
  }

  .offcanvas-body .accordion-button {
    font-weight: 500;
  }

  .offcanvas-body .accordion-item {
    border: none;
  }
  .hero-details{
    padding-top:200px;
  }
  .hero-details-two{
    width:45%;
    
  }
  .hero-details-two h5{
    /* padding-top:200px; */
    margin: 0 10px;
    font-weight: 600;
  }
  .btn-join,
  .btn-donate {
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    min-width: 150px; /* Optional: helps keep consistent width */
    text-align: center;
  }
  
  .btn-join {
    background-color: #F8CF25;
    color: black;
    border: 2px solid #F8CF25;
  }
  .btn-join:hover {
    background-color: transparent;
    color: white;
    border: 2px solid #F8CF25;
  }
  .btn-donate {
    background-color: transparent;
    color: white;
    border: 2px solid rgb(233, 233, 233);
  }

  .btn-donate:hover {
    background-color: #F8CF25;
    color: black;
    border: 2px solid #F8CF25;
  }
  
.h2text{
    padding-top:110px
}

.offer {
  background-color: #0c223d;
  color: white;

  margin: 0;
  padding: 0;
}

.slider-card {
  background-color: #1f4d94;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  margin: 0 10px;
}

.slider-card img {
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 200px;
  object-fit: cover;

}

.slick-prev,
.slick-next {
  background: #fff;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border: none;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.btn-toggle {
  margin: 10px;
  padding: 8px 20px;
  border-radius: 20px;
}
.offer-p{
  width:50%;
  margin:0 auto;
  font-size:18px;
  font-weight: 600;
}
.section-speech {
  position: relative;
}

.section-speech::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 20%;
  background: url("https://aamaadmiparty.org/wp-content/uploads/2024/02/Group-36.svg") center center / cover no-repeat;
  z-index: -1; /* বা +1 যদি আপনি চাইলে উপরে দেখাতে */
  opacity: 1;
}


.section-speech h2{
  font-weight:700;
  font-size:clamp(1.75rem,2.3vw,3rem);
  text-align:center;
  margin-bottom:3rem;
  color:#000;
}

.ak-photo{
  position:absolute;
  right:0;
  bottom:0;
  width:36%;
  max-width:600px;
  min-width:240px;
  pointer-events:none;
}

.section-speech .slider-card {
  background-color:transparent;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  margin: 0 10px;
}
.share-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.share-row a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.share-wa {
  background-color: #25D366;
}

.share-x {
  background-color: #000000;
}

.share-fb {
  background-color: #3b5998;
}
.leaders {
  background-color: #011d3a;
  color:white;
 
}
.leader-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.leader-card:hover{
  background-color: #e6ac00;
}

.leader-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
  background-color: transparent;
}

.leader-card h5 {
  font-weight: 700;
  margin-top: 0.8rem;
}

.leader-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.6rem;
}

.social-icons i {
  font-size: 1rem;
  margin: 0 0.4rem;
  color: #000;
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-icons i:hover {
  color: #0d6efd;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 2rem 0;
}

.btn-view-all {
  background-color: #ffc107;
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  color: #000;
  transition: background-color 0.3s ease;
}

.btn-view-all:hover {
  background-color: #e6ac00;
}


.map{
  position: relative; 
}

.info-card {
  position: absolute;
  background: white;
  color: black;
  padding: 1rem;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  display: none;
  z-index: 10;
}

.info-card .social i {
  margin-right: 10px;
  color: #000;
}

.info-card .social i:hover {
  color: #0d6efd;
}
.political-party{
  background-color: #0c4da2;
  color: white;
 
  text-align: center;
  padding: 60px 20px;

}

.stats-box {
  border: 1px solid #ffd700;
  border-radius: 12px;
  padding: 20px;
  margin: 10px;
  background-color: transparent;
}

.stats-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffd700;
}

.stats-label {
  margin-top: 10px;
  font-weight: 600;
  color: white;
}
svg path{
  fill:#03694F;
  stroke:#eee;
  stroke-width: .5;
  cursor: pointer;
}
svg path:hover{
  fill:red;
  transition:.5s;
  cursor: pointer;
}
.info-box {
  position: absolute;
  top: 20%;
  left: 30px;
  background: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 20px;
  max-width: 280px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-left: 10px solid #039817;
  display: none;
}
#infoBoxRangpur{
  top:0px;
  left: 20px!important;
}
#infoBoxKhulna{
  top:50%;
}
#infoBoxSylhet {
  left: auto;         /* Reset left */
  right: 30px;        /* Show on the right */
  border-left: 10px solid #039817;
}
#infoBoxChittagong{
  top:50%;
  left: auto;         /* Reset left */
  right: 30px;        /* Show on the right */
  border-left: 10px solid #039817;
}
#infoBoxDhaka {
  top:0;
  left: auto;         /* Reset left */
  right: 30px;        /* Show on the right */
  border-left: 10px solid #039817;
}

.info-box h5 {
  font-weight: bold;
  color:black;
  font-size:15px;
}

.info-box .btn {
  background-color: #00349A;
  border: none;
  color: #ffffff;
  margin-top: 10px;
}
#stateAddress{
  font-size:15px;
  color:#00349A!important;
}
.info-box .social-icons {
  margin-top: 15px;
}
.info-box .social-icons i{
  color:white;
}
.info-box .social-icons a {
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  background-color: #031b39;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}
.journey-section {
  padding: 80px 20px;
  position: relative;
}
.our-journery{
  background-color: #021A32;
}
.our-journery p{
  color:black!important;
}
.journey-title {
  color: white;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.journey-box {
  background-color: #f4cd29;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.journey-box h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.journey-box ul {
  padding-left: 20px;
}

.journey-slider-wrapper {
  position: relative;
  margin-top:-100px;
}
.btn-toggle.active {
  background-color: #f4cd29 !important;
  border-color: #f4cd29 !important;
  color: black !important;
}
/* .journey-slider {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100%;
  max-width: 400px;
  z-index: 2;
} */

.journey-slider img {
  border-radius: 10px;
  border: 3px solid #f4cd29;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.slick-prev:before, .slick-next:before {
  color: #f4cd29;
  font-size: 30px;
}

@media (max-width: 768px) {
  .journey-slider {
    position: static;
    margin-top: 30px;
  }
  .journey-slider-wrapper {
    position: relative;
    margin-top:0px!important;
  }
  .journey-slider img {
    display:flex;
    justify-content: center;
    border-radius: 10px;
    border: 3px solid #f4cd29;
    width: 100%!important;
    height: 300px;
  }
  .offer-p{
    width:100%;
    margin:0 auto;
    font-size:18px;
    font-weight: 600;
  }
}
@media (max-width:992px){
  .ak-photo{ display:none; }
}
/* Remove gap left and right */
/* .slider-wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  position: relative;
} */
  @media(max-width:768px){
    .h2text{
        padding-top:80px;
    }
    .h2text h2{
        font-size:20px;
    }
    .hero-details-two{
        width:100%;
      }
  }

  /* consititution english */
  .constitution-english{
    /* height: 100%; */
    background-image: linear-gradient(180deg, #02010100 0%, #021A32 100%), url('/ldp_website/static/src/img/oli.png');
  /* url('https://aamaadmiparty.org/wp-content/uploads/2024/02/website-alaap.webp'); */
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  }
  .fb-page{
    width:auto;
  }
  .post-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  .post-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .post-meta {
    font-size: 0.9rem;
    color: #999;
  }
  .post-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
  }
  .pdf-container {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: white;
  }
  iframe {
    width: 100%;
    height: 800px;
    border: none;
  }
  .pdf-fallback {
    padding: 20px;
    text-align: center;
  }
  .fixed-link {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
  }
  #underConstructionModal{
    z-index: 10000;
  }
  .link-join {
    left: 0;
    border-radius: 0 10px 10px 0;
    background-color: #00349A;
    color: #fff;
  }

  .link-donate {
    right: 0;
    border-radius: 10px 0 0 10px;
    background-color: #28a745;
    color: #fff;
  }

  .link-join:hover,
  .link-donate:hover {
    opacity: 0.9;
    color: #fff;
  }

  /* 26 june */
  .party-box {
    border: 2px solid #00349A;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    background-color: #eaeff7;
    user-select: none;
    height:100px;
    border-radius:10px;
}
.news-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.news-meta {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}
.news-content {
  font-size: 16px;
  line-height: 1.7;
}
/* // mobile version */
.tp-search-sidebar-action{
  display:none!important;
}

.o_wsale_my_wish{
  display:none!important;
}
.o_wsale_my_cart{
  display:none!important;
}
.tp-bottombar-component{
  display:none!important;
}
.tp-hook-special-menu{
  display:none!important;
}
.tp-hook-extra-menu{
  display:none!important;
}
.tp-hook-generic{
  display:none!important;
}
.hero-details-two p{
  color:white!important;
  text-align: center;
}

/* authentication */
@media (max-width: 767.98px) {
  .authendication-pages h2 {
    font-size: 24px;
  }
}
.authendication-pages .content {
  padding: 0;
}
.authendication-pages .content.blur-ellipses:before {
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(9, 126, 82, 0.04);
  filter: blur(47px);
  border-radius: 100%;
  content: "";
  top: -400px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .authendication-pages .content.blur-ellipses:before {
    display: none;
  }
}
.authendication-pages .content.blur-ellipses .shadow-card {
  position: relative;
}
.authendication-pages .content.blur-ellipses .shadow-card:after {
  width: 393px;
  height: 393px;
  border-radius: 393px;
  background: rgba(245, 3, 3, 0.05);
  filter: blur(47px);
  position: absolute;
  bottom: -150px;
  left: -150px;
  content: "";
  z-index: -1;
}
@media (max-width: 991.98px) {
  .authendication-pages .content.blur-ellipses .shadow-card:after {
    display: none;
  }
}
.authendication-pages .content .wrapper {
  max-width: 100%;
}
.authendication-pages .content .wrapper .banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  width: 50%;
}

@media (max-width: 991.98px) {
  .authendication-pages .content .wrapper .banner-bg {
    display: none;
  }
}
.reg1{
  width:30%;
}
.reg2{
  width:40%;
}
.reg3{
  width:30%;
}
.authendication-pages .content .wrapper header {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .authendication-pages .content .wrapper header {
    margin: 24px 0;
  }
}
@media (max-width: 767.98px) {
  .authendication-pages .content .wrapper header img {
    max-width: 180px;
  }
  .reg1{
    width:30%;
  }
  .reg2{
    width:40%;
  }
  .reg3{
    width:30%;
  }
}
.authendication-pages .content .wrapper p {
  font-size: 20px;
}
.authendication-pages .content .wrapper .shadow-card {
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  .authendication-pages .content .wrapper .shadow-card {
    margin: 0 0 24px 0;
  }
}
.authendication-pages .content .wrapper .text-bg {
  backdrop-filter: blur(50px);
  padding: 40px;
  border-radius: 10px;
}
.authendication-pages .content .wrapper .text-bg.register {
  background: rgba(255, 242, 242, 0.13);
}
.authendication-pages .content .wrapper .text-bg p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.authendication-pages .content .wrapper .nav-tabs {
  margin: 20px 0;
  border-bottom: 0;
}
.authendication-pages .content .wrapper .nav-tabs .nav-item {
  margin-right: 14px;
}
.authendication-pages .content .wrapper .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .authendication-pages .content .wrapper .nav-tabs .nav-item {
    margin-right: 5px;
  }
}
.authendication-pages .content .wrapper .nav-tabs .nav-item .nav-link {
 
  font-size: 14px;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  color: #192335;
}
@media (max-width: 767.98px) {
  .authendication-pages .content .wrapper .nav-tabs .nav-item .nav-link {
    padding: 12px 10px;
  }
}
.authendication-pages .content .wrapper .nav-tabs .nav-item .nav-link span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #EAEDF0;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.authendication-pages .content .wrapper .nav-tabs .nav-item .nav-link span:after {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #034EA2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
}
.authendication-pages .content .wrapper .nav-tabs .nav-item .nav-link.active {
  border-color: #034EA2;
  background: #F9F9F6;
  color: #034EA2;
}
.authendication-pages .content .wrapper .nav-tabs .nav-item .nav-link.active span:after {
  opacity: 1;
}
.authendication-pages .content form .form-group {
  margin-bottom: 5px;
}
.authendication-pages .content form .form-group .group-img {
  position: relative;
}
.authendication-pages .content form .form-group .group-img i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #A0A0A0;
  font-size: 18px;
  cursor: pointer;
}
.authendication-pages .content form .form-group .group-img input {
  /* padding: 20px; */
}
.authendication-pages .content form .form-group .login-options .text {
  text-align: center;
  text-transform: lowercase;
  font-size: 13px;
  color: #192335;
  position: relative;
}
.authendication-pages .content form .form-group .login-options .text:before, .authendication-pages .content form .form-group .login-options .text:after {
  width: 100%;
  content: "";
  border-top: 1px solid #DBDBDB;
  position: absolute;
  top: 50%;
}
.authendication-pages .content form .form-group .login-options .text:before {
  left: -100px;
}
@media (max-width: 991.98px) {
  .authendication-pages .content form .form-group .login-options .text:before {
    left: -95px;
  }
}
.authendication-pages .content form .form-group .login-options .text:after {
  right: -100px;
}
@media (max-width: 991.98px) {
  .authendication-pages .content form .form-group .login-options .text:after {
    right: -95px;
  }
}
.authendication-pages .content form .form-check label {
  color: #6B7385;
  font-size: 14px;
}
.authendication-pages .content form .form-check label a {
  color: #034EA2;
}
.authendication-pages .content form .form-check label a:hover {
  color: #192335;
}
.authendication-pages .content form .form-check.form-switch .form-check-input {
  height: 20px;
  border-width: 2px;
  position: relative;
  background-image: none;
}
.authendication-pages .content form .form-check.form-switch .form-check-input:checked {
  background: none;
  border-color: #034EA2;
}
.authendication-pages .content form .form-check.form-switch .form-check-input:checked:after {
  left: 50%;
}
.authendication-pages .content form .form-check.form-switch .form-check-input:not(:checked) {
  border-color: #6B7385;
}
.authendication-pages .content form .form-check.form-switch .form-check-input:after {
  position: absolute;
  left: 3px;
  top: 2.5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #034EA2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.authendication-pages .content form .forgot-pass {
  color: #D93F21;
}
@media (max-width: 767.98px) {
  .authendication-pages .content form .forgot-pass {
    margin-top: 10px;
    display: inline-block;
  }
}
.authendication-pages .content form .forgot-pass:hover {
  color: #192335;
}
/* .authendication-pages .content form .btn-block {
  margin: 16px 0 40px 0;
} */
.authendication-pages .content form .social-login li {
  margin-right: 14px;
}
.authendication-pages .content form .social-login li:last-child {
  margin-right: 0;
}
.authendication-pages .content form .social-login li .btn-social {
  padding: 0 24px;
  min-height: 43px;
  border: 1px solid #DEDEDE;
  font-size: 12px;
  border-radius: 5px;
}
.authendication-pages .content form .social-login li .btn-social:hover {
  color: #192335;
  border-color: #20DC49;
}
.authendication-pages .content form .social-login li .btn-social img {
  margin-right: 5px;
}
.authendication-pages .content .forgot-password header, .authendication-pages .content .change-password header {
  padding-bottom: 40px;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .authendication-pages .content .forgot-password header, .authendication-pages .content .change-password header {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .authendication-pages .content .forgot-password header img, .authendication-pages .content .change-password header img {
    max-width: 180px;
  }
}
.authendication-pages .content .forgot-password .form-group, .authendication-pages .content .change-password .form-group {
  margin: 40px 0;
}
.authendication-pages .content .forgot-password .bottom-text, .authendication-pages .content .change-password .bottom-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.authendication-pages .content .bottom-text {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .authendication-pages .content .bottom-text {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.authendication-pages .content .bottom-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.authendication-pages .content .bottom-text p a {
  color: #034EA2;
}
.authendication-pages .content .bottom-text p a:hover {
  color: #19C83F;
}

/* donation page */
.donation-card {
  max-width: 480px;
  margin: 40px auto;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  background-color: white;
  overflow: hidden;
}
.donation-card-header {
  background-color: #285bb5;
  padding: 20px;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.donation-card-header h4 {
  margin-bottom: 5px;
}
.form-control, .form-select {
  border-radius: 12px;
  padding: 12px;
}
.amount-btn {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: white;
  font-weight: bold;
}
.amount-btn:hover, .amount-btn:focus {
  background-color: #eef4ff;
  border-color: #285bb5;
  color: #285bb5;
}
.arrow-btn {
  background-color: #285bb5;
  color: white;
  border-radius: 50%;
  padding: 10px 16px;
  border: none;
}
.form-check-input:checked {
  background-color: #285bb5;
  border-color: #285bb5;
}
.form-check-label {
  font-size: 14px;
}
.link {
  color: #285bb5;
  font-size: 13px;
  cursor: pointer;
  margin-top: -10px;
  display: block;
}
.faq-header {
  font-weight: bold;
  font-size: 20px;
}

.form-check-label {
  color: white;
}

/* payment card */
.payment-card {
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.payment-logo {
  max-height: 40px;
  margin-right: 10px;
}
.payment-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
}
.payment-info {
  font-size: 0.95rem;
  color: #444;
}
.payment-info strong {
  color: #000;
}

.stat-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-left {
  flex-grow: 1;
}
.stat-header {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 5px;
}
.stat-amount {
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
}
.stat-subtext {
  font-size: 0.9rem;
  color: #444;
  margin-top: 5px;
}
.dashboard-link {
  font-size: 0.9rem;
  color: #0d6efd;
  font-weight: 500;
  white-space: nowrap;
}
.dashboard-link i {
  margin-left: 5px;
}