/**/

:root {
  --color-primary: #212529;
  --color-secondary: rgba(166, 148, 136, 1);
}

.search-result-repository {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: none;
}

.search-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.search-result-repository__avatar img {
  width: auto;
  height: auto;
  max-height: 50px !important;
}

.search-result-repository__meta {
  margin-left: 70px;
}

.search-result-repository__title {
  color: black;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
  white-space: initial;
}

.search-result-repository__forks,
.search-result-repository__stargazers {
  margin-right: 1em;
}

.search-result-repository__forks,
.search-result-repository__stargazers,
.search-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}

.search-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.search-results__option--highlighted .search-result-repository__title {
  color: white;
}

.search-results__option--highlighted .search-result-repository__watchers {
  color: #c6dcef;
}

span.search-repository-old-price {
  text-decoration: line-through;
  padding-left: 10px;
  color: rgba(166, 148, 136, 1);
}

span.search-repository-price {
  color: rgba(166, 148, 136, 1);
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.twitter-typeahead .tt-menu {
  display: block;
  width: 100%;
  color: rgba(61, 47, 56, 1);
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  /*border-top-width: 1px;
      border-top-style: solid;
      border-top-color: rgb(206, 212, 218);
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: rgb(206, 212, 218);
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgb(206, 212, 218);
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: rgb(206, 212, 218);*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 15px 15px 15px 15px;
  background: rgb(230, 225, 222);
  background: linear-gradient(
    180deg,
    rgba(230, 225, 222, 0.45) 0%,
    rgba(255, 255, 255, 1) 2%
  );
}

.wrapper-top-search .top-search .typeahead {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: rgba(69, 73, 74, 1);
  font-weight: 500;
}

.twitter-typeahead .tt-suggestion:hover,
.twitter-typeahead .tt-suggestion:focus {
  text-decoration: none;
  color: #7367f0;
  background-color: rgba(15, 127, 165, 0.09);
}

.twitter-typeahead {
  display: flex !important;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.twitter-typeahead .form-control {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  label.mobileSearch {
    display: none;
  }
}

.tt-menu .empty-message {
  font-size: 14px;
}

.search-result-footer {
  text-align: center;
  display: flex;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: rgba(166, 148, 136, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0 !important;
}

.search-result-footer:hover {
  background-color: rgba(61, 47, 56, 1);
}

.tt-menu {
  min-height: 150px;
  overflow-y: auto;
}

.tt-menu .search-result-repository {
  padding: 15px;
  border-bottom: solid 1px rgba(166, 148, 136, 0.2);
}

.tt-menu a {
  text-decoration: none !important;
}

.tt-menu .search-result-repository__title {
  color: rgba(61, 47, 56, 1);
  font-size: 18px;
  line-height: 24px;
}

.dropzone {
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.dropzone .dz-message {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 50%;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.dropzone .dz-message:before {
  content: "";
  background-image: url("/imgs/upload.svg");
  font-size: 30px;
  position: absolute;
  top: 50px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 1;
  z-index: 2;
  color: rgba(166, 148, 136, 1) !important;
  text-indent: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview {
  background: transparent !important;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  z-index: 10;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0.357rem;
}

.dropzone .dz-preview.dz-image-preview {
  background: transparent !important;
}

.dropzone .dz-preview .dz-error-message {
  background: #ea5455;
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #ea5455;
}

.dropzone .dz-preview .dz-remove {
  font-size: 1.1rem;
  color: #ea5455;
  line-height: 2rem;
}

.dropzone .dz-preview .dz-remove:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5455' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  display: inline-block;
  line-height: 1;
  z-index: 2;
  text-indent: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: none;
  color: #e42728;
}

.wrapper-select-files .btn-purple {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
}

.wrapper-select-files .btn-purple:hover {
  margin-bottom: 15px;
  border: 1px solid rgba(166, 148, 136, 1) !important;
  background: rgba(166, 148, 136, 1) !important;
}

.wrapper-select-files .btn-purple svg {
  margin-right: 5px;
}

#becomePartner h5 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 36px;
  margin-bottom: 35px;
  font-weight: 300;
  color: rgba(166, 148, 136, 1);
}

#becomePartner h5 strong {
  text-transform: uppercase;
  font-size: 28px;

  font-weight: 700;
}

#becomePartner .form-wrapper .form-check {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: none;
  font-size: 15px;
  /* color: rgba(61, 47, 56, 1.00); */
  color: rgba(166, 148, 136, 1);
  font-weight: 400;
  border-radius: 0px;
  padding: 0px 15px;
  margin: 0px;
}

#becomePartner .btn-pink {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 1px rgba(166, 148, 136, 1);
  padding: 10px 60px !important;
  background-color: rgba(166, 148, 136, 1);
  transition: all 0.2s;
  border-radius: 0;
  font-weight: 600;
}

#becomePartner .btn-pink:hover {
  border: solid 1px rgba(61, 47, 56, 1);
  background-color: rgba(61, 47, 56, 1);
}

@media (max-width: 576px) {
  .dropzone .dz-message {
    font-size: 1.5rem;
  }

  .dropzone .dz-message:before {
    top: 15rem;
    width: 50px;
    height: 50px;
  }
}

.dark-layout .dropzone {
  background-color: #2e3750;
}

.subPgs ul {
  font-size: 16px;
  font-weight: 400;
}

.subPgs li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(166, 148, 136, 0.25);
}

.btnNotDel {
  color: rgba(166, 148, 136, 1);
  background-color: rgba(166, 148, 136, 0.1);
  border-radius: 0;
  margin-right: 5px;
}

.btnNotDel:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(166, 148, 136, 1);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* New CSS for loading state */

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  color: rgba(61, 47, 56, 1);
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulsate {
  0% {
    background-color: rgba(61, 47, 56, 0.05);
  }
  50% {
    background-color: rgba(61, 47, 56, 0.08);
  }
  100% {
    background-color: rgba(61, 47, 56, 0.05);
  }
}

.sidebar-loading {
  animation: pulsate 1s infinite;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--color-secondary);
}

label {
  color: rgba(0, 0, 0, 0.7);
}

/* css varable color */

:root {
  --color-primary: rgba(61, 47, 56, 1);
  --color-secondary: rgba(166, 148, 136, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: var(--color-primary) !important;
}
