/** SHEET MUSIC **/
.custom-row {
    width: 100%;
    margin: 0;
    overflow: hidden;
    margin: 20px 0;
}
.popular-cont {
    width: 250px;
    margin-bottom: 30px;
    display: block;
}
.divTable.MusicTable {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.divTable.MusicTable .divTableCell {
    padding: 5px 0px;
}
.divTable.MusicTable .divTableBody .divTableCell {
    font-size: 18px;
}
.divTableRow.premium {
    background: #EDEDED;
}
.divTableCell.first {
    width: 70%;
}
.divTableCell.last {
    width: 130px;
    text-align: center;
}
.divTableRow.premium .divTableCell.last {
    background: #27aae1;
    color: #fff;
}
.divTable {
    display: table;
}
.divTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
}
.divTableBody {
    display: table-row-group;
}
.pagination-music-list {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.pagination-music-list a {
    padding: 20px;
}

/*** SELECT OPTION ***/
.selectdiv {
    position: relative;
    float: left;
    min-width: 300px;
    margin: 30px 0;
}
.selectdiv:after {
    content: '\f0d7';
    font: normal normal normal 45px/1 FontAwesome;
    color: #fff;
    right: 0px;
    top: 5px;
    height: 44px;
    padding: 0 10px;
    background: #2080BC;
    position: absolute;
    pointer-events: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
select::-ms-expand {
    display: none;
}
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 45px;
    float: right;
    margin: 5px 0px;
    padding: 0px 15px;
    font-size: 18px;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #2080BC;
    border-radius: 10px;
    -ms-word-break: normal;
    word-break: normal;
}

/** ADMIN SIDE **/
.heading {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.frm-music {
    padding: 30px 0 60px;
}
.primary-frm, .secondary-frm, .bottom-frm {
    margin: 30px 0;
}
.primary-frm div {
    display: inline-block;
    width: 42%;
    padding-right: 20px;
}
.secondary-frm div {
    display: block;
    width: 82%;
}
.bottom-frm div {
    display: inline-block;
    vertical-align: top;
}
.bottom-frm div.col1 {
    width: 15%;
}
.bottom-frm div.col2 {
    width: 32%;
    padding: 0 20px;
}
.bottom-frm div.col3 {
    width: 32%;
    padding: 0 20px;
}
.bottom-frm div.col4 {
    width: 15%;
}
.bottom-frm label {
    display: block;
    font-size: 18px;
}
.bottom-frm input {
    font-size: 18px;
}
.bottom-frm input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
}
.bottom-frm input[type="checkbox"],
.bottom-frm input[type="radio"] {
    margin: 5px 5px 5px 0px;
}
.text-center {
    text-align: center;
}
.frm-music .cta-save {
    padding: 10px 60px;
    background: #4A9EF9;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border: none;
    margin: 20px 0;
}

/* ==================================================================
   RESPONSIVE HEADER SWITCH – HIDE WRONG HEADER ON WRONG DEVICE
   ================================================================== */
@media (min-width: 992px) {
    /* DESKTOP: Hide mobile header completely */
    .mobile-header-wrapper,
    .mmf-mobile-header,
    #mobile-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {
    /* MOBILE/TABLET: Hide desktop header completely */
    .desktop-header-wrapper,
    .mmf-desktop-header {
        display: none !important;
    }
}

/* ==================================================================
   MOBILE HEADER FULL STYLING
   ================================================================== */
.mmf-mobile-header {
    position: sticky;
    top: 0;
    background: #295788;
    z-index: 99999;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.mmf-mobile-header .inner {
    display: flex;
    align-items: center;
    width: 100%;
}
.mmf-mobile-header .logo {
    flex: 0 0 90px;
    width: 90px;
}
.mmf-mobile-header .logo img {
    height: 80px;
    width: auto;
    display: block;
}
.mmf-mobile-header .search-form {
    flex: 1;
    min-width: 0;
    margin: 0 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.mmf-mobile-header .search-form .spacer {
    width: 5px !important;
    flex-shrink: 0 !important;
}
.mmf-mobile-header .search-form img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}
.mmf-mobile-header .search-form input[type=text] {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
}
.mmf-mobile-header .hamburger {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
.mmf-mobile-header .hamburger span {
    width: 38px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    transition: all .3s ease;
}
#mobile-menu {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
#mobile-menu.open {
    max-height: 5000px;
}
#mobile-menu > a {
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #eee;
    min-height: 96px;
    text-decoration: none;
}
#mobile-menu > a.cta {
    background: #16BAC5 !important;
    color: #FFF !important;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0 20px 20px;
    justify-content: flex-start;
    min-height: 96px;
    border-bottom: none;
    transition: background .25s ease;
}
#mobile-menu > a.cta:hover {
    background: #129EA3 !important;
}
.menu-section {
    background: #295788;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    border-bottom: 1px solid #1e4470;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.menu-section .arrow {
    width: 36px;
    height: 36px;
    transition: transform .3s ease;
}
.menu-section.open .arrow {
    transform: rotate(180deg);
}
.menu-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.menu-content.open {
    max-height: 3000px;
}
.menu-content a {
    padding: 16px 30px;
    font-size: 20px;
    color: #1a1a1a;
    border-bottom: 1px solid #EEE;
    display: flex;
    align-items: center;
    min-height: 76px;
    transition: background .2s ease, color .2s ease;
}
.menu-content a:hover {
    background: #F5F5F5;
    color: #295788;
}
.menu-section .arrow {
    stroke: #FFF;
}

/* Small mobile tweak */
@media (max-width: 380px) {
    .mmf-mobile-header .search-form input[type=text] {
        font-size: 16px;
        padding: 10px;
    }
}
