.cursor-pointer{
    cursor: pointer;
}

.bg-danger-light{
    background-color: #ff7675;
}

#alert-message{
    width: fit-content;
    width: 100%!important;
    max-width: 500px!important;
    position: fixed;
    z-index: 1000;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.text-black{
  color: black!important;
}

.card-member {
    position: relative;
    display: flex;
    width: 395px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(35, 65, 112, 0.9)!important;
    /* background-image: linear-gradient(0deg, rgba(45, 52, 54, 0.5), rgba(45, 52, 54, 0.5)), url('https://cdn.shopify.com/s/files/1/0423/9120/8086/files/logo-delamibrands.svg?v=1693382285'); */
    /* background-repeat: no-repeat; */
    background-clip: border-box;
    border: 1px solid #234170!important;
    border-radius: 7px;
  }
  
  .light {
    color: #bcbcbc;
    font-size: 11px;
  }

.details{
    background-color: #e2e8f0;
    min-height: 100vh;
}

.text-brown{
    color: #954535;
}

.text-gold{
    color: #FFA500;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.edit{
    /* background-color: #e2e8f0;
    min-height: 100vh; */
    background-image: url("../img/background.jpg");
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.edit .card{
    
    /* background-image: url("../img/background.jpg");
    background-position: center; */
    background-color: rgba(255, 255, 255, 0.5)!important; 
}