.pedir_musica_modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    color: #fff;
}

.pedir_musica_modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
    top: 0;
    padding: 5vw;
    cursor: pointer;
}

.pedir_musica_modal .submit-loader--js {
    background: rgba(0, 0, 0, .9);
}

.pedir_musica_modal .pedir_musica_modal__title {
    color: var(--theme-color-white) !important;
    margin-bottom: 30px;
}

.peca_sua_musica {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.row.pedir-musica a img {
    box-shadow: 0px 4px 13px 0px rgb(0 0 0 / 14%);
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all .3s;
    opacity: 0.9;
}

.row.pedir-musica a img:hover {
    opacity: 1;
    border: 2px solid #000000;
}

.bloco-home.bloco-peca-musica .peca_sua_musica small,
.bloco-home.bloco-peca-musica .peca_sua_musica form legend {
    font-family: 'Panton', "Open sans", sans-serif !important;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
    width: 100%;
}

.peca_sua_musica .submit-message--js {
    max-width: 280px;
    text-align: center;
}

.peca_sua_musica .submit-message--js .fa {
    display: block;
}

.peca_sua_musica .submit-message--js.error {
    background: #ffbbbb;
    color: #9c0000;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(51, 51, 51, 1);
    -moz-box-shadow: 0px 0px 20px -6px rgba(51, 51, 51, 1);
    box-shadow: 0px 0px 20px -6px rgba(51, 51, 51, 1);
}

.peca_sua_musica .submit-message--js.success {
    background: #c7ffaa;
    color: #1c4421;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(51, 51, 51, 1);
    -moz-box-shadow: 0px 0px 20px -6px rgba(51, 51, 51, 1);
    box-shadow: 0px 0px 20px -6px rgba(51, 51, 51, 1);
}

.peca_sua_musica input,
.peca_sua_musica select {
    font-family: 'Panton', 'Open Sans', sans-serif;
    font-size: 16px;
    background: #FFF;
    color: #000;
    outline: none;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 8px;
    margin: 5px 0;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.peca_sua_musica select {
    height: 38px;
}

.peca_sua_musica .gfm-bt-md {
    width: 280px;
    margin: 0 auto;
}

.peca_sua_musica .gfm-bt,
input [type=submit] {
    height: 45px;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 100px;
    border: none;
    background: linear-gradient(180deg, #FDD65C 0%, #EEBA15 100%);
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-family: 'Panton', 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.peca_sua_musica .submit-loader--js {
    position: absolute;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    width: 316px;
    height: 370px;
    margin-top: 14px;
    text-align: center;
}

.pedir_musica_modal form.peca_sua_musica__form.peca_sua_musica__form--js button[type=submit] {
    width: 100%;
}

.pedir_musica_modal form.peca_sua_musica__form.peca_sua_musica__form--js button[type=submit]:hover {
    color: #000;
}

.home .content-home-outros .bloco-peca-musica .peca_sua_musica form .gfm-bt {
    border: 2px solid #fff;
    transition: all .3s;
}

.home .content-home-outros .bloco-peca-musica .peca_sua_musica form .gfm-bt:hover {
    border: 2px solid #000;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .peca_sua_musica .submit-loader--js {
        left: 30px;
    }
}