:root {
  --main-color: rgb(20 87 58);
  --secondary-color: #F3F4F6;
  --background-color: rgb(255, 255, 255);
  --highlight-color: rgb(18 33 108);
  --green-gradiant: linear-gradient(45deg, #104631 0%, #1B8354 100%);
  --green-text: rgba(132, 171, 148, 1);
  --icon-color: rgba(56, 53, 97, 1);
  --bs-primary: rgb(20 87 58);
  --swiper-theme-color: rgb(4, 88, 37);
}
@font-face {
  font-family: "IBMPlexSansArabic-Medium";
  src: url(IBMPlexSansArabic-Medium.ttf);
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body {
  /* font-family: Neo Sans W23; */
  font-family: "IBMPlexSansArabic-Medium", sans-serif !important;
  background-color: var(--background-color);
  background-image: url("ncmhTemplate/assets/background.svg");
  width: 100%;
}
p,
span,
h1,
h2,
h3,
h4,
div,
h5,
h6,
ul,
li,
table,
td,
th,
tr,
input {
  font-family: "IBMPlexSansArabic-Medium", sans-serif !important;
}

#mainCarousel .carousel-item img {
  /* height: 500px; */
  max-height: 500px;
}

#infographicCarousel img {
  height: 300px;
}

.btn-success {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #14573A !important;
  --bs-btn-border-color: #14573A !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #157347  !important;
  --bs-btn-hover-border-color: #146c43 !important;
  --bs-btn-focus-shadow-rgb: 60,153,110 !important;
  --bs-btn-active-color: #fff  !important;
  --bs-btn-active-bg: #146c43 !important;
  --bs-btn-active-border-color: #13653f !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #14573A !important;
  --bs-btn-disabled-border-color: #14573A !important;

  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius) !important;
}

a:not(.btn, .dropdown-item, dropdown-toggle) {
    display: inline-flex !important;
    color: rgb(20 87 58) !important;
    padding: 0px !important;
    align-items: center !important;
    gap: 8px  !important;
    border-radius: 2px  !important;
    cursor: pointer !important;
}

table{
    overflow: hidden;
    border-radius: var(8px, 8px);
    border: 1px solid #d2d6db;
    padding: 0;
}


.main-header {
  height: 100px;
  align-items: center;
  background-color: var(--secondary-color);
}

.main-header .mb-3 {
  margin-bottom: 0 !important;
}

/* .main-header-items{
	display: flex;
    flex-direction: column;

} */

select{
  cursor: pointer;
  height: auto;
  min-height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9da4ae;
  background-color: #ffffff;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #6c727e;
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
  z-index: 99;
}

.secondary-header {
  height: 90px;
  min-height: 70px;
  /* background-color: var(--main-color); */
  background-image: var(--green-gradiant);
}

.main-actions select {
  height: 51px;
}

.secondary-header a.nav-link {
  color: white !important;
  display: block !important;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x)  !important;
    font-size: var(--bs-nav-link-font-size) !important;
    font-weight: var(--bs-nav-link-font-weight) !important;
    text-decoration: none !important;
    background: 0 0 !important;
    border: 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out  !important;
    padding-right: var(--bs-navbar-nav-link-padding-x) !important;
    padding-left: var(--bs-navbar-nav-link-padding-x) !important;
}
.navbar {
  background-color: transparent !important;
  /* background-color: var(--main-color) !important; */
}

.nav-btn-icon {
  font-size: 28px;
  margin: 2px 0px 7px 8px;
}

.app-name {
  min-width: 191px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  padding: 0;
}

.app-name .slogan {
  color: var(--main-color);
}

.app-logo {
  width: 65px;
}

.mobile-hamburger {
  display: none;
}

.vision-logo {
  width: 90px;
}

.main-header .form-control {
  border: 2px solid var(--main-color);
  border-left: 0;
  padding: 10px;
  border-radius: 0 10px 10px 0;
}

.input-group-text#basic-addon1 {
  background: white;
  border: 2px solid var(--main-color);
  border-right: 0px solid var(--main-color);
  padding: 10px;
  border-radius: 10px 0 0 10px;
}

.vl {
  display: inline;
  border-left: 2px solid green;
  height: 50px;
  position: absolute;
  margin: 0 2px;
  top: 25px;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgba(30, 87, 54, 1);
}

.btn-icon {
  font-size: 32px;
}

.header-btn {
  /* background: var(--main-color); */
  background-color: transparent;
  border: 0px;
  font-size: 14px;
  padding: 10px 12px;
}

#infographicCarousel .carousel-item {
  height: 300px;
  text-align: center;
}

.carousel-item {
  max-height: 500px;
  /* height: 500px; */
}

.carousel .arrow {
  width: 70px;
  height: 70px !important;
}

.arrow-right {
  transform: rotateZ(180deg);
}

.secondary-header-actions {
  display: none;
  justify-content: space-evenly;
  height: 100%;
  max-width: 600px;
  margin-right: auto;
}

.last-articles-header {
  background-color: var(--secondary-color);
  height: 70px;
  display: flex;
  justify-content: space-between;
  border-right: 10px solid var(--main-color);
  margin: 20px auto;
  align-items: center;
}
.last-articles-header a {
  text-decoration: none;
  color: var(--green-text);
}

.article-card {
  position: relative;
  margin: 20px 10px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--secondary-color);
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.article-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.article-card img {
  height: 100%;
  width: 100%;
}

.article-card a {
  text-decoration: none;
}

.article-title {
  font-size: 17px;
}

.article-desc {
  font-size: 14px;
  color: var(--green-text);
}

.more-link {
  text-align: end;
  font-size: 13px;
  margin: 10px;
}
.more-link a {
  text-decoration: none;
  color: rgb(164 168 166);
}

.article-stats {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px;
}

.article-stats i {
  color: var(--icon-color);
}

.article-stats .article-icon {
  margin: 0 3px;
}

.articles-pagination {
  display: flex;
  justify-content: center;
}

.articles-pagination button {
  border: 0;
  background: transparent;
  margin: 20px;
}

.highlighted-icon {
  background: #459466;
  color: white !important;
  padding: 5px;
  border-radius: 6px;
}

.mobile-menu {
  /*display: none !important;*/
}

.lang-select {
  width: 120px;
}

.topics-list {
  height: 300px;
  margin: 10px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.topics-list h5 {
  text-align: start;
}
.topic-card {
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transition: box-shadow 0.3s ease-in-out;
  background: white;
}
.topic-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.section-title {
  position: relative;
  padding: 0;
  margin: 30px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}

.section-title-content {
  text-align: right;
  flex: 1;
}

.section-title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 8px;
  line-height: 38px;
}

.section-title p {
  font-size: 16px;
  font-weight: 400;
  color: #161616;
  margin-bottom: 0;
  line-height: 24px;
}

.section-title a {
  text-decoration: none;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px !important;
  border: 1px solid #D2D6DB;
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}

.section-title a:hover {
  background-color: #F9FAFB;
  border-color: #9CA3AF;
}

.article-card {
  position: relative;
  border: 1px solid #D2D6DB;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 24px;
  height: 100%;
}

.article-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.articles-list {
  row-gap: 32px;
}

.articles-list .col {
  margin-bottom: 32px;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}

.article-card-col {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}

.row.articles-list {
  align-items: stretch !important;
}

.article-card img {
  border-radius: 8px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.article-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 1;
  text-align: right;
}

.article-card .article-title {
  font-size: 18px;
  font-weight: 700;
  color: #1F2A37;
  margin-bottom: 0;
  line-height: 28px;
  text-align: right;
  width: 100%;
}

.article-card .read-more-btn {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 12px 32px !important;
  background: #1B8354;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color 0.2s ease;
  width: fit-content;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin-top: auto;
}

.article-card .read-more-btn:hover {
  background: #0F6B42;
  color: #FFFFFF;
}


.article-description {
  font-size: 16px;
  font-weight: 400;
  color: #1F2A37;
  margin-bottom: 8px;
  line-height: 24px;
  text-align: right;
  width: 100%;
}

.footer-section {
  margin: 30px 0;
}

.footer-section ul,
.dropdown-mega ul {
  margin: 0;
  list-style: none;
  text-align: right;
  padding: 0 10px;
}

.footer-section li,
.dropdown-mega li {
  margin: 18px 15px;
  list-style-image: url("ncmhTemplate/assets/list-arrow.png");
}

.footer-section a,
.dropdown-mega a {
  text-decoration: none;
  color: #4f9097;
}

.footer-section a:hover,
.dropdown-mega a:hover {
  color: #113c5a;
  text-decoration: none;
}

.footer-title {
  display: block;
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  color: #5f6267;
  border-bottom: solid rgb(148 92 1) 2px;
  padding-right: 0;
  padding-bottom: 8px;
  margin: 10px 0;
}
.nav-title {
  display: block;
  text-align: right;
  font-size: 20px;
  color: #5f6267;
  border-bottom: solid #dad9d7 2px;
  padding-right: 0;
  padding-bottom: 8px;
  margin: 5px 0;
}

.socials-list i {
  background-color: var(--secondary-color);
  padding: 10px;
  font-size: 22px;
  border-radius: 40px;
  color: var(--main-color);
  transition: all 0.2s ease-in-out;
}
.socials-list i:hover {
  transform: scale(1.2);
}

/* Bootstrap Override */
.dropdown-menu {
  text-align: start !important;
  float: right !important;
  left: initial !important;
  right: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
  /* display: block; */
}

.offcanvas-body .nav-link {
  text-align: right !important;
  color: slategray;
}
.offcanvas-body .nav-link:hover {
  color: rgb(39, 40, 41);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  background-color: var(--secondary-color);
  width: 90%;
  top: auto;
  left: 5%;
}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.logos-container {
  max-width: 390px;
}

.main-actions {
  max-width: 700px;
  margin-right: auto;
}

#view-and-subsection {
  margin-right: -14px;
  margin-top: -10px;
}

@media (max-width: 992px) {
  .main-header {
    text-align: center;
    height: fit-content;
  }
  .secondary-header {
    text-align: center;
    -webkit-height: fit-content;
  }
  .main-actions,
  .search-container,
  .logos-container {
    max-width: 100%;
    margin: 10px 0;
  }

  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
  }

  .mobile-menu-container > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .navbar-nav {
    padding: 0;
  }

  .vl {
    display: none;
  }
  .vl,
  .secondary-header .nav-menu {
    /* display: none; */
  }

  .secondary-header-actions {
    margin-right: auto;
    margin: auto;
  }

  .main-actions .btn,
  select {
    margin: 7px 3px;
  }
  .mobile-menu {
    display: block;
  }

  .secondary-header-actions {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    max-width: 600px;
    margin-right: auto;
  }

  
}

@media (max-width: 800px) {
  .secondary-header .navbar {
    display: none !important;
  }

  .carousel .arrow {
    width: 40px !important;
    height: 40px !important;
  }

  .vl {
    display: none;
  }

  .article-card:after {
    right: 75%;
  }
  .topics-list {
    text-align: center;
  }
  .vision-logo {
    margin: 10px 0;
  }

  .secondary-header-actions {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    max-width: 600px;
    margin-right: auto;
  }
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(209, 209, 209);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(165, 165, 165);
}

.article-card-col {
  cursor: pointer;
}

.content-title-container {
  min-height: 70px;
  background-color: whitesmoke;
}

.content-title {
  margin: 10px 0;

  font-weight: bold;
  color: var(--main-color);

  text-align: right !important;
  direction: rtl;
  font-size: 18px;
  overflow-wrap: break-word;
}

.content-title-container i {
  font-size: 1.6rem;
  color: var(--highlight-color);
  transition: all 0.2s ease-in-out;
}

.content-title-container i:hover {
  font-size: 1.6rem;
  transform: scale(1.2);
}

.content-title-container .content-actions {
  /* margin: 10px !important; */
  margin: auto;
}

.content-info {
  padding: 0 10px;
  background-color: var(--secondary-color);
  border-radius: 0 0 10px 10px;
}

.content-info span {
  padding: 0 1px;
  line-height: 50px;
  vertical-align: middle;
}

.list-group-item.active {
  background-color: var(--highlight-color);
  border-color: #dfdfdf;
}

.thumbnail-card {
  background-color: var(--secondary-color);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transition: box-shadow 0.3s ease-in-out;
}

.thumbnail-card img {
  height: 100%;
  width: 100%;
}

.thumbnail-container a:link {
  text-decoration: none !important;
}

/* a:link{
	text-decoration: none!important;
	cursor: pointer;
  } */

.thumbnail-card p {
  text-decoration: none;
  display: block;
  margin: 10px;
}

.thumbnail-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.breadcrumb-nav {
  min-height: 100%;
  background: whitesmoke;
  font-size: 1.1rem;
  border: 2px solid #e9e9e9;
}

.breadcrumb-nav nav {
  min-height: 100%;
  /* min-height: inherit; */
}

.breadcrumb-nav ol {
  min-height: 50px;
  margin-bottom: 0;
  align-items: center;
}

.breadcrumb-nav a {
  color: #4f9097;
}

.breadcrumb-nav a:hover {
  color: #113c5a;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  transform: rotateY(180deg);
}

.pdf-item {
  position: relative;
  padding: 10px;
  /* width: 50%; */
}

.pdf-thumbnail {
  opacity: 1;
  display: block;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  /* backface-visibility: hidden; */
}

.pdf-title-container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 92%;
  height: 50px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pdf-item:hover .pdf-thumbnail {
  opacity: 0.7;
}

.pdf-item:hover .pdf-title-container {
  opacity: 1;
}

.pdf-title {
  background-color: var(--main-color);
  color: white;
  font-size: 13px;
  padding: 10px 32px;
}

.contact-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: whitesmoke;
  height: 100%;
  padding: 20px;
  /* margin: 10px 0; */
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-align: center;
}

.contact-card i {
  padding: 10px;
  font-size: 3rem;
  color: var(--main-color);
}

/* .content-info div{
	background: var(--main-color);
    color: white;
    border-radius: 32px;
    margin: 8px;
    padding: 0px 12px;
} */

/* Swiper - Default for videos */
.mySwiper {
  height: 330px !important;
}

.mySwiper .swiper-slide {
  height: auto;
  display: block;
}

/* Infographic Swiper - Let it expand naturally */
.infographic-container .mySwiper {
  height: auto !important;
  min-height: 400px;
}

.infographic-container .mySwiper .swiper-slide {
  height: auto;
}

.infographic-container .mySwiper a img {
  height: auto !important;
  max-height: 600px;
  object-fit: contain;
}
.mySwiper a img {
  height: 300px !important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transition: box-shadow 0.3s ease-in-out;
  object-fit: contain;
  width: 100%;
}

.mySwiper iframe {
  height: 300px !important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transition: box-shadow 0.3s ease-in-out;
}
.mySwiper a img:hover,
.mySwiper iframe:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/* Swiper arrows */
.swiper-button-next img,
.swiper-button-prev img {
  height: 50px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h5{
  color: rgb(17 25 39);
}

p{
  color: rgb(77 87 97)
}

h3{
  color:rgb(252 252 253);
}

.btn-outline-success {
  --bs-btn-color: #945C01;
  --bs-btn-border-color: #945C01;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #945C01;
  --bs-btn-hover-border-color: #945C01;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #945C01;
  --bs-btn-active-border-color: #945C01;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #945C01;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #945C01;
  --bs-gradient: none;
}


