/**
color=ff7100
secondColor=2A3042

#ff7100 = "#f0f"; // Change your Color Here
#2A3042 = "#ff8"; // Change your Color Here

**/

.bg-primary {
  color: white;
  background-color: #59cdb1 !important;
  /* background-color: #ff7100 !important; */
}

.btn-check:focus + .btn,
.btn:focus {
  /* box-shadow: 0 0 0 0.25rem #ff7100 !important; */
}

.btn:hover {
  color: white;
}

.scroll-to-top,
.preloader-holder,
.custom--table thead,
.header__bottom,
.forum-links,
.header-search-form__input,
.header-search-form.header-search-form-mobile,
.forum-block__header,
.user-widget,
.sidebar-widget__header,
.footer-section,
.conatact-section::after {
  background-color: #2a3042;
}

.custom--accordion-two .accordion-button:not(.collapsed),
.header .site-logo.site-title,
.sub-forum-list li a,
.d-widget__icon,
.user-info-list li i,
.user-menu li:hover a,
.category-list li:hover a,
.category-list li.active a,
.social-link li a:hover i,
.contact-item i,
.contact-item a:hover,
a:hover,
.profile-info-list li i,
.profile-menu li.active a {
  color: #ff7100;
}

body::-webkit-scrollbar-thumb,
.post-filter-list li a::after,
.single-post .forum-badge,
.post-details__badge,
.d-widget:hover .d-widget__icon,
.d-widget__btn,
.user-menu li.active a,
.user-menu li.active:hover a {
  /* background-color: #ff7100; */
  background-color: #59cdb1;
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
  color: white;
}

.btn--base {
  /* background-color: #ff7100; */
  background-color: #2a3042;
}

.btn--base:hover {
  /* background-color: #ff7100; */
  background-color: #2a3042;
}

.account-section {
  background-color: #2a3042;
}

.btn--gradient,
.bg--gradient {
  /* background-color: #ff7100; */
  background-color: #59cdb1;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  /* background-image: linear-gradient(134deg, #ff7100, #f37609, #fba10b, #ffc90f); */
}

.text--base {
  color: #ff7100 !important;
}
