@-webkit-keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body:not(.nf-modal) {
  color: #0b1016;
  background: #eaeaea;
  font-size: .875rem;
  font-family: "Inter", sans-serif;
  cursor: default;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.nf-modal {
  color: #0b1016;
  background: #eaeaea;
  font-size: .875rem;
  font-family: "Inter", sans-serif;
  cursor: default; 
}

.logo {
  width: 10.9375rem;
}

.logo img {
  max-width: 10.9375rem;
  width: 10.9375rem;
}

hr {
  background-color: #919598;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px !important;
  }
}

nav#top {
  height: 5.5rem;
  background: #0b1016;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  nav#top {
    height: 70px;
  }
}

nav#top .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

nav#top .container-fluid .logo {
  padding-left: 3.1rem;
}

@media (max-width: 1199.98px) {
  nav#top .container-fluid .logo {
    padding-left: 2rem;
  }
}

a {
  color: #222b34;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  color: #c28f58;
}

nav.topNav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  margin-left: 4.5rem;
  letter-spacing: .5px;
}

@media (max-width: 991.98px) {
  nav.topNav {
    display: none;
  }
}

nav.topNav ul {
  min-height: 100%;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  font-size: .825rem;
  text-transform: uppercase;
}

nav.topNav ul li {
  border-radius: 30px;
}

nav.topNav ul li:hover > ul {
  display: block;
}

nav.topNav ul li a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.5rem;
  color: #919598;
  overflow: hidden;
}

nav.topNav ul li a:hover {
  color: #c28f58;
}

nav.topNav ul ul.sub-menu {
  display: none;
  background: #c28f58;
  position: absolute;
  top: 100%;
  padding: 0;
  margin-top: 0;
  right: 0;
  z-index: 50;
}

nav.topNav ul ul.sub-menu li {
  float: none;
  position: relative;
}

nav.topNav ul ul.sub-menu li a {
  padding: 1rem 2rem 1rem 1rem;
  color: #f5f5f5;
  max-width: 15rem;
  min-width: 10rem;
}

nav.topNav ul ul.sub-menu li a:hover {
  color: #fff;
  background-color: #222b34;
}

nav.topNav ul ul.sub-menu ul {
  position: absolute;
  right: 100%;
  top: 0;
}

#navMobileButton {
  width: 5.6rem !important;
  z-index: 999;
}

@media (max-width: 991.98px) {
  #navMobileButton {
    width: 4rem !important;
  }
}

#navMobileButton .iconNav {
  width: 1.375rem;
}

#navMobileButton .iconNav img {
  max-width: 1.375rem;
}

#navMobileButton.active {
  background: #080c11 !important;
}

#navMobileContainer {
  background: #0b1016;
}

#navMobile ul {
  background: #080c11;
  list-style: none;
  position: relative;
  margin-bottom: 0;
  font-size: .825rem;
  text-transform: uppercase;
  padding: 0;
  padding-top: 1rem;
}

#navMobile ul li {
  position: relative;
}

#navMobile ul li a {
  color: #919598;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 2rem;
  font-size: .9rem;
  font-weight: 500;
}

#navMobile ul li a.action {
  background-color: #c28f58;
  color: #ffffff;
  padding: 1rem 2rem;
}

#navMobile ul li a.action:hover {
  color: #ffffff;
}

#navMobile ul li a.action .icon {
  width: 1rem;
  margin-right: .5rem;
}

#navMobile ul li a.action.bg-blue {
  color: #919598;
}

#navMobile ul li a:hover {
  color: #c28f58;
}

#navMobile .myProfile {
  background-color: #c28f58;
  color: #ffffff;
  padding: 29px 2rem 26px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 1rem;
}

#navMobile .myProfile .avatar {
  margin-right: 0;
}

#navMobile .myProfile ul {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
}

#navMobile .myProfile ul a {
  padding: 0;
  color: #eaeaea;
}

#navMobile .myProfile ul a:hover {
  color: #222b34;
}

.headerBannerContainer {
  height: 15.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0b1016 url("../../_assets/images/hm_hero1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 991.98px) {
  .headerBannerContainer {
    height: 299px;
  }
}

@media (max-width: 575.98px) {
  .headerBannerContainer {
    background-position: -189px -98px;
    background-size: 280%;
  }
}

@media (max-width: 396px) {
  .headerBannerContainer {
    background-position: -229px -118px;
    background-size: 350%;
  }
}

@media (max-width: 336px) {
  .headerBannerContainer {
    background-position: -229px -58px;
    background-size: 350%;
  }
}

.headerBannerContainer #headerBanner {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headerBannerContainer #headerBanner .header {
  font-size: 2.65rem;
  font-weight: 500;
  line-height: 2.3rem;
  letter-spacing: -1px;
}

@media (max-width: 991.98px) {
  .headerBannerContainer #headerBanner .header {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.headerBannerContainer #headerBanner .subheader {
  font-size: 1.75rem;
  font-weight: 300;
  margin-top: 1rem;
}

.headerBannerContainer #headerBanner .subheader.mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .headerBannerContainer #headerBanner .subheader {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .headerBannerContainer #headerBanner .subheader.mobile {
    display: block;
  }
}

@media (max-width: 420px) {
  .headerBannerContainer #headerBanner .break {
    display: block;
  }
}

.headerSearchContainer {
  min-height: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3c444f;
  padding: .5rem 1.5rem .5rem 7rem;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .headerSearchContainer {
    padding: 0.95rem 1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .headerSearchContainer #headerSearch .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.headerSearchContainer #headerSearch label, .headerSearchContainer #headerSearch .label {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  padding-top: 3px;
  padding-bottom: 0;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .headerSearchContainer #headerSearch label, .headerSearchContainer #headerSearch .label {
    font-weight: 400;
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .headerSearchContainer #headerSearch .label {
    padding-top: .1rem;
  }
}

.headerSearchContainer #headerSearch select {
  width: 16.875rem;
  height: 2.875rem;
  border-radius: 3px;
  margin: 0 .2rem 0 .1rem;
}

@media (max-width: 575.98px) {
  .headerSearchContainer #headerSearch select {
    width: 100%;
    margin: 0;
    margin-top: 2px;
    height: 2.5rem;
  }
}

.headerSearchContainer #headerSearch .buttonStyle {
  margin-left: .6rem;
}

@media (max-width: 991.98px) {
  .headerSearchContainer #headerSearch .buttonStyle {
    margin-top: .2rem;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .headerSearchContainer #headerSearch .buttonStyle {
    width: 100%;
  }
}

.headerSearchContainer #headerSearch .buttonStyle:hover {
  background: #c28f58 !important;
}

.headerSearchContainer #headerSearch .col-12 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .headerSearchContainer #headerSearch .col-12 {
    margin: .2rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

#accountActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  font-size: .825rem;
  text-transform: uppercase;
}

#accountActions .dropdown {
  height: 100%;
}

#accountActions .dropdown .dropdown-menu {
  background: #c28f58;
  border-radius: 0;
  border: 0;
  min-width: 9.3rem;
}

#accountActions .dropdown .dropdown-menu li a {
  height: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: .3rem 1.5rem;
  color: #ffffff;
  overflow: hidden;
  white-space: break-spaces;
  font-size: .825rem;
  display: block;
}

#accountActions .dropdown .dropdown-menu li a:hover {
  color: #222b34;
}

#accountActions a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  color: #919598;
  overflow: hidden;
  cursor: pointer;
  width: 9.3rem;
}

#accountActions a:hover {
  background: #c28f58;
  color: #222b34;
}

#accountActions a .icon {
  width: 1rem;
  margin-right: .5rem;
}

#accountActions a.show {
  color: #222b34 !important;
}

#accountActions a.dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: 0.75em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#accountActions a.dropdown-toggle::after {
  content: none;
}

#accountActions a.bg-blue:hover {
  background: #222b34;
  color: #c28f58;
}

.accountActions ul li a {
  padding: 0 3rem;
}

.avatar {
  width: 2.875rem;
  height: 2.875rem;
  margin-right: .5rem;
  position: relative;
}

.avatar img {
  border-radius: 3px;
}

.avatar .notificationsCounter {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  position: absolute;
  background: #0b1016;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 11px;
}

#photosEditor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.uploadedImage {
  overflow: hidden;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

.uploadedImage .photo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 7.5rem;
  height: 7.5rem;
}

@media (max-width: 575.98px) {
  .uploadedImage .photo {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}

.uploadedImage .profileImage label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:100%;
    height:100%;    
    cursor:pointer;
}

.uploadedImage .profileImage.addAvatar.error-info-panel .error-text
{
    font-size:12px !important;
    line-height:120% !important;
    margin-bottom:5px !important;
}

.uploadedImage .profileImage.addAvatar.error-info-panel a
{
    padding:3px !important;
}

@media (max-width: 575.98px) {
    .uploadedImage .profileImage.addAvatar.error-info-panel .error-text
    {
        font-size:11px !important;
        line-height:100% !important;
        margin-bottom:3px;
        padding:0px;
    }    
}

.removeImage {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  top: 0;
  right: 0;
  margin: 8px;
}

.removeImage img {
  width: 13px;
}

.profileImage {
  width: 12.5rem;
  height: 12.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.profileImage.addAvatar {
  width: 12.5rem;
  height: 12.5rem;
  border: 1px dashed #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.profileImage.addAvatar.nf-hidden
{
    display:none !important;
}

.profileImage.addAvatar .addIcon {
  width: 45px;
  height: 40px;
  background: url("../../_assets/images/icons/camera_add.svg") no-repeat center center;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.profileImage.addAvatar.active {
  border: 1px dashed #c28f58;
}

.profileImage.addAvatar.active .addIcon {
  background: url("../../_assets/images/icons/camera_add_gold.svg") no-repeat center center;
  background-size: cover;
}

.profileImage.addAvatar.active:not(.disable-hover):hover {
  border-color: #0b1016;
  cursor: pointer;
}

.profileImage.addAvatar.active:not(.disable-hover):hover .addIcon {
  background: url("../../_assets/images/icons/camera_add_black.svg") no-repeat center center;
  background-size: cover;
}

.profileImage.addAvatar .spinner-border
{
    color:#c28f58;
}

.profileImage.addAvatar.error-info-panel
{
    text-align:center;
}

.profileImage.addAvatar.error-info-panel img
{
    width:16px;
    margin:5px;
}

.profileImage.addAvatar.error-info-panel .error-text
{    
    color:red !important;
    font-size:13px !important;        
    margin-bottom:10px;
    display:block;
    text-align:center;
    line-height:140%;
    padding-left:5px;
    padding-right:5px;
}

.profileImage.addAvatar.error-info-panel a
{
    min-width:80px !important;
    padding:5px;
    display:inline-block;
}

.profileImage.small {
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  aspect-ratio: 1/1;
}

.profileImage.small .addIcon {
  width: 34px;
  height: 30px;
}

@media (max-width: 575.98px) {
  .profileImage.small {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}

.profileImage.small:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#avatarBox .box-body {
  padding: 3.8rem 0 5rem 0;
}

@media (max-width: 991.98px) {
  #avatarBox .box-body {
    padding: 1.625rem 1.65rem 2.3rem 1.65rem;
  }
}

#USP {
  width: 100%;
  padding: 24px 0 40px 0;
}

@media (max-width: 1199.98px) {
  #USP {
    padding: 24px 0 20px 0;
  }
}

@media (max-width: 991.98px) {
  #USP {
    padding: 40px 0 20px 0;
  }
}

#USP .USP__pros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  #USP .USP__pros {
    margin-bottom: 20px;
  }
}

#USP .USP__pros_icon {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#USP .USP__pros_text {
  color: #222b34;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  #USP .USP__pros_text {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 991.98px) {
  #notifications {
    text-align: center;
  }
}

#notifications .col-12:first-child {
  padding-left: 0 !important;
  padding-right: 8.5px;
}

@media (max-width: 991.98px) {
  #notifications .col-12:first-child {
    padding-right: 0 !important;
    margin-bottom: 5px;
  }
}

#notifications .col-12:last-child {
  padding-left: 8.5px !important;
  padding-right: 0 !important;
}

@media (max-width: 991.98px) {
  #notifications .col-12:last-child {
    padding-left: 0 !important;
  }
  #notifications .col-12:last-child h5 {
    margin-top: 0.3rem;
  }
}

#notifications .box .box-body {
  padding-bottom: 1rem;
}

#notifications .box .box-body.mobile {
  display: none;
}

@media (max-width: 991.98px) {
  #notifications .box .box-body.mobile {
    display: block;
  }
}

#notifications .box .box-footer.buttonGroup a {
  min-width: 200px;
}

@media (max-width: 991.98px) {
  #notifications .box .box-footer.buttonGroup a {
    min-width: auto;
    padding: 0.8rem 0;
  }
}

@media (max-width: 992px) {
  #notifications .box .box-footer.buttonGroup {
    gap: 8px;
  }
}

#notifications .buttonStyle {
  padding: .8rem 2.625rem;
}

@media (max-width: 991.98px) {
  #notifications .buttonStyle {
    width: 15.625rem;
    margin-bottom: 1.25rem;
  }
}

.buttons__TableActions {
  gap: 1rem;
}

.buttons__TableActions .buttonText .icon {
  margin-right: 0;
}

.dateWidth {
  width: 140px;
}

.topicWidth {
  width: 580px;
}

.senderWidth {
  width: 150px;
}

.bikeWidth {
  width: 250px;
}

#recentlyAdded {
  margin-top: 0.65rem;
}

@media (max-width: 991.98px) {
  #recentlyAdded {
    margin-top: 1.25rem;
  }
}

#topRated {
  margin-top: .3rem;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

textarea {
  padding: 1rem 1.25rem !important;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form-check .form-check-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -1px;
  cursor: pointer;
}

.form-check label {
  margin-left: 10px;
  cursor: pointer;
}

.form-check-inline {
  margin-right: 28px;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c28f58;
}

.form-check-input-big {
  width: 20px;
  height: 20px;
}

.form-check-input:checked {
  background-color: #c28f58;
  border-color: #c28f58;
}

@media (max-width: 991.98px) {
  .form-mobile-width {
    padding: 0 25px;
  }
  .form-mobile-width.ps {
    padding-left: 5px;
  }
  .form-mobile-width.pe {
    padding-right: 5px;
  }
}

.form-select {
  border-radius: 0;
  border: 0;
  color: #6d6d6d;
  cursor: pointer;
}

.form-select option {
  color: #222b34;
}

.form-select option:first-child, .form-select option[value=""] {
  color: #6d6d6d;
}

.form-select-lg {
  font-size: 1rem;
  color: #999999;
}

.form-control:focus,
.form-select:focus {
  border-color: #c28f58;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-select-style {
  border: 0;
  font-size: .825rem;
  color: #222b34;
  min-height: 3rem;
  border-radius: 0.3rem;
  border: 1px solid #e8e8e8;
  padding-left: 20px;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .form-select-style {
    min-height: 40px;
    font-size: 0.8125rem;
  }
}

.selectSort {
  width: 10rem;
  font-size: 13px;
  height: 40px;
}

@media (max-width: 991.98px) {
  .selectSort {
    height: 36px;
    font-size: 12px !important;
    padding-top: .57rem;
  }
}

.form-select-outline {
  border: 1px solid #b9b9b9;
  background-color: transparent;
}

.form-select-outline:hover {
  border: 1px solid #919598;
}

.form-select-outline-light {
  border: 1px solid #e8e8e8 !important;
  background-color: transparent;
}

.form-control, .form-control-lg {
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #222b34;
  min-height: 3rem;
  border: 1px solid #e8e8e8;
}

@media (max-width: 991.98px) {
  .form-control, .form-control-lg {
    min-height: 40px;
    font-size: 0.8125rem;
  }
}

.form-control::-webkit-input-placeholder, .form-control-lg::-webkit-input-placeholder {
  color: #6d6d6d;
}

.form-control:-ms-input-placeholder, .form-control-lg:-ms-input-placeholder {
  color: #6d6d6d;
}

.form-control::-ms-input-placeholder, .form-control-lg::-ms-input-placeholder {
  color: #6d6d6d;
}

.form-control::placeholder, .form-control-lg::placeholder {
  color: #6d6d6d;
}

.form-right {
  text-align: right;
}

@media (max-width: 991.98px) {
  .form-right {
    text-align: left;
  }
}

.radioStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0b1016;
  padding: .5rem;
  border-radius: .3rem;
  position: relative;
  font-size: .825rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.radioStyle:hover {
  border: 1px solid #e0e0e0;
}

.radioStyle .circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #c28f58;
  margin-right: .5rem;
  border: 1px solid #e0e0e0;
}

.btn-check:checked + .radioStyle {
  border: 1px solid #c28f58;
}

.btn-check:checked + .radioStyle::after {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -8px;
  margin-right: -8px;
  background: url("../../_assets/images/icons/HM_check.svg");
  background-size: cover;
}

.buttonStyle {
  padding: .8rem 2.45625rem .7rem 2.45625rem;
  border: 1px solid #c28f58;
  color: #c28f58;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  min-height: 3.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: .5px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .buttonStyle {
    min-height: 2.5rem;
    padding-top: .8rem;
  }
}

.buttonStyle .buttonIcon {
  width: .75rem;
}

.buttonStyle .buttonIcon.big {
  width: 1.4rem;
}

.buttonStyle .buttonIcon.left {
  margin-right: .5rem;
}

.buttonStyle .buttonIcon.right {
  margin-left: .5rem;
}

.buttonStyle:hover {
  background: #c28f58;
  color: #ffffff;
}

.buttonStyle.inactive
{
    border: 1px solid #c7c7c7 !important;
    cursor:not-allowed;   
}

.buttonStyle.inactive:hover
{
    background:inherit;
    color:inherit;
}

.buttonStyle.inactive span
{
    color: #6d6d6d !important;
}

@media (max-width: 991.98px) {
  .mobileOnlyArrow span {
    display: none;
  }
  .mobileOnlyArrow .left, .mobileOnlyArrow .right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.buttonBadge {
  background: #ffffff;
  color: #0b1016;
  padding-right: 3.6rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.buttonBadge .badgeR {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #c28f58;
}

.buttonOutline-gray {
  color: #0b1016;
  border: 1px solid #e0e0e0;
  background: none;
}

.buttonOutline-gray:hover {
  background: #222b34;
  color: #e0e0e0;
}

.buttonFilled {
  border: none;
}

.buttonFilled.bg-blue {
  color: #ffffff;
}

.buttonFilled.bg-blue:hover {
  background: #c28f58 !important;
}

.buttonFilled.bg-gold {
  color: #ffffff;
}

.buttonFilled.bg-gold:hover {
  background: #222b34;
}

.buttonFilled.bg-gray {
  color: #0b1016;
  background: #e0e0e0;
}

.buttonFilled.bg-gray:hover {
  background: #222b34;
  color: #e0e0e0;
}

.buttonSmall {
  padding: 0.5rem 1.25rem;
  min-height: 2.25rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: .5px;
}

.buttonSmall span {
  padding-top: 3px;
}

.buttonText {
  font-size: .825rem;
  color: #c28f58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor:pointer;
}

.buttonText:hover {
  color: #222b34;
}

.buttonText:focus {
  color: #c28f58;
}

.buttonText .icon {
  width: 1rem;
  margin-right: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .buttonGroup {
    gap: 8px;
  }
}

footer {
  background: #ffffff;
  min-height: 15.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer nav ul {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  footer nav ul li {
    margin-bottom: 12.5px;
  }
}

footer nav ul li a {
  padding: 0 11px;
  color: #666666;
}

footer #footerContent, footer #footerCopyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #919598;
  padding: 0 1.5rem 0 2.3rem;
}

@media (max-width: 1199.98px) {
  footer #footerContent, footer #footerCopyright {
    padding: 1.4rem 1.4rem;
  }
}

footer #footerContent .row, footer #footerCopyright .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

footer #footerContent .row .col-12, footer #footerCopyright .row .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199.98px) {
  footer #footerContent .row .col-12, footer #footerCopyright .row .col-12 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer #footerContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 1199.98px) {
  footer #footerContent .logo {
    margin-bottom: 30px;
  }
}

footer #footerContent nav ul {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-left: 14px;
}

@media (max-width: 1199.98px) {
  footer #footerContent nav ul {
    margin-left: 0;
  }
}

footer #footerContent a.buttonStyle {
  min-height: 44px;
  margin-top: -.4rem;
  min-width: 11.8125rem;
}

@media (max-width: 1199.98px) {
  footer #footerContent a.buttonStyle {
    margin-top: 10px;
    width: 15.625rem;
  }
}

footer #footerCopyright {
  min-height: 4rem;
  color: rgba(102, 102, 102, 0.6);
  font-family: 'Inter', sans-serif;
  font-size: .81rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  footer #footerCopyright .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  footer #footerCopyright nav {
    margin: 1rem 0;
  }
}

@media (max-width: 1199.98px) {
  footer #footerCopyright nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer #footerCopyright nav ul li {
  margin-bottom: 0;
}

footer #footerCopyright nav ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  footer #footerCopyright nav ul li:last-child a {
    padding-right: 13px;
  }
}

footer #footerCopyright nav ul li a {
  color: rgba(102, 102, 102, 0.6);
  padding: 5px 13px;
}

@media (max-width: 1199.98px) {
  footer #footerCopyright nav ul li a {
    border-right: 1px solid #e0e0e0;
  }
}

footer #footerCopyright nav ul li a:hover {
  color: #c28f58;
}

.backToTop {
  height: 2.875rem;
  background: #e0e0e0;
  font-size: .875rem;
  font-family: "Roboto", sans-serif;
  color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .2s;
  transition: .2s;
  color: #999999;
  text-transform: uppercase;
}

.backToTop img {
  width: 1rem;
  margin-right: .75rem;
  margin-left: -1.5rem;
  margin-top: -.1rem;
}

.backToTop:hover {
  color: #222b34;
}

.cardStyle {
  border-radius: 0;
  border: 0;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .cardStyle {
    margin-bottom: .75rem;
  }
}

.cardStyle a:hover .card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cardStyle .card-header {
  border: 0;
  padding: 1.5rem 0;
}

.cardStyle .card-image {
  height: 13.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.cardStyle .card-image img {
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cardStyle .card-title {
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .cardStyle .card-body {
    padding: .725rem 1rem;
  }
}

.cardStyle .card-body.card-body-actions .buttonText {
  font-size: .75rem;
}

.cardStyle .card-body.card-body-actions .buttonText .icon {
  margin-top: -3px;
}

.cardStyle .card-footer {
  border: 0;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .4rem .7rem .4rem 1rem;
}

@media (max-width: 991.98px) {
  .cardStyle .card-footer {
    padding: .4rem 1rem;
  }
}

.cardFooterActionButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}

.cardFooterActionButtons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .675rem;
  cursor: pointer;
}

.cardFooterActionButtons__container:hover .count {
  color: #c28f58 !important;
}

.cardFooterActionButtons__container .icon {
  margin-right: .35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cardFooterActionButtons__container .icon img {
  width: 17px;
}

.cardFooterActionButtons__container .count {
  color: #6d6d6d;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 100%;
  margin-top: 2px;
}

.cardBox .card-body {
  padding: 1.5rem;
}

.cardBox .card-body .card-title {
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}

.cardBox .card-footer .cardFooterActionButtons {
  padding: .5rem 0;
}

.motorcycleBlocked .card-image {
  position: relative;
}

.motorcycleBlocked .card-image .infoBlocked {
  position: absolute;
  width: 100%;
  height: 26px;
  bottom: 0;
  left: 0;
  background: #222b34;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  font-size: 12px;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.motorcycleBlocked .card-image .infoBlocked img {
  width: 16px;
  height: 16px;
}

.motorcycleBlocked .card-image img.blockedImg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
}

.itemEdit {
  border: 1px solid #e0e0e0;
}

.itemEdit.addNewPhoto {
   border: 1px dashed #c28f58;   

    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.itemEdit.addNewPhoto .spinner-border
{
    color: #c28f58;
}
.itemEdit.addNewPhoto:not(.disable-hover):hover
{
    border-color: #0b1016;
    cursor: pointer !important; 
}

.itemEdit.addNewPhoto .addIcon {
  width: 45px;
  height: 40px;
  background: url("../../_assets/images/icons/camera_add_gold.svg") no-repeat center center;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top:20px;
}

.itemEdit.addNewPhoto:not(.disable-hover):hover .addIcon {
  background: url("../../_assets/images/icons/camera_add_black.svg") no-repeat center center;
  background-size: cover;
  cursor:pointer;
}


.itemEdit.addNewPhoto.error-info-panel
{
    text-align:center;
}

.itemEdit.addNewPhoto.error-info-panel img
{
    width:16px;
    margin:5px;
}

.itemEdit.addNewPhoto.error-info-panel .error-text
{    
    color:red !important;
    font-size:13px !important;        
    margin-bottom:10px;
    display:block;
    text-align:center;
    line-height:140%;
    padding-left:5px;
    padding-right:5px;
}

.itemEdit.addNewPhoto.error-info-panel a
{
    min-width:80px !important;
    padding:5px;
    display:inline-block;
}



@media (max-width: 991.98px) {
  .itemEdit .card-image {
    /*height: 350px;*/
  }
}

@media (max-width: 575.98px) {
  .itemEdit .card-image {
    /*height: 240px;*/
  }
}

.itemEdit .card-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 0 !important;
  min-height: 43px !important;
  background: none !important;
}

.itemEdit .card-footer a {
  margin: 0 .5rem !important;
}

.ownerInfo .card-title {
  font-size: 1.065rem;
  margin-bottom: 14px !important;
}

@media (max-width: 991.98px) {
  .ownerInfo .card-title {
    margin-bottom: 7px !important;
  }
}

.ownerInfo .card-body {
  padding: 22px 25px 14px 25px;
}

@media (max-width: 991.98px) {
  .ownerInfo .card-body {
    padding: 10px 14px 8px 14px;
  }
}

.ownerInfo .card-footer {
  height: 41px;
}

@media (max-width: 991.98px) {
  .ownerInfo .card-footer {
    height: 34px;
  }
}

.ownerInfo .user .country {
  margin-top: 3px !important;
}

.ownerInfo .user .country .flag {
  margin-top: -3px !important;
  margin-right: 11px !important;
}

.ownerInfo .links {
  margin-top: 20px !important;
}

@media (max-width: 991.98px) {
  .ownerInfo .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px !important;
  }
}

.ownerInfo .links a {
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .ownerInfo .links a {
    margin-bottom: 0;
    margin-right: 13px;
  }
}

@media (max-width: 991.98px) {
  .ownerInfo .cardFooterActionButtons__container {
    margin-left: 0;
  }
}

.partsCount {
  font-size: 0.8125rem;
  color: #6d6d6d;
}

.trophy {
  min-height: 4rem;
  padding: .5rem 5rem .5rem 1rem;
  width: 100%;
  position: relative;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5rem;
  text-align: right;
  margin-top: 40px !important;
}

.trophy__gold .count {
  color: #ffba27 !important;
}

.trophy__silver .count {
  color: #bfbfbf !important;
}

.trophy__brown .count {
  color: #b9825e !important;
}

@media (max-width: 991.98px) {
  .trophy {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.trophy .trophyIcon {
  position: absolute;
  width: 1.5rem;
  top: 0;
  right: 0;
  z-index: 9;
  margin-top: 9px;
  margin-right: 15px;
}

.trophy h5 {
  margin: 0;
  font-size: 18px;
}

.trophy .date {
  color: #c28f58;
}

.trophy .count {
  margin-top: -14px;
  position: absolute;
  width: 67px;
  height: 99px;
  top: 0;
  right: 0;
  background: url("../../_assets/images/trophy.png") no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c28f58;
  padding-left: .825rem;
  text-align: center;
  padding-top: 1.3rem;
  font-weight: 500;
}

.trophySmall {
  margin-top: -10px;
  margin-right: 16px;
  position: absolute;
  width: 38px;
  height: 42px;
  top: 0;
  right: 0;
  background: url("../../_assets/images/trophyS.png") no-repeat;
  z-index: 99;
}

.trophySmall.trophySmallSvg {
  background: url("../../_assets/images/icons/trophySmallGold.svg") no-repeat;
  margin-top: -8px;
}

.trophySmall.trophySmallGold {
  background: url("../../_assets/images/icons/trophy/HM_trophy_label_gold_v2.svg") no-repeat;
  margin-top: -8px;
}

.trophySmall.trophySmallBrown {
  background: url("../../_assets/images/icons/trophy/HM_trophy_label_brown_v2.svg") no-repeat;
  margin-top: -8px;
}

.trophySmall.trophySmallSilver {
  background: url("../../_assets/images/icons/trophy/HM_trophy_label_silver_v2.svg") no-repeat;
  margin-top: -8px;
}

.trophySmall .trophyIcon {
  position: absolute;
  width: 1rem;
  top: 0;
  right: 0;
  z-index: 9;
  margin-top: 6px;
  margin-right: 7px;
}

.multirow-cards .cardStyle {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .multirow-cards .cardStyle {
    margin-bottom: .75rem;
  }
}

.sectionTitle {
  margin-bottom: 1.55rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 100%;
}

@media (max-width: 991.98px) {
  .sectionTitle {
    margin-bottom: .625rem;
  }
}

.sectionTitle h2 {
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .sectionTitle h2 {
    font-size: 20px;
  }
}

.sectionTitle h5 {
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .sectionTitle h5 {
    font-size: 1rem;
  }
}

.sectionTitle .subTitle {
  color: #6d6d6d;
  font-size: 13px;
  margin-top: .6rem;
}

@media (max-width: 991.98px) {
  .sectionTitle .subTitle {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .sectionTitle .subTitle .buttonText {
    font-size: 12px;
  }
}

.sectionTitle .separator {
  margin: 0 12px;
}

@media (max-width: 991.98px) {
  .sectionTitle .separator {
    margin: 0 6px;
  }
}

.sectionProfile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18rem;
  height: 127px;
  margin-bottom: -47px;
  margin-right: 12px;
}

@media (max-width: 991.98px) {
  .sectionProfile {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    height: auto;
    margin-right: 0;
  }
}

.sectionProfile .cardBox {
  margin-bottom: 0;
}

.sectionProfile .cardBox .card-body {
  padding: 23px;
}

@media (max-width: 991.98px) {
  .sectionProfile .cardBox .card-body {
    padding: 10px;
  }
}

.sectionProfile .cardBox .card-footer {
  height: 40px;
}

@media (max-width: 991.98px) {
  .sectionProfile .cardBox .card-footer {
    height: 32px;
  }
}

.sectionProfile .cardBox .card-footer .cardFooterActionButtons {
  padding: 0;
}

.mainBottomSection {
  margin-top: 1rem;
  background: #0b1016;
  width: 100%;
  min-height: 12.5rem;
  padding: 3.1rem 0 3.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  line-height: 1.5rem;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .mainBottomSection {
    font-size: 0.8125rem;
    padding: 2rem 0;
    line-height: 1.3rem;
  }
}

.page {
  padding: 67px 0 74px 0;
}

@media (max-width: 991.98px) {
  .page {
    padding: 28px 0 24px 0;
  }
}

.pageTopActions {
  min-height: 1.25rem;
  margin-bottom: 1.5rem;
}

.pageTopActions .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageTopActions .goBack small {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.pageTopActions .goBack:hover small {
  color: #c28f58;
}

.sidebarSection {
  width: 285px;
}

@media (max-width: 991.98px) {
  .sidebarSection {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .sidebarSection__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px;
  }
}

@media (max-width: 575.98px) {
  .sidebarSection__widgets {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .sidebarSection .card-image {
    height: 10rem;
  }
}

.sidebarWidget .ownerInfo {
  width: 100%;
}

@media (max-width: 575.98px) {
  .sidebarWidget .ownerInfo {
    width: 250px !important;
  }
}

.navBike {
  background: #e7e7e7;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .navBike {
    height: 40px;
  }
}

.navBike .noButton {
  background: #e7e7e7;
  width: 140px;
  height: 40px;
}

@media (max-width: 991.98px) {
  .navBike .noButton {
    width: 40px;
  }
}

@media (max-width: 991.98px) {
  .navBike .navBikePrevButton, .navBike .navBikeNextButton {
    height: 40px;
  }
}

.navBike .navBikePrevButton {
  padding-left: 20px;
  padding-right: 35px;
}

@media (max-width: 991.98px) {
  .navBike .navBikePrevButton {
    width: 40px;
    padding: 0;
  }
}

.navBike .navBikeNextButton {
  padding-left: 35px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .navBike .navBikeNextButton {
    width: 40px;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  #searchPage,
  #profileEdit {
    padding-top: 0;
  }
}

#profileEdit .profileEditBox .box-body {
  padding: 1.55rem 0;
}

#profileEdit hr.deleteAccountHr {
  border-color: #919598;
  margin-top: 40px;
  margin-bottom: 0;
}

#profileEdit .deleteAccountButton {
  margin-top: 30px;
  padding-left: 26px;
  padding-right: 26px;
}

#profileStep {
  padding-top: 25px;
}

@media (max-width: 991.98px) {
  #profileStep {
    padding-top: 0;
  }
}

#profileStep .sku144w,
#bikeEditForm .sku144w
{
  width: 144px;
}

@media (max-width: 991.98px) {
  #profileStep .sku144w,
  #bikeEditForm .sku144w {
    width: 114px;
  }
}

#profileStep .sku-delete,
#bikeEditForm .sku-delete,
#bikePartsPicker .sku-delete
{}

#profileStep .sku-delete a,
#bikeEditForm .sku-delete a,
#bikePartsPicker .sku-delete a
{
    margin-top:.7rem !important;
    display:inline-block;
}

#profileStep .sku-delete a img,
#bikeEditForm .sku-delete a img,
#bikePartsPicker .sku-delete a img
{
    width:1.2rem;
}

#garage .sectionProfileTabs {
  width: calc(100% - 18.5rem);
}

@media (max-width: 991.98px) {
  #garage .sectionProfileTabs {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #tutorialNewPage {
    padding: 28px 0 34px 0;
  }
}

#winnersPage #monthSelect {
  width: 10rem;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  #winnersPage #monthSelect {
    margin-top: .5rem;
  }
}

#bikePage {
  padding-top: 35px;
}

@media (max-width: 991.98px) {
  #bikePage {
    padding-top: 20px;
  }
}

#bikePage.no-page-nav {
  padding-top: 65px;
}

@media (max-width: 991.98px) {
  #bikePage.no-page-nav {
    padding-top: 20px;
  }
}

.beerSent {
  border: 1px solid #c7c7c7;
}

.beerSent:hover {
  background: none;
  cursor: default;
}

.beerSent.bg-blue:hover {
  background: #222b34 !important;
}

.beerSent span {
  color: #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beerSent span img {
  margin-left: 11px;
}

.privacy {
  font-size: 12px;
}

.privacy .box {
  padding-bottom: 85px !important;
}

.privacy .box-body {
  line-height: 1rem !important;
}

.privacy h3 {
  font-size: 16px !important;
  margin-top: 26px !important;
  margin-bottom: 5px !important;
  line-height: 30px !important;
}

.privacy ul {
  margin-top: 14px;
  margin-bottom: 16px;
  font-size: 12px !important;
  line-height: 16px !important;
}

.privacy #privacyTable {
  margin: 1.5rem 0;
}

#aboutUsPage {
  padding-bottom: 53px;
  padding-top: 51px;
}

#aboutUsPage b, #aboutUsPage strong {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  #aboutUsPage {
    padding-bottom: 27px;
    padding-top: 28px;
  }
}

#aboutUsPage .sectionTitle h2 {
  font-weight: 400;
  font-size: 30px;
}

#aboutUsPage .boxTextContent {
  padding: 63px 128px 28px 128px;
}

@media (max-width: 767.98px) {
  #aboutUsPage .boxTextContent {
    padding: 20px 15px;
  }
}

#aboutUsPage .boxTextContent .box-body {
  padding: 0;
}

#aboutUsPage .boxTextContent .box-body .aboutContent {
  padding: 0 86px 29px 86px;
}

@media (max-width: 991.98px) {
  #aboutUsPage .boxTextContent .box-body .aboutContent {
    padding-left: 0;
    padding-right: 0;
  }
}

#aboutUsPage .boxTextContent .box-body .aboutContent.whyHarleyMods {
  padding-top: 63px;
  padding-bottom: 0;
}

#aboutUsPage .boxTextContent .box-body .aboutContent.origins {
  padding-bottom: 0;
}

#aboutUsPage .boxTextContent .box-body h3 {
  font-size: 22px;
  line-height: 52px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  #aboutUsPage .boxTextContent .box-body h3 {
    line-height: 30px;
  }
}

#aboutUsPage .boxTextContent .box-body p {
  color: #0b0b0b;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 28px;
}

#aboutUsPage .boxTextContent .box-body p.bold {
  font-weight: 600;
}

#aboutUsPage .boxTextContent .box-body ul {
  font-size: 16px;
  line-height: 22px;
}

#aboutUsPage .boxTextContent .box-body .aboutImage {
  width: 100%;
}

#aboutUsPage .boxTextContent .box-body .aboutPhoto {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  #aboutUsPage .boxTextContent .box-body .aboutPhoto {
    height: auto;
  }
}

#aboutUsPage .boxTextContent .box-body .aboutPhoto.mt {
  margin-top: 1rem;
}

#aboutUsPage .boxTextContent .box-body .aboutPhoto.mb {
  margin-bottom: 1rem;
}

#aboutUsPage .boxBlack {
  background: #0b1016;
}

#aboutUsPage .boxBlack p {
  color: #a9a9a9 !important;
}

#friendsPage {
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  #friendsPage {
    margin-bottom: 17px;
  }
}

#friendsPage .sectionTitle {
  margin-bottom: 33px;
}

@media (max-width: 991.98px) {
  #friendsPage .sectionTitle {
    margin-bottom: 20px;
  }
}

#friendsPage .sectionTitle .subTitle {
  margin-top: 17px;
  color: #0b0b0b;
  line-height: 20px;
  padding-right: 80px;
}

@media (max-width: 991.98px) {
  #friendsPage .sectionTitle .subTitle {
    margin-top: 14px;
    line-height: 19px;
    padding-right: 0;
  }
}

#friendsPage .friend {
  margin-bottom: 24px;
}

@media (max-width: 575.98px) {
  #friendsPage .friend {
    margin-bottom: 10px;
  }
}

#friendsPage .friend .friend-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 250px;
}

@media (max-width: 575.98px) {
  #friendsPage .friend .friend-content {
    max-height: auto;
  }
}

#friendsPage .friend .friend-content .card-image {
  width: 44%;
  max-width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: auto;
}

@media (max-width: 575.98px) {
  #friendsPage .friend .friend-content .card-image {
    width: 50%;
    max-width: auto;
  }
}

#friendsPage .friend .friend-content .card-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#friendsPage .friend .friend-content .card-image .friendPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
}

#friendsPage .friend .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  #friendsPage .friend .card-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #f5f5f5;
    padding: 16px;
  }
}

#friendsPage .friend .card-body .friendContent img {
  max-height: 205px;
}

@media (max-width: 575.98px) {
  #friendsPage .friend .card-body .friendContent img {
    max-height: auto;
  }
}

@media (max-width: 575.98px) {
  #friendsPage .friend .card-body .friendContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  #friendsPage .friend .card-body .friendContent .buttonText {
    margin-top: 5px;
  }
}

#friendsPage .friend .card-footer {
  height: 46px;
  padding: 8px 17px;
}

@media (max-width: 575.98px) {
  #friendsPage .friend .card-footer {
    background: #ffffff;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
}

#friendsPage .friend .card-footer .buttonText {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
}

#friendsPage .friendFooter {
  font-size: 13px;
  color: #6d6d6d;
  display: inline-block;
  padding-top: 6px;
}

@media (max-width: 575.98px) {
  #friendsPage .friendFooter {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
  }
}

#friendsPage .friendFooter .friendName {
  color: #0b1016;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  #friendsPage .friendFooter .friendName {
    font-size: 14px;
    margin-bottom: 1px;
  }
}

@media (max-width: 575.98px) {
  #friendsPage .cardFooterActionButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#friendsPage .date {
  font-size: 12px;
  color: #6d6d6d;
  margin-left: 15px;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  #friendsPage .date {
    white-space: normal;
    font-size: 11px;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .tableMobile {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}

.garageVehicleInfo {
  font-size: 13px;
}

@media (max-width: 575.98px) {
  .garageVehicleInfo p {
    font-size: 12px;
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .garageVehicleInfo .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 991.98px) {
  .garageVehicleInfo .links a:first-child {
    margin-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .garageVehicleInfo .links a {
    margin-bottom: 0;
  }
}

.stepInfo {
  color: #0b1016;
  background: #e0e0e0;
  padding-left: 33px;
  padding-right: 33px;
  height: 40px;
  min-width: 140px;
}

@media (max-width: 991.98px) {
  .stepInfo {
    padding-left: 16px;
    padding-right: 13px;
    height: 30px;
    min-width: 100px;
  }
}

.stepInfo:hover {
  color: #0b1016;
  background: #e0e0e0;
}

@media (max-width: 991.98px) {
  .stepInfo {
    margin-top: -9px;
    position: absolute;
    right: 0;
    padding: 0 12px;
    min-height: 28px;
    font-size: .75rem;
  }
}

.noStepInfo {
  height: 40px;
  min-width: 140px;
}

.tutorial-new .card-header {
  padding-top: 46px !important;
  padding-bottom: 41px !important;
}

@media (max-width: 991.98px) {
  .tutorial-new .card-header {
    padding-top: 23px !important;
    padding-bottom: 26px !important;
  }
}

.tutorial-new .card-title {
  font-size: 1rem;
  font-weight: 500;
}

.tutorial-new .card-body {
  padding-left: 54px;
  padding-right: 64px;
}

.tutorial-new .addImage {
  width: 312px;
}

@media (max-width: 991.98px) {
  .tutorial-new .addImage {
    width: 100%;
  }
}

.tutorial-new .addStepButton {
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 34px;
}

.tutorial-new .stepSeparator {
  width: 100%;
  margin: 2rem 0 2rem 0;
}

.tutorial {
  margin-bottom: 0;
}

.tutorial .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 70px;
  padding: 1rem 0;
}

.tutorial .card-header .skill, .tutorial .card-header .assign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.tutorial .card-header .assign {
  margin-bottom: 2rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .tutorial .card-header .assign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 23px;
  }
}

.tutorial .card-header .assign select {
  margin-left: 1rem;
  width: 356px;
}

@media (max-width: 991.98px) {
  .tutorial .card-header .assign select {
    margin-left: 0;
    margin-top: 1rem;
    width: auto;
  }
}

.tutorial .card-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tutorial .card-body > :last-child:not(p) {
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .tutorial .card-body {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.tutorial .card-body p {
  padding: 0 40px 0 30px;
}

@media (max-width: 991.98px) {
  .tutorial .card-body p {
    padding: 0;
  }
}

.tutorial .card-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 25px;
  min-height: 104px;
}

@media (max-width: 991.98px) {
  .tutorial .card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 28px;
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.tutorial .card-footer a {
  margin-left: 2rem;
}

@media (max-width: 991.98px) {
  .tutorial .card-footer a {
    margin-left: 0;
    margin-top: 14px;
  }
}

.skillLevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  direction: rtl;
}

.skillLevel img {
  width: 1.8rem;
}

.skillLevel .wrench {
  width: 32px;
  height: 32px;
  background: url("../../_assets/images/icons/wrench-gray.svg");
  background-size: cover;
}

@media (max-width: 991.98px) {
  .skillLevel .wrench {
    width: 26px;
    height: 26px;
  }
}

.skillLevel .wrench.set {
  cursor: pointer;
}

.skillLevel .wrench.active, .skillLevel .wrench.set:hover {
  background: url("../../_assets/images/icons/wrench_full.svg");
  background-size: cover;
}

.skillLevel > .set:hover ~ .wrench {
  background: url("../../_assets/images/icons/wrench_full.svg");
  background-size: cover;
}

.stepSeparator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
  margin: 2rem 0 2rem 1.875rem;
}

@media (max-width: 991.98px) {
  .stepSeparator {
    margin: 23px 0;
    width: 100%;
  }
}

.stepSeparator .line {
  position: absolute;
  width: 100%;
  left: 0;
  background: #f5f5f5;
  height: 1px;
}

.stepSeparator .step {
  width: 2rem;
  height: 2rem;
  background: #f5f5f5;
  color: #919598;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  z-index: 2;
}

.stepSeparator .step.edit {
  padding: 0 18px;
  width: auto;
  text-transform: uppercase;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .stepSeparator .step.edit {
    padding: 4px 6px;
    height: 20px;
    font-size: 12px;
  }
}

.stepImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stepImage img {
  width: 75%;
}

@media (max-width: 991.98px) {
  .stepImage img {
    width: 100%;
  }
}

.expertWords {
  min-height: 15.6rem;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .expertWords {
    padding: 1rem 1rem 1rem 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .expertWords {
    padding: 1rem 1rem 0 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .expertWords .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.expertWords .expertPhoto {
  width: 15.6rem;
  height: 15.6rem;
  background: url("../images/avatar.jpeg") center center;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .expertWords .expertPhoto {
    width: 100%;
    padding-bottom: 100%;
  }
}

.expertWords .box-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem 1.75rem !important;
}

@media (max-width: 991.98px) {
  .expertWords .box-body {
    padding: 2rem 1.5rem 1rem 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .expertWords .box-body {
    padding: 2rem 0 1rem 0 !important;
  }
}

.quote {
  font-family: 'Inter', sans-serif;
  font-size: .81rem;
  color: #919598;
}

.quote .quoteTxt {
  margin: 1rem 0;
  line-height: 1.2rem;
}

.quote .quoteAuthor {
  text-align: right;
  font-size: .85rem;
  color: #666666;
}

.table-responsive .table tbody tr:last-child td {
  padding-bottom: .6rem;
}

table.fixedWidthTable {
  table-layout: fixed;
}

table {
  margin-bottom: 0 !important;
}

table a {
  color: #c28f58;
}

table thead tr {
  background: #f5f5f5;
  border-bottom: 0;
  color: #919598;
  text-transform: uppercase;
}

table thead tr th {
  border: 0;
  font-weight: 500;
  font-size: 13px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

table thead tr th:last-child {
  text-align: right;
}

.table > :not(caption) > * > * {
  padding: 0.6rem 0.625rem;
}

@media (max-width: 991.98px) {
  .table > :not(caption) > * > * {
    padding: 0.4rem 0.625rem;
  }
}

.table > :not(:first-child) {
  border-top: none;
}

.table tbody tr:first-child td {
  padding: 0.9025rem 0.625rem 0.59rem 0.625rem;
}

.table tbody tr td {
  padding: 0.59rem 0.625rem;
  font-size: 0.8125rem;
}

@media (max-width: 991.98px) {
  .table tbody tr td {
    min-width: 10rem;
    padding: 0.4rem 0.625rem;
  }
}

.table tbody tr td:last-child {
  text-align: right;
}

tr.disable {
  background: #f5f5f5;
}

.statusCol {
  width: 1rem;
}

.buttonRead {
  width: 10.9375rem;
}

.nav-tabs-main {
  min-height: 2.9rem;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
  .nav-tabs-main {
    min-height: 2.6rem;
  }
}

.nav-tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #919598;
}

.nav-tabs .nav-link {
  position: relative;
  border: none;
  color: #222b34;
  font-size: .875rem;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 14px;
}

@media (max-width: 991.98px) {
  .nav-tabs .nav-link {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
  }
}

.nav-tabs .nav-link:first-child {
  padding-left: 0;
}

.nav-tabs .nav-link:last-child {
  padding-right: 0;
}

.nav-tabs .nav-link:hover {
  color: #c28f58;
}

.nav-tabs .nav-link:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c28f58;
  width: 100%;
  height: 1px;
}

.nav-tabs .nav-link.active {
  background: none !important;
  color: #c28f58 !important;
}

.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c28f58;
  width: 100%;
  height: 4px;
  margin-bottom: -3px;
}

.tab-content,
.contentPage {
  padding-top: 2.2rem;
}

@media (max-width: 991.98px) {
  .tab-content,
  .contentPage {
    padding-top: 21px;
  }
}

.paginationContainer {
  margin-top: 3.3rem;
  height: 3.125rem;
}

@media (max-width: 991.98px) {
  .paginationContainer {
    margin-top: 2rem;
  }
}

.paginationContainer.cards {
  margin-top: 1.3rem;
}

@media (max-width: 991.98px) {
  .paginationContainer .paginationButtons a {
    width: 6.5rem;
    font-size: 0.8125rem;
  }
}

.paginationContainer .paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginationContainer .paginations select {
  width: 5.3125rem;
}

.paginationContainer .paginations a {
  margin: 0 3px;
  height: 3.125rem;
  width: 3.125rem;
  font-size: .875rem;
}

.paginationContainer .paginations a.buttonOutline {
  border: 1px solid #c7c7c7;
}

.paginationContainer .paginations a.bg-gray {
  color: #a5a5a5;
}

.paginationContainer .paginations a.bg-gray:hover {
  background: #c28f58;
  color: #fff;
  border: 0;
}

.paginationContainer .paginations a.active {
  background: #c28f58;
}

@media (max-width: 991.98px) {
  .searchColor .col-6 {
    width: 33%;
    padding: 0;
  }
}

.accordion-item {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
}

.accordion-item .accordion-header {
  height: 45px;
}

.accordion-item .accordion-button {
  font-size: 1rem;
  background-color: #e0e0e0;
  color: #919598;
}

.accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type .accordion-button.collapsed, .accordion-item:last-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.filtersList {
  overflow-x: auto;
  padding-bottom: 0.35rem;
}

@media (max-width: 991.98px) {
  .filtersList {
    padding-bottom: 0.75rem;
  }
}

.filtersList .filterLabel {
  white-space: nowrap;
  margin-right: 14px;
}

.filtersList .filter:nth-child(2) {
  margin-left: 0;
}

.filter {
  padding: 0 16px;
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  margin-right: .5rem;  
  height: 40px;
}

.filter .remove
{
    cursor:pointer;
}

@media (max-width: 991.98px) {
  .filter {
    padding: 0 13px;
    height: 34px;
  }
}

.filter:first-child {
  margin-left: 0;
}

.filter .filterName {
  color: #919598;
  white-space: nowrap;
}

.filter .filterName .filterValue {
  margin-left: 4px;
  margin-right: 10px;
  color: #0b1016;
  font-weight: 500;
}

.filter .remove {
  width: 10px;
  margin-top: -2px;
}

.filterButton {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: .5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .filterButton {
    width: 34px;
    height: 34px;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

.w-lg-75 {
  width: 100%;
}

@media (max-width: 991.98px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (max-width: 991.98px) {
  .button-mobile-width {
    width: 250px !important;
  }
}

@media (max-width: 575.98px) {
  .p-0-mobile {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .m-0-mobile {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .ps-0-mobile {
    padding-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .pe-0-mobile {
    padding-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .d-block-mobile {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .box-padding-mobile {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.box-UploadImage .box-body {
  padding: 1.75rem 0 2rem 0 !important;
}

@media (max-width: 767.98px) {
  .box-pageContainer .box-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .box-pageContainer .box-body p {
    text-align: center;
  }
}

.box {
  background: #ffffff;
  padding: 1.625rem 1.65rem 0 1.65rem;
  height: 100%;
}

.box.boxTab {
  padding: 0 25px;
}

@media (max-width: 991.98px) {
  .box.boxTab {
    padding: 0 15px;
  }
}

.box.boxTab .box-body {
  padding: 31px 0;
}

.box.boxSimple {
  padding: 30px 25px 13px 25px;
}

@media (max-width: 991.98px) {
  .box.boxSimple {
    padding: 30px 15px 13px 15px;
  }
}

.box.boxSimple .box-body {
  padding: 21px 0;
}

.box .box-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box .box-header h5 {
  margin-top: -5px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .box .box-header h5 {
    font-size: 1rem;
  }
}

.box .box-header h5.cardHeader {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
}

.box .box-body {
  padding: 1.175rem 0;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991.98px) {
  .box .box-body {
    font-size: 13px;
    padding: 0.9rem 0;
    line-height: 1.15rem;
  }
}

.box .box-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box .box-footer.box-footer-padding {
  padding-bottom: 1.625rem;
}

.box .box-footer.background {
  background: #f5f5f5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user .avatar {
  margin-right: 1rem;
}

.user .userDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user .userDetails span {
  font-family: 'Inter', sans-serif;
  font-size: .8125rem;
}

.user .userDetails .country {
  color: #919598;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.user .userDetails .country .flag {
  width: 1rem;
  margin-right: .5rem;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.links a {
  margin-bottom: .5rem;
}

.links a:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .me-0-mobile {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.iconSmall {
  width: .75rem;
  margin: 0 .5rem;
  margin-top: -1px;
}

.bg-gold {
  background-color: #c28f58;
  color: #ffffff !important;
}

.bg-lightGray {
  background-color: #f5f5f5;
  color: #919598;
}

.bg-grayPrimary {
  background-color: #e7e7e7;
  color: #6d6d6d;
}

.bg-blue {
  background-color: #222b34 !important;
}

.bg-secondary {
  background-color: #f5f5f5 !important;
}

.text-gray {
  color: #919598;
}

.text-lighterBlack {
  color: #222222;
}

.text-black {
  color: #0b1016;
}

.text-blue {
  color: #222b34;
}

.text-left {
  text-align: left !important;
}

.text-bold {
  font-weight: 500 !important;
}

.comment {
  padding: 1rem 1.65rem 0 1.65rem;
}

@media (max-width: 575.98px) {
  .comment {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 19px;
  }
}

.comment .box-body {
  padding-top: 0;
  padding-bottom: 15px;
}

@media (max-width: 575.98px) {
  .comment .box-body {
    padding-bottom: 18px;
  }
}

.comment .box-body p {
  margin-bottom: 11px !important;
}

.comment .userDetails .date {
  font-size: 13px;
  color: #6d6d6d;
}

.comment .emptyComment {
  width: 3.375rem;
}

.comment .commentText {
  font-family: 'Inter', sans-serif;
  font-size: .81rem;
}

/*NF*/
.comment .commentText-selected 
{    
    margin:-3px;
    padding:3px;
    background:#FFF766;
}

@media (max-width: 991.98px) {
  .comment .commentText {
    padding-left: 58px;
  }
}

@media (max-width: 767.98px) {
  .comment .commentText {
    padding-left: 0;
    margin-top: 10px;
  }
}

.comment .commentActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment .repliesComment {
  border-top: 1px solid #e0e0e0;
  padding: 0;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 0;
}

.comment .repliesComment .box-body {
  padding-top: 0;
  padding-bottom: 0;
}

.comment .reply {
  width: 92px;
}

@media (max-width: 575.98px) {
  .comment .reply {
    width: 75px;
  }
}

@media (max-width: 991.98px) {
  .comment .avatar__container {
    padding-right: 0 !important;
  }
}

.comment .replyChild {
  padding-top: 1.5rem;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment .replyChild .avatar {
  height: 2.5rem;
  width: 2.5rem;
}

.comment .replyChild .reply, .comment .replyChild .replyChildInput {
  height: 2.25rem;
  min-height: 2.25rem;
}

@media (max-width: 991.98px) {
  .comment .replyChild .reply, .comment .replyChild .replyChildInput {
    height: 2.5rem;
    min-height: 2.5rem;
  }
}

.loadMore {
  padding-left: 64px;
  padding-right: 64px;
}

.status {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
}

.bg-green {
  background-color: #86c06a;
}

.bg-disabled {
  width: .625rem;
  height: .625rem;
  background-color: #c9c9c9;
  border-radius: 50%;
}

.galleryContainer {
  width: 100%;
  max-width: 915px !important;
  position: relative;
}

#mainCarousel {
  overflow: hidden;
  max-height: 517px;
}

#slide-wrapper {
  max-height: 115px;
  overflow: hidden;
}

.activeImage {
  position: relative;
  width: 100% !important;
  padding: 0;
  cursor: pointer;
}

.expand {
  position: absolute;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  top: 0;
  right: 0;
  background: #0b1016;
}

.expand i {
  color: #ffffff;
}

#featured, .featured {
  height: 517px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  #featured, .featured {
    height: 480px;
  }
}

@media (max-width: 767.98px) {
  #featured, .featured {
    height: 300px;
  }
}

.thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.thumbnail:hover {
  opacity: .7;
}

.active {
  opacity: 1;
}

#slide-wrapper {
  width: 100%;
  max-width: 915px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.slider {
  width: 100%;
  max-width: 915px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .slider {
    overflow-x: auto;
  }
}

#slideLeft,
#slideRight,
.carousel__nav .is-next,
.carousel__nav .is-prev {
  width: 30px;
  height: 46px;
  background: #eaeaea;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
}

#slideLeft:hover,
#slideRight:hover,
.carousel__nav .is-next:hover,
.carousel__nav .is-prev:hover {
  background: #e0e0e0;
}

#slideLeft i,
#slideRight i,
.carousel__nav .is-next i,
.carousel__nav .is-prev i {
  -webkit-transition: .3s;
  transition: .3s;
}

#slideLeft, .carousel__nav .is-prev {
  left: 0 !important;
}

#slideLeft i, .carousel__nav .is-prev i {
  position: absolute;
  left: 0;
  margin-left: 4px;
}

#slideLeft:hover i, .carousel__nav .is-prev:hover i {
  margin-left: 8px;
}

#slideRight, .carousel__nav .is-next {
  right: 0 !important;
}

#slideRight i, .carousel__nav .is-next i {
  position: absolute;
  right: 0;
  margin-right: 4px;
}

#slideRight:hover i, .carousel__nav .is-next:hover i {
  margin-right: 8px;
}

#carouselBike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#carouselBike .slideCounter {
  position: absolute;
  top: 0;
  left: 0;
  background: #0b1016;
  min-width: 35px;
  height: 22px;
  font-size: 12px;
  color: #ffffff;
  padding: 0 1px;
  z-index: 10;
  text-align: center;
  padding-top: 2px;
}

#carouselBike .carousel-inner {
  height: 285px;
}

#carouselBike .carousel-inner .carousel-item img {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

#carouselBike .carousel-control-prev {
  opacity: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#carouselBike .carousel-control-next {
  opacity: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#carouselBike .carousel-control-prev-icon, #carouselBike .carousel-control-next-icon {
  width: 30px;
  height: 46px;
  background-color: #eaeaea;
  position: absolute;
  cursor: pointer;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
}

#carouselBike .carousel-control-prev-icon:hover, #carouselBike .carousel-control-next-icon:hover {
  background-color: #e0e0e0;
}

#carouselBike .carousel-control-prev-icon i, #carouselBike .carousel-control-next-icon i {
  -webkit-transition: .3s;
  transition: .3s;
}

#carouselBike .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222b34'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#carouselBike .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222b34'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.modificationsButton {
  padding-left: 20px;
  font-weight: 400;
  text-transform: none;
  width: 100%;
}

@media (max-width: 575.98px) {
  .modificationsButton {
    width: 250px !important;
  }
}

.fancybox-slide {
  padding: 8px !important;
}

.modal-backdrop {
  background: #0b1015 !important;
  opacity: .9 !important;
}

.nav-pills {
  padding: 0 36px;
  margin-bottom: 19px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .nav-pills {
    padding: 0;
  }
}

.nav-pills li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-pills li .nav-link {
  width: 50px;
  height: 40px;
  border-radius: 0;
  background: #e0e0e0;
  color: #919598;
  margin: 5px 3px;
}

.nav-pills li .nav-link:hover {
  background: #919598;
  color: #e0e0e0;
}

.nav-pills li .nav-link.active {
  background: #c28f58;
  color: #ffffff;
}

.modal
{
    display:block !important;
    height:auto !important;
}

.modal-dialog
{
    max-width:none !important;
    margin:0 !important;
}

@media (min-width: 576px)
{
    .modal-dialog
    {
        max-width:none !important;
        margin:0 !important;
    }
}

.modal-dialog.wider {
  max-width: 600px;
}

.modal-dialog.wider .modal-content {
  width: 600px;
}

.modal-content {
  padding: 29px 0 0 0;
  border-radius: 0;
  border: none;
}

.modal-content .closeBtn {
  width: 14px;
  height: 14px;
  background: url("../../_assets/images/icons/close.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 21px;
  margin-top: 21px;
  cursor: pointer;
}

.modal-content .modal-header {
  padding: 0;
  border: 0;
  padding: 0 36px;
}

.modal-content .modal-header .modal-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.modal-content .modal-body {
  padding: 10px 36px 36px 36px;
  color: #6d6d6d;
}

.modal-content .modal-footer {
  padding: 0 36px;
  background: #f5f5f5;
  border: 0;
  min-height: 80px;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
}

.modal-content .modal-footer a {
  color: #c28f58;
}

.modal-content .modal-footer a:hover {
  color: #222b34;
}

.modalImage img {
  max-width: 381px;
  width: 100%;
  height: 250px;
  margin-top: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.topMarginInputModal {
  margin-top: 14px;
}

.buttonHeightModal {
  min-height: 46px;
}

#tips .modal-content {
  height: 620px;
}

#tips .modal-content .modal-title {
  line-height: 24px;
}

#tips .modal-content p {
  font-size: 13px;
  color: #6d6d6d;
}

@media (max-width: 991.98px) {
  #tips .modal-content {
    height: auto;
    min-height: 620px;
  }
}

.fancybox__thumb {
  border-radius: 0 !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #c28f58;
  border-width: 2px !important;
  border-radius: 0 !important;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #A78BFA;
          box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel .carousel__slide {
  opacity: 0.7;
  padding: 0;
  width: 20%;
  padding-left: 6px;
}

#thumbCarousel .carousel__slide:first-child {
  padding-left: 0px !important;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 115px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

#thumbCarousel .carousel__slide.is-nav-selected .thumbnail:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .hideMobile {
    display: none;
  }
}

.slide-show {
  display: none;
}

.dragActive {
  display: block;
}

.slide-submit, .slide-submit2 {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .2s;
  transition: .2s;
  height: 3.125rem;
}

@media (max-width: 991.98px) {
  .slide-submit, .slide-submit2 {
    height: 2.5rem;
  }
}

.slide-submit-text {
  display: inline-block;
}

.slide-submit-thumb, .slide-submit2-thumb {
  position: absolute;
  padding: 0 36px;
  top: 0;
  left: 0px;
  width: 60%;
  height: 100%;
  background: #c28f58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .slide-submit-thumb, .slide-submit2-thumb {
    padding: 0 1rem;
    width: auto;
  }
}

.slide-submit-thumb:hover, .draggable, .slide-submit2-thumb:hover {
  background: #996e40;
  cursor: -webkit-grab;
  cursor: grab;
}

.slide-submit-thumb:active, .slide-submit2-thumb:active {
  background: #996e40;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.copyEmail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

/*NF*/
/*.copyEmail:hover .copyIcon img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/

.copyEmail span {
  color: black;
  font-size: 15px;
}

.copyEmail .copyIcon {
  cursor: pointer;
  width: 16px;
  margin-top: -2px;
}

.copyEmail .copyIcon img {
  
  -webkit-transition: .5s;
  transition: .5s;
}

.passwordField {
  position: relative;
  width: 100%;
}

.passwordField_statusIcon {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wrong .mark-yes {
  display: none;
}

.good .mark-no {
  display: none;
}

#password-alert {
  background: #eaeaea;
  padding: 8px 20px;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 16px;
  font-size: 12px;
}

@media (max-width: 400.98px) {
  #password-alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}

#password-alert .password-alert__label {
  text-transform: uppercase;
}

#password-alert .requirements {
  color: #6b6b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media (max-width: 991.98px) {
  .position-lg-relative {
    position: relative;
  }
}

.toast__global.topToast {
  top: 5.5rem;
}

@media (max-width: 991.98px) {
  .toast__global.topToast {
    top: 70px;
  }
}

.toast__global.bottomToast {
  bottom: 5.5rem;
}

@media (max-width: 991.98px) {
  .toast__global.bottomToast {
    bottom: 70px;
  }
}

.toast__global .toast.positiveToast {
  background: #7AB534;
  color: white;
}

.toast__global .toast.negativeToast {
  background: #B7212F;
  color: white;
}

/*---- others NF  ------------- */

.error-ctrl
{
    border-color: #f02849 !important;
}

input.error-ctrl,
textarea.error-ctrl,
.custom-input.error-ctrl
{
    /*background-image:url("../../_assets/images/icons/error.svg");
    background-repeat:no-repeat;
    background-position:calc(100% - 10px) center;
    background-size:16px 16px;*/
}
.error
{
    font-size:12px;
    color:red;
}

.nf-login-error-msg
{
    padding:10px;
    margin-bottom:0px !important;
    text-align:center;
    font-size:12px;
    font-weight:500;
}

.nf-hidden
{
    display:none;
}

.nf-display-block
{
    display:block !important;
}

.nf-cursor-default
{
    cursor:default !important;
}

.nf-btn-disabled
{
    cursor:not-allowed !important;
}

.nf-btn-disabled:hover
{
    background-color:#C28F58 !important;
}

.nf-btn-disabled .spinner-border
{
    width:1.5rem;
    height:1.5rem;
    position:absolute;
}

.nf-file-upload-input
{
    background:#fff;
    outline:none;
    border:none;
    width:1px;
    height:1px;
    position:absolute;
    color:#fff;

}

.nf-loading-layer {
  position: relative;  
}

.nf-loading-layer:after {
  z-index:1000;
  content: '';
  background-color: rgba(230, 230, 230, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nf-tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #555;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.nf-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.nf-tooltiptext.visible {
  visibility: visible;
  opacity: 1;
}

a.nf-ext-link
{
    color:#c28f58 !important;
}

a.nf-ext-link:hover
{
    color:#0b1016 !important;
}

.nf-letter-code-input
{
    text-transform:uppercase;
}
.nf-letter-code-input::placeholder,
.nf-letter-code-input::-webkit-input-placeholder
{
    text-transform:none !important;
}

.nf-invisible-input
{
    position:absolute;
    height:1px;
    width:1px;
    border:none !important;
    background:#fff;
    color:#fff;
    font-size:1px;
    outline:none !important;    
    margin-top:-5px;
    margin-left:-5px;
}

@media (max-width: 376px) {
  .nf-modal .col .buttonStyle {
    margin-top:0px !important;    
  }
}

.nf-deleted-user
{
    font-style:italic; 
    color:#919598;
}