.laLyricsWidget-wrapper{
width: 100%;
}
.laLyricsWidget-inner{
box-sizing: border-box;
padding-top: 35px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
border: 1px solid #e0def5;
background-color: rgba(242,241,251,0.21) !important;
border-radius: 10px !important;
max-width: 900px;
margin: 0 auto;
}
.laLyricsWidget-heading-text{
text-align: center;
font-size: 32px;
line-height: 42px;
max-width: 60%;
margin: 20px auto;
font-weight: 600;
}
.laLyricsWidget-heading-text u{
color: rgb(30, 132, 73);
text-decoration: none;
}
.laLyricsWidget-subheading-text{
font-size: 22px;
max-width: 70%;
margin: 0 auto 60px auto;
text-align: center;
}
.laLyricsWidget-form-group {
margin-top: 16px;
margin-bottom: 16px;
}
.laLyricsWidget-form-group label {
display: block;
margin-bottom: 5px;
color: rgb(2, 35, 28);
vertical-align: middle;
font-weight: 400;
}
.laLyricsWidget-form-group .laLyricsWidget-form-example{
font-size: 13px;
margin-left: 15px;
margin-bottom: 13px;
}
.laLyricsWidget-form-group .laLyricsWidget-form-control{
padding: 0 15px;
max-width: 100%;
width: 100%;
height: 42px;
border: 2px solid rgba(0,0,0,0.1);
border-radius: 5px;
background-color: #fff;
box-shadow: none;
color: inherit;
vertical-align: middle;
font-size: 14px;
transition: border-color .5s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.laLyricsWidget-form-group .laLyricsWidget-form-control:focus{
outline: none;
border-color: rgba(0,0,0,0.15);
transition: border-color .4s ease;
}
.laLyricsWidget-form-group textarea.laLyricsWidget-form-control{
overflow: auto;
padding: 10px 15px;
min-height: 190px;
}
.laLyricsWidget-form-group select.laLyricsWidget-form-control{
padding-right: 30px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
background-position: right 10px top 50%;
background-size: auto 18px;
background-repeat: no-repeat;
}
.laLyricsWidget-submit-btn{
width: 100% !important;
background: #1e8449 !important;
color: #fff !important;
font-size: 22px !important;
margin-top: 16px !important;
letter-spacing: 2px;
padding-top: 10px !important;
padding-bottom: 10px !important;
cursor: pointer !important;
border: 1px solid #1e8449 !important;
transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
margin-bottom: 60px;
outline: none !important;
}
.laLyricsWidget-submit-btn:hover{
color: #fff;
box-shadow: inset 0 0 200px rgba(0,0,0,0.1);
}
.laLyricsWidget-form-update-email{
font-size: 13px;
margin-top: 24px;
}
.laLyricsWidget-submit-btn.processing, .processing:focus{
background: rgb(136, 136, 136) !important;
border-color: rgb(136, 136, 136) !important;
outline: none !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
.laLyricsWidget-submit-btn.error{
background: red !important;
border: 1px solid red !important;
}
.laLyricsWidget-form-control.required{
border-color: red;
}
.laLyricsWidget-form-group.laLyricsWidget-form-group-passcode{
max-width: 70%;
margin: 0 auto;
margin-bottom: 90px;
}
.laLyricsWidget-form-messenger{
margin-bottom: 30px;
max-width: 480px;
}
.laLyricsWidget-form-content{
display: flex;
justify-content: space-between;
}
.laLyricsWidget-form-group-passcode .laLyricsWidget-form-content input.laLyricsWidget-form-control{
max-width: 370px;
height: 54px !important;
margin-right: 15px;
}
.laLyricsWidget-form-group-passcode .laLyricsWidget-submit-btn.laLyricsWidget-submit-btn-passcode{
width: 100% !important;
margin: 0 !important;
max-width: 200px;
}
.laLyricsWidget-submit-btn.laLyricsWidget-submit-btn-newrequest{
margin: 0 !important;
width: 100% !important;
max-width: 300px;
}
.laLyricsWidget-form-massage-error{
display: none;
color: red;
}
.laLyricsWidget-existing-userview{
max-width: 60%;
text-align: center;
margin: 0 auto;
}
.laLyricsWidget-lyric-view{
margin-bottom: 60px;
text-align: center;
}
.laLyricsWidget-lyric-sample-part-1, .laLyricsWidget-lyric-sample-part-2{
font-size: 20px;
}
.laLyricsWidget-lyric-sample-part-2{
filter: blur(8px);
-webkit-filter: blur(8px);
}
@media only screen and (max-width: 768px){
.laLyricsWidget-existing-userview, 
.laLyricsWidget-heading-text, 
.laLyricsWidget-subheading-text,
.laLyricsWidget-form-group.laLyricsWidget-form-group-passcode{
max-width: 100%;
}
}
.loader {
display: block;
width: 48px;
height: 48px;
border-radius: 50%;
position: relative;
animation: rotate 1s linear infinite;
left: calc(50% - 30px);
}
.loader::before {
content: "";
box-sizing: border-box;
position: absolute;
inset: 0px;
border-radius: 50%;
border: 5px solid #1e8449;
animation: prixClipFix 2s linear infinite ;
}
@keyframes rotate {
100%   {transform: rotate(360deg)}
}
@keyframes prixClipFix {
0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
body .laLyricsWidget-lyric-view button.laLyricsWidget-submit-btn.laLyricsWidget-unlock-lyric-btn{margin-bottom:-200px;z-index:9;}
@media (max-width:540px){
.laLyricsWidget-form-group-passcode .laLyricsWidget-form-content{flex-wrap:wrap;gap:15px}
.laLyricsWidget-form-group-passcode .laLyricsWidget-form-content #laLyricsWidget-passcode,
.laLyricsWidget-form-group-passcode .laLyricsWidget-form-content #laLyricsWidget-submit-btn{max-width:100%; flex:0 0 100%;margin-right:0}
}.lmw-contents-table-wrapper {
margin: 20px 0;
padding: 15px;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 5px;
}
.lmw-contents-table-wrapper p {
margin: 0 0 10px 0;
font-weight: bold;
}
.lmw-contents-table-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
.lmw-contents-table-wrapper ul li {
margin: 5px 0;
}
.lmw-contents-table-h2 {
font-weight: bold;
color: #333;
text-decoration: none;
}
.lmw-contents-table-h3 {
margin-left: 20px;
color: #666;
text-decoration: none;
}
.lmw-contents-table-h2:hover,
.lmw-contents-table-h3:hover {
text-decoration: underline;
}