body {
    font-family: 'Cairo', 'sans-serif';
}

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}
.artistBody {
    padding-top: 90px;
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    min-height: 100vh;
    margin: 0;
}

.profiletitle {
    color: white;
    margin-right: 20px;
}

.artistName {
    color: white;
    font-size: 40px;
}

.email {
    color: white;
    font-size: 20px;
}

.toggle-btn {
    color: white;
    font-size: 20px;
    text-align: center;
}

.audiotogle, .videotoggle {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 30px;
    text-align: right;
}

.buyimage {
    width: 80%;
    height: 80%;
    border-radius: 10px;
}

.heart {
    color: white;
}

.leftside {
    border-right: 1px solid white;
}

.spantext {
    color: white;
    margin: 10px;
}

.data {
    background: #2b2b2b;
    color: #fff;
    font-size: 1rem;
    text-align: end;
    background: rgba(67, 101, 103, 0.7);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
    text-align: right;
    padding: 8px;
    margin-top: 8px;
}

#toggleBuy {
    color: red;
    text-align: right;
}
.card-image-circle {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.camera-overlay {
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#previewImage {
    opacity: 0.7;
}

.camera-icon i {
    color: #45E6D2;
}

input[type="file"] {
    display: none;
}