/* ========================================================================
     Custom app styling
 ========================================================================== */

 .control-label {
  text-align: right;
  font-weight: 500;
}

@media (max-width: 480px) {
  .nav {
    flex-wrap: inherit;
    display: list-item;
    margin-left: 35px;
    list-style: initial;
    color: #337ab7;
  }

  .nav-item {
    margin-top: -20px;
  }

  .nav-link {
    width: max-content;
    padding: 0.5rem 0.5rem;
  }

  .hidden-xs {
    display: none !important;
  }

  .justify-content-end {
    justify-content: unset !important;
  }

  .logo {
    padding-top: 25px !important;
  }

  .offset-3 {
    margin-left: unset !important;
  }
}

@media (min-width: 300px) {
  .flex-column {
    flex-direction: unset !important;
    padding-top: 15px;
  }

  .control-label {
    text-align: left;
    font-weight: 500;
  }
}

.hf-ul {
  margin: 0px !important;
  padding: 0px !important;
}

.footer-li-item {
  list-style-type: none;
  margin-bottom: 2px;
}

.footer-a {
  color: black !important;
}

.footer-a:hover {
  color: #000000b5 !important;
  text-decoration: underline;
}

.footer-bottom-a {
  text-decoration: underline;
}

.footer-hr {
  height: 3px !important;
}

.transition {
  transition: color 0.3s ease, transform 0.3s ease;
}

.transition:hover {
  transform: scale(1.2);
}

.skew-30 {
  transform: skew(-30deg);
}

.unskew-30 {
  transform: skew(+30deg);
}

.h-socials {
  font-size: 20px;
}

.header-toprow {
  width: 115%;
  padding: 10px;
}

.auth-items:hover {
  text-decoration: underline;
}

.header-menubtn {
  font-size: 20px;
}

.forgotPass .text-gray-dark:hover {
  color: #3a3f51;
  text-decoration: underline;
}

.newaccountlink .text-btgreen:hover {
  text-decoration: underline;
}

.fm-Poppins {
  font-family: 'Poppins', sans-serif !important;
}

.fp-eye {
  position: absolute;
  top: 6px;
  right: 9px;
}

input.login-pass {
  background-image: none !important;
}

@media only screen and (min-width: 768px) {
  .header-menubtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .auth-items {
    font-weight: bolder;
    font-size: 14px;
  }

  .btn-white-app {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .header-menubtn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .auth-items {
    font-weight: normal;
    font-size: 12px;
  }

  .btn-white-app {
    font-size: 11px;
  }
}


.footer-ad-section {
  height: auto;
  max-height: 116px;
  padding: 1rem;
  background-color: var(--hover-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.ad-section-1289-90 {
  height: 90px;
  width: 1289px;
  margin: auto;
  border: 1px solid black;
}

.ad-section-970-90 {
  height: 90px;
  width: 970px;
  margin: auto;
  border: 1px solid black;
}

.ad-section-728-90 {
  height: 90px;
  width: 728px;
  margin: auto;
  border: 1px solid black;
}

.close-footer-section-icon {
  height: auto;
  padding: 0.2rem;
  background-color: var(--hover-color);
  position: relative;
  width: 50px;
  bottom: auto;
  z-index: 999;
  font-size: 20px;
  left: 0;
  text-align: end;
  bottom: 116px;
  border-radius: 10px;
}

.hide {
  display: none;
}

.ad-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  content: "" !important;
}

.spirit_shop_store_div_1 div{
  min-width: 80%;
}

.carousel-fade .carousel-caption {
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  background: rgba(0,0,0,0.5) !important;
}

.mobile-nav__screens {
  transition: transform 0.3s ease;
}

.pfs-nav{
  display: block !important;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll !important;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 48px;
  background-color: #fff;
  width: 450px !important;
  left: -450px !important;
  border-left: 1px solid #ddd;
  right: unset !important;
  transition: left 0.5s;
}

.slide-in {
  left: 0px !important;
}

.pfs-nav-item{
    text-transform: uppercase;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
}

.b-bottom{
  border-bottom: 1px solid #eee;
}

.text-btgray{
  color: #656565;
}

/* Teamhead CSS */
.subheader-nav__item {
  padding: 8px 10px !important;
  font-size: 0.9em !important;
}

#cars-bd-title {
  padding-left: 15px;
  padding-right: 15px;
}

.homepageAnnouncements .container-fluid.p-5 {
  padding: 0px !important;
}

.object-fit-contain{
  object-fit: contain;
}

.hide_scrollbar::-webkit-scrollbar {
  display: none;
}

.justified-text {
  text-align: justify;
}

.text-red{
  color: red;
}
.heightremove {
  min-height: unset !important;
}
div.dropdown.bootstrap-select.fc-select.form-control > button{
  box-shadow: none !important;
  height: 34.6px !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: relative !important;
  top: 25% !important;
}
.fc-select.bootstrap-select .dropdown-item{
  /* conflict resolved to avoid carousel css */
  border-radius: 0px !important;
}
.input-group>.bootstrap-select>.dropdown-toggle:focus {
  outline: 0px !important;
}
.btn-check:focus+.btn {
  box-shadow: none !important;
}
.bootstrap-select .dropdown-menu .dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef !important;
  color: #1e2125;
}
.bootstrap-select .dropdown-menu .dropdown-item.selected,
.dropdown-item:active {
  background-color: #0d6efd !important;
  color: #fff !important;
  text-decoration: none;
}


.su-card-bg {
  background: #fff;
  border-radius: 15px;
  border: #000000b8 solid 2px;
  padding: 20px 16px;
  font-family: Roboto;
  margin: 0 0 30px;

}

.su-card-bg label {
  color: #122331d9;
  font-size: 13px;
}

.su-card-bg h2 {
  color: #000;
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.su-card-bg p {
  text-align: left;
  font-size: 14px;
  color: #000000db;
  margin: 0px 0 22px;
}

.step {
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0 2px;
  margin-left: 41px;
  background-color: lightgrey;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1.5;
  background-color: green;
}

#fc-su-cardDiv {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#fc-su-cardDiv fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-sizing: border-box;

  /*stacking fieldsets above each other*/
  position: relative;
}

#fc-su-cardDiv fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#fc-su-cardDiv fieldset:not(:first-of-type) {
  display: none;
}

#fc-su-cardDiv fieldset .form-card {
  text-align: left;
  color: #000000;
}


/*Green Buttons*/
#fc-su-cardDiv .action-button {
  width: 120px;
  background: #129846;
  font-weight: bold;
  color: white;
  border: 1px solid #132432;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  font-family: 'Roboto';
  letter-spacing: 1px;
}

#fc-su-cardDiv .action-button.disabled {
  background: #12984699;
  border: none;
}

#fc-su-cardDiv .action-button.disabled:hover {
  background: #12984699;
  border: none;
  box-shadow: none;
}

#fc-su-cardDiv .action-button.cancel {
  background: white;
  font-weight: bold;
  color: #132432;
  border: 1px solid #132432;
}

#fc-su-cardDiv .action-button:hover,
#fc-su-cardDiv .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #129846;
}

/*Previous Buttons*/
#fc-su-cardDiv .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#fc-su-cardDiv .action-button-previous:hover,
#fc-su-cardDiv .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*The background card*/
/* .card {
z-index: 0;
border: none;
border-radius: 0.5rem;
position: relative;
} */

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 2px;
  display: flex;
  justify-content: center;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 20%;
  float: left;
  position: relative;
  z-index: 1;
}

#progressbar li.first-bubble {
  margin-left: -37px;
}

/*Icons in the ProgressBar*/
#progressbar #bubble1:before {
  content: "1";
}

#progressbar #bubble2:before {
  content: "2";
}

#progressbar #bubble3:before {
  content: "3";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.first-bubble:after {
  content: '';
  width: 48%;
  background: lightgray;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1;
  left: auto;
}

#progressbar li.last-bubble:after {
  content: '';
  width: 50%;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #129846;
}

.show-error {
  border-color: red !important;
}

.su-h2 {
  text-align: center !important;
  font-size: 22px !important;
}

.w150-c {
  width: 150px !important;
}

#progressbar #bubble2.laststep:after {
  width: 66%;
}

#progressbar #bubble1.laststep:after {
  width: 0%;
}

.password-checklist {
  margin-top: -15px;
  top: calc(100% + 10px);
  width: 100%;
  opacity: 1;
  pointer-events: none;
  transform: translateY(20px);
  transition: .5s ease;
}

.checklist-title {
  font-size: 15px;
  color: #922037;
  margin-bottom: 10px;
}

.checklist {
  list-style: none;
}

.list-item {
  color: red;
  font-size: 14px;
}

.list-item::before {
  content: '\f00d';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -30px;
  width: 20px;
  font-size: 12px;
}

.list-item.checked {
  color: green;
  font-weight: bold;
}

.list-item.checked::before {
  content: '\f00c';
  color: green;
}

.password-input:focus~.password-checklist {
  opacity: 1;
  transform: translateY(0);
}

.pw-rules-div {
  margin-top: 130px;
  margin-left: -70px;
}

.loaderWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #61CB2B;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderWrap {
  display: none;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.annsettings {
  font-size: 24px;
  margin-right: 5px;
}
.announcementStyling {
  border-bottom: 2px solid black;
}

@media (max-width: 767px) {
  .annsettings {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .announcementStyling {
    border-bottom: 2px solid black;
  }
}

.ck-editor__editable {
  min-height: 200px;
  overflow: auto;    
}

.ck-content blockquote{
  text-align: unset;
}

.img-grayscale{
    filter: grayscale(1);
}
