@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Michroma&display=swap');
.custom-dropzone {
    border: 1px solid #d7d7d7;
    padding: 43px;
    border-radius: 13px;
    box-shadow: 6px 6px 10px #e3e3e3;
    margin-bottom: 23px;
}

.dropbox-main {}

.svg-ico-drop {}

.svg-ico-drop svg {
    width: 50px;
    margin-bottom: 18px;
}

.heading-dropbox {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-dropbox {}

.desktop-hide {
    display: none;
}

.dropbox-btn {
    margin-top: 22px;
}

.content-mobilemodal {
    text-align: center;
    padding: 22px;
}

.modalimage img {
    width: 120px;
    border-radius: 45px;
}

button.btn-download {
    border: 0px;
    padding: 10px;
    width: 48%;
    margin-top: 30px;
    font-family: "Jost", sans-serif;
    border-radius: 100px;
    background: #000000;
    color: white;
    font-weight: bold;
}

.close {
    background: #000000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    right: 12px;
    top: 10px;
    color: white;
    border: 1px solid white;
    cursor: pointer;
}

.modal-content {
    background-color: #06122c !important;
}

.modaltitle {
    color: white;
    font-weight: bold;
    font-size: 19px;
    font-family: "Michroma", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.modaldesc {
    color: white;
    font-family: "Jost", sans-serif;
}

@media only screen and (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
    }
    .cover__image .ratio {
        width: 160px !important;
    }
    .cover__image {
        display: flex !important;
        justify-content: center;
    }
    .info-list {
        justify-content: center;
    }
    .abbx {
        justify-content: center;
    }
    #player {
        bottom: 125px;
    }
    .mobb {
        text-align: center;
    }
    .mainradiosection {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        -ms-border-radius: 20px !important;
        -o-border-radius: 20px !important;
    }
    .mainradiosection .cover .cover__image img {
        width: 200px;
        height: auto;
    }
    .mobile-bottom-navigator {
        background: rgb(147 51 234 / 91%);
        width: 97%;
        height: 60px;
        position: fixed;
        bottom: 18px;
        left: 11px;
        right: 0;
        border-radius: 11px;
        z-index: 1000;
    }
    .bottom-nav-item svg {
        width: 30px;
    }
    .bottom-nav-mobile.d-flex {
        align-items: center;
        height: 60px;
    }
    .bottom-nav-item {
        width: 20%;
        text-align: center;
    }
}
