@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

body {
    height: 100dvh;
    margin: 0;
    padding: 0;
    font-family: 'Mukta', sans-serif;
    /* for spinning animation
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    */
}

.disabled {
    pointer-events: none;
    cursor: default;
    color: #CECECE;
}

.card {
    width: 23rem;
    border: none;
    background-color: transparent;
    color: white;

    margin-top: .5rem;
}

#cover {
    border-radius: 15px;
}

.text-left {
    text-align: left;
}

#title {
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;

    font-size: 1.3rem;
}

#artist {
    font-weight: 400;
    padding-top: 0;
    margin-top: 0;

    font-size: 1rem;
    color: #CECECE;
}

#current-time, #duration {
    color: #F5F5F5;
    font-size: .7rem;
    font-weight: 500;
    padding-top: 5px;
}

/* Footer menu styling */

.footer-menu {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
 
}

.footer-menu .btn {
    height: 50px; /* Set a fixed height */
    display: flex; /* Ensure buttons remain flex containers */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    margin: 0 5px; /* Optional: add some spacing between buttons */
    border-radius: 15px;
    border: none !important;
}

.footer-menu .btn:hover, .footer-menu .btn:focus {
    height: 50px; /* Set a fixed height */
    display: flex; /* Ensure buttons remain flex containers */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    margin: 0 5px; /* Optional: add some spacing between buttons */

    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    border: none !important;
}

/* menu */

.menu-icon {
    color: white;
    cursor: pointer;
}

.btn-large {
    width: 10rem; /* Adjust as needed */
}

.swa {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 15px;
}


.dotted-line {
    border-top: 4px dotted white; /* Create a dotted line */
    width: 80%; /* Full width of the button */
    background: transparent; /* Ensure the background is transparent */
}

/* profile */

.modal-header {
    background-color: black;
    color: white;

    border: none;
}

.modal-body {
    background-color: black;
    
    color: white;
}

.modal-content {
    --bs-modal-bg: transparent !important;
}

.modal-footer {
    background-color: black;

    border: none;
}

h6 {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid white; 
    line-height: 0.1em;
    margin: 10px 0 20px;

} 
 
h6 span { 
    background: black; 
    padding:0 10px; 
}

.login-field {
    background-color: #232323 !important;
    color: white !important;
    border: none !important;

    border-radius: 10px;

    margin-bottom: .5rem;

    height: 2.5rem;
    
}

.login-field:disabled {
    background-color: #444444;
    color: #CECECE;
    user-select: none;
}

.login-field::placeholder {
    color: #D9D9D9;
    opacity: 50%;
    font-size: .9rem;
}

.login-field:focus {
    background-color: #232323;
    color: white;
    border-radius: 10px;

    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.login-field::-ms-reveal {
    filter: invert(100%);
}

label {
    color: #D9D9D9;
    margin: 0 !important;
}

.side-btn {
    height: 2.5rem;
    color: white;
    background: #151515;
}

.side-btn:disabled {
    background: #444444;
    opacity: 100% !important;
    border: none;
    color: #CECECE;

}

.side-btn:hover {
    background: #444444;
}

.side-btn:focus {
    background: #151515;
}

.fast-login-btn {
    color: white;
    background: transparent;
    border-radius: 10px;
}

.fast-login-btn:hover {
    background: #0b1322;
}

.fast-login-btn:focus {
    background: #0b1322;
}

.btn-dark {
    background: #444444;
    color: white;
    border: 1px #444444 solid;
    border-radius: 10px;
}

.btn-dark:hover {
    border: 1px white solid;
}

/* library */

.search-bar {
    background-color: black;
    color: white;
    border: none;
    
}

.search-bar:disabled {
    background-color: #0b1322;
    color: #CECECE;
    user-select: none;
}

.search-bar::placeholder {
    color: #D9D9D9;
    opacity: 50%;
    font-size: 1rem;
}

.search-bar:focus {
    background-color: black;
    color: white;
    border-radius: 10px;

    box-shadow: none;
}

.search-bar::-ms-reveal {
    filter: invert(100%);
}

.main-btn {
    background-color: #0F203E !important;
    color: #F5F5F5 !important;
}

.main-btn:hover {
    background-color: #0b1322 !important;
}

.main-btn:focus {
    background-color: #0F203E !important;
    border: none;
}

button:disabled {
    border: none;
}

.delete-song {
    background-color: transparent;
    border: none;
}

/* icon animation like dislike */

.icon-animation {
    animation: popIn 0.5s ease-out;
}

@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* share options */

.btn-share {
    background-color: transparent;
    color: white;
    padding-left: 0 !important;
    border: none;
}

.btn-share:hover, .btn-share:focus, .btn-share:active {
    background-color: transparent;
    color: white;
}

/* Lauren response container */

.fade-in {
    display: inline-block;
    opacity: 0;
    animation: fade-in 0.2s ease-in forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.response-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 30%;
    background-color: transparent;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.response-box {
    max-height: calc(100% - 50px);
    overflow-y: auto;
    margin-top: 10px;
    padding: 10px;
    background-color: #222;
    border-radius: 8px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 90%;
    text-align: left;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.d-none {
    display: none;
}

dotlottie-player {
    margin-top: -1.4em;
}