.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.text-gray-600 {
  color: #ffffff !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(255,255,255);
  background-color: rgba(0,0,0,0.3);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 100%;
  padding: .5rem 0;
  margin: 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  /*background-clip: padding-box;*/
  border: 0px;
  border-radius: .35rem;
}

.btn-mint-primary:hover {
  color: #fff;
  background-color: #55b9cd;
  border-color: #3e5cb2;
}

.btn-mint-primary {
  color: #fff;
  background-color: rgb(0,170,204);
  border-color: #4e73df;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: .3rem;
  outline: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.border {
  border: 0px solid #e3e6f0 !important;
}

.rounded {
  border-radius: .5rem !important;
}

.btn-pink-primary {
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  border-color: #4e73df;
}

.btn-pink-primary:hover {
  color: #fff;
  background-color: #ff749e;
  border-color: #3e5cb2;
}

.nav-raggierun-link {
  display: block;
  padding: .5rem 1rem;
  color: #999999;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-raggierun-link:hover, .nav-raggierun-link:focus {
  color: #ffffff;
}

.nav-raggierun-pills .nav-raggierun-link.active, .nav-raggierun-pills.show > .nav-raggierun-link {
  color: #ffffff;
  background-color: rgba(0,0,0,0.5);
}

.nav-raggierun-justified > .nav-raggierun-link, .nav-raggierun-justified .nav-raggierun-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  border-radius: 20px;
}

.accordion-button:not(.collapsed) {
  color: rgba(0,0,0,0.8);
  background-color: #edf1fc;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.flx {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* Scroll 1 */

.sc1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sc1::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.sc1::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10px;
}

/* Scroll 2 */

.sc2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sc2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.sc2::-webkit-scrollbar-thumb {
  background-color: #11171a;
  border-radius: 10px;
}

/* Scroll 3 */

.sc3::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sc3::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.sc3::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

/* Scroll 4 */

.sc4::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.sc4::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.sc4::-webkit-scrollbar-thumb {
  background-color: #e78632;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.3) 20%,transparent 20%,transparent 40%,rgba(255, 255, 255, 0.3) 40%,rgba(255,255,255,.3) 60%,transparent 60%,transparent 80%,rgba(255, 255, 255, 0.3) 80%);
  border-radius: 10px;
}

/* Scroll 5 */

.sc5::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sc5::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgba(255,255,255,0);
}

.sc5::-webkit-scrollbar-thumb {
  background-image: linear-gradient(45deg, #00aeff, #a68eff);
  border-radius: 8px;
  -webkit-box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}

/* Scroll 6 */

.sc6::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sc6::-webkit-scrollbar-track {
  /*border-radius: 10px;*/
  background-color: #cdedfd;
}

.sc6::-webkit-scrollbar-thumb {
  background-color: #cdedfd;
  background-image: linear-gradient(319deg, #cdedfd 0%, #ffec82 37%, #ffcfd2 100%);
  /*border-radius: 10px;*/
}

@media (max-width: 767px) {
  .d-xs-none {
    display: none !important;
  }
}

.dropdown .dropdown-menu2 {
  width: calc(100% - 1.5rem);
  left: .75rem;
  margin-top: .125rem;
}

@media (min-width: 576px) {
  .dropdown .dropdown-menu2 {
    width: calc(100% - 1.5rem);
    left: 0;
    margin-top: 26px;
  }
}

.iconbutt-link {
  color: #ffffff;
  text-decoration: none;
}

.iconbutt-link:hover, .iconbutt-link:focus {
  color: #ffe298;
}

@media (min-width: 768px) {
  .sidebar.toggled {
    overflow: hidden;
    width: 6.5rem !important;
  }
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.8rem 1rem 0.8rem 1rem;
    width: 14rem;
    font-size: .85rem;
  }
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 768px) {
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    /*padding: 0.7rem;*/
    width: 6.5rem;
    font-size: .6rem;
  }
}

* {
  margin: 0px;
  padding: 0px;
}

.speechbox1 {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #00bfb6;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-family: arial;
  position: relative;
}

/* speech bubble 13 */

.sb1a:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #00bfb6;
  border-right: 15px solid transparent;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

/* speech bubble 14 */

.sb1b:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #00bfb6;
  border-top: 15px solid #00bfb6;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

.speechbox2 {
  position: relative;
  background: #ff9898;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  width: 100px;
  height: 30px;
  border-radius: 8px;
  padding: 0px;
}

.sb2a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #ff9898;
  border-width: 5px 5px 5px 0;
  top: 50%;
  left: -5px;
  margin-top: -5px;
}

.divider-custom {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-top-color: rgba(0,0,0,0.1);
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 0rem .5rem 0rem;
  color: #3a3b45;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.pointer {
  cursor: pointer;
}

