*::-webkit-scrollbar {
    width: 0.875rem;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    border: 0.25rem solid transparent;
    background-clip: content-box;
    background-color: #bbbbbb;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow: overlay;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0 !important;
    background-color: #fff;
}

.guest-cover{
    max-width: 80%;
    margin-left: 10%;
    background: #fff;
    border-style: solid;
    border-radius: 10px;
    border-color: #000;
    padding: 5px 5px;
}  

.buttoncss {
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0 25px;
    margin: 10px;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
    line-height: 35px;
    font-weight: 800;
    text-align: center;
}

.font-estetik {
    font-family: 'Inter', cursive !important;
    color: #ffffff !important;
}

.cropper {
    width: 14rem;
    height: 14rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.cropper>img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.btn-music {
    position: fixed;
    bottom: 9vh;
    right: 2vh;
    z-index: 1055;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    z-index: 1055 !important;
}

.card-body {
    overflow-wrap: break-word !important;
}