  /* .smaller-select {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
  }

  .smaller-label {
    font-size: .875rem;
  } */

  .smaller-select {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .2rem;
  }

  .smaller-label {
    font-size: 1rem;
  }

  .form-group {
    margin-bottom: .5rem;
  }

  .btn-group .btn {
    font-size: .8rem;
    margin: 2px;

  }

  .btn-group-vertical .btn {
    font-size: .675rem;
    margin-bottom: 10px;
    border-radius: .2rem;

  }

  .btn-option {
    font-size: .875rem;
    margin: 5px;
  }

  .dropdown.custom-dropdown {
  padding-bottom: 8px; /* Adjust this value to your preference */
  width: 100%;
}

.dropdown.custom-dropdown .dropdown-toggle {
  width: 100%;
}

.dropdown.custom-dropdown .dropdown-menu {
  width: 100%;
}



.dropdown.custom-dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dropdown.custom-dropdown .dropdown-toggle .selected-color {
  margin-right: 10px;
}

.dropdown.custom-dropdown .dropdown-toggle .selected-color-name {
  flex-grow: 1;
  text-align: left;
}

/* #coin-search-results {
    position: absolute;
    z-index: 1000;
    width: 50%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 0.5px solid #ccc;
} */

.search-container {
    position: relative;
  }

#coin-search-results {
    position: absolute;
    left: 0%;  
    top: 100%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%; 
    max-width: 200%; 
    z-index: 1;
  }

  #coin-search {
    background-image: url(); 
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 30px;
}

.clickable {
    cursor: pointer;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
  /* background-color: grey;
  border-color: grey; */


}
