.custom-text-primary {
  color: #ff7f00;
}

.custom-text-secondary {
  color: #ff7f00;
}

/* #ff7f00 */
/* #ff7f00 */
/* FFC31D */
/* F7E913 */
.custom-text-uppercase {
  text-transform: uppercase;
}

.jx_ui_Widget {
  display: none !important;
}

.custom-text-capitalize {
  text-transform: capitalize;
}

.custom-space-row {
  padding: 100px 50px;
}

.custom-text-bold {
  font-weight: bold;
}

.custom-text-size-big {
  font-size: 2em;
}

.custom-text-size-bigger {
  font-size: 3em !important;
}

.custom-bg-light-dark {
  background-color: #f5fbff;
}

.single-input {
  /* color: white; */
  background-color: #f5f5f5;
  border: 1px solid #9e9e9e;
  padding: 4px 16px;
}

.ranking h4 {
  font-size: 40px !important;
}

.ranking h5 {
  font-size: 35px !important;
  padding: 18px;
  color: #ff4e00;
}

.box-border {
  border: 1px solid silver;
  text-align: center;
  padding: 12px;
}

.box-desc {
  padding: 12px;
}

.box-desc h4 {
  color: #ff4e00;
}

.box-border p {
  color: #ff4e00;
}

.download-container {
  border-left: 1px solid silver;
}

.download-container .item-download {
  margin: 10px 3px;
}

.download-container .item-download a {
  display: block;
  color: black;
  padding: 15px;
  font-weight: bold;
  border: 1px solid #ececec;
  transition: all 0.2s ease-in-out;
}

.download-container .item-download a:hover {
  color: white;
  background-color: #ff4e00;
}

.myhidder {
  display: none;
}

@media (max-width: 575.76px) {
  .custom-space-row {
    padding: 20px;
  }

  .sm-hide {
    display: none;
  }

  .sm-text {
    font-size: 20px;
  }
}

/* Preloading styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: 1000000000000;
}

.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff !important;
  transition: 1s;
}

.preloader::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff !important;
  transition: 1s;
}

.preloader.complete::before {
  /* left: -50%; */
}

.preloader.complete:after {
  /* right: -50%; */
}

.loader {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
}

.loader img {
  min-width: 150px;
}

.preloader.complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* padding-top: 10em; */
}

@media (max-width: 567.76px) {
  .loader img {
    max-width: 100%;
  }

  .sm-big {
    display: block !important;
    width: 100% !important;
    background-color: #e9ecef !important;
  }
}


/* LOADING OVERLAY */

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fade-in 0.5s;
  background-color: rgb(18, 19, 20);
  z-index: 99999999;
}

.loading-message {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: white;
  z-index: 15;
}

.loading-message.black {
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  color: black;
  z-index: 15;
  margin-top: 3px;
  margin-right: 12px;
}

.spinner {
  display: block;
  height: 40px;
  width: 40px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.spinner span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  clip: rect(24px, 40px, 40px, 0);
  -webkit-animation: rotate 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: rotate 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 15;
}

.spinner span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: rotate 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: rotate 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.spinner.pink span::before {
  border-top-color: var(--color-brand-dark);
  height: 32px;
  width: 32px;
}

.spinner span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.spinner.pink span::after {
  border: 3px solid var(--color-brand-dark);
  height: 32px;
  width: 32px;
}

.myhidder {
  display: none;
}

@media (max-width: 567.76px) {
  .loader img {
    max-width: 100%;
  }

  .sm-big {
    display: block !important;
    width: 100% !important;
    background-color: #e9ecef !important;
  }
}