@-webkit-keyframes ai-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ai-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes backgroundPosition {
0% {
background-position: -140px 0;
}
100% {
background-position: 140px 0;
}
}
@keyframes backgroundPosition {
0% {
background-position: -140px 0;
}
100% {
background-position: 140px 0;
}
}
.ai-wrap {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
padding: 20px;
max-width: 100%;
color: #fff;
background-color: #000;
}
.ai-wrap::after,
.ai-wrap::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ai-wrap * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ai-wrap *::after,
.ai-wrap *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ai-wrap img {
height: auto;
margin: 0;
padding: 0;
max-width: 100%;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.ai-wrap p {
margin: 0;
padding: 0;
font-weight: normal;
line-height: normal;
}
.ai-wrap span {
margin: 0;
padding: 0;
font-weight: normal;
line-height: normal;
}
.ai-wrap a {
border: 0;
text-decoration: none;
text-transform: none;
font-weight: normal;
-webkit-box-shadow: none;
box-shadow: none;
}
.ai-wrap svg {
display: inline-block;
}
.ai-wrap .ai-btn,
.ai-wrap .ai-audio-control {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: auto;
height: auto;
margin: 0;
padding: 0;
max-width: 100%;
min-height: 0;
min-width: 0;
border: 0;
border-radius: 0;
text-align: center;
font-weight: normal;
line-height: normal;
white-space: nowrap;
vertical-align: middle;
background-color: rgba(0,0,0,0);
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-ms-user-select: none;
}
.ai-wrap .ai-btn::before,
.ai-wrap .ai-btn::after,
.ai-wrap .ai-audio-control::before,
.ai-wrap .ai-audio-control::after {
display: none;
}
.ai-wrap .ai-control-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 130px;
}
.ai-wrap .ai-control-wrap-thumb {
position: relative;
flex: none;
width: 130px;
height: 100%;
margin-right: 20px;
overflow: hidden;
line-height: 0;
-webkit-box-flex: 0;
-ms-flex: none;
}
.ai-wrap .ai-control-wrap-thumb::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 300%;
height: 100%;
opacity: 1;
opacity: 0;
background: -webkit-gradient(linear,left top,right top,color-stop(8%,#202020), color-stop(18%,#4d4d4d), color-stop(33%,#202020));
background: linear-gradient(to right, #202020 8%, #4d4d4d 18%, #202020 33%);
background-size: 500px;
-webkit-animation-name: backgroundPosition;
animation-name: backgroundPosition;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.ai-wrap .ai-control-wrap-thumb img {
margin: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
border:1px solid #C3C3C3 !important;
border-radius:5px solid #c3c3c3 !important;
}
.ai-wrap .ai-control-wrap-controls {
position: relative;
width: 100%;
}
.ai-wrap .ai-audio-controls-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
width: 100%;
margin-bottom: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
}
.ai-wrap .ai-audio-control {
display: block;
position: relative;
flex: none;
width: 50px;
height: 50px;
padding: 0;
border-radius: 50%;
vertical-align: middle;
color: #fff;
opacity: 1;
background-color: #b07d12;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
-webkit-box-flex: 0;
-ms-flex: none;
}
.ai-wrap .ai-audio-control:hover,
.ai-wrap .ai-audio-control:focus {
border: 0;
background-color: #b07d12;
}
.ai-wrap .ai-audio-control:focus,
.ai-wrap .ai-audio-control:active {
outline: 0;
}
.ai-wrap .ai-audio-control.ai-audio-playing svg {
left: 0;
}
.ai-wrap .ai-audio-control svg {
position: relative;
top: 1px;
left: 2px;
height: 16px;
fill: #fff;
}
.ai-wrap .ai-track-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex: auto;
flex-direction: column;
justify-content: center;
width: 0;
padding-left: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-box-flex: 1;
-ms-flex: auto;
}
.ai-wrap .ai-track-title {
margin: 0 0 4px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
white-space: nowrap;
color:#b07d12 !important;
}
.ai-wrap .ai-track-title span {
opacity: 1;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.ai-wrap .ai-track-subtitle {
margin: 0;
font-size: .8125em;
line-height: normal;
opacity: .7;
}
.ai-wrap .ai-track-subtitle span {
opacity: 1;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.ai-wrap .ai-audio-controls-progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-bottom: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
}
.ai-wrap .ai-track-progress-bar {
display: block;
position: relative;
flex: 1;
height: 5px;
background-color: #202020;
cursor: pointer;
-webkit-box-flex: 1;
-ms-flex: 1;
}
.ai-wrap .ai-track .ai-track-progress-bar {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: rgba(0,0,0,0);
}
.ai-wrap .ai-track .ai-track-progress-bar:hover {
background-color: rgba(255,255,255,.3);
}
.ai-wrap .ai-track-progress {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #b07d12;
-webkit-transition: width .28s ease;
transition: width .28s ease;
pointer-events: none;
}
.ai-wrap .ai-track .ai-track-progress {
opacity: .5;
background-color: #fff;
}
.ai-wrap .ai-track-time {
flex: none;
width: 65px;
text-align: right;
font-size: 13px;
opacity: .7;
cursor: pointer;
-webkit-box-flex: 0;
-ms-flex: none;
}
.ai-wrap .ai-audio-volume-control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
}
.ai-wrap .ai-audio-volume-bars {
float: left;
height: 34px;
margin-right: 3px;
}
.ai-wrap .ai-audio-volume-bars::after {
content: "";
display: table;
clear: both;
}
.ai-wrap .ai-volume-bar {
float: left;
position: relative;
width: 4px;
height: 100%;
border-right: 1px solid #000;
background-color: #202020;
cursor: pointer;
}
.ai-wrap .ai-volume-bar::before {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: background-color .18s ease;
transition: background-color .18s ease;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
background-color: #b07d12;
}
.ai-wrap .ai-volume-bar:nth-child(1)::before {
height: 0%;
}
.ai-wrap .ai-volume-bar:nth-child(2)::before {
height: 10%;
}
.ai-wrap .ai-volume-bar:nth-child(3)::before {
height: 20%;
}
.ai-wrap .ai-volume-bar:nth-child(4)::before {
height: 30%;
}
.ai-wrap .ai-volume-bar:nth-child(5)::before {
height: 40%;
}
.ai-wrap .ai-volume-bar:nth-child(6)::before {
height: 50%;
}
.ai-wrap .ai-volume-bar:nth-child(7)::before {
height: 60%;
}
.ai-wrap .ai-volume-bar:nth-child(8)::before {
height: 70%;
}
.ai-wrap .ai-volume-bar:nth-child(9)::before {
height: 80%;
}
.ai-wrap .ai-volume-bar:nth-child(10)::before {
height: 90%;
}
.ai-wrap .ai-volume-bar:nth-child(11)::before {
height: 100%;
}
.ai-wrap .ai-audio-volume-control-btns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
}
.ai-wrap .ai-audio-volume-control-btns .ai-btn {
height: 50%;
font-size: 10px;
}
.ai-wrap .ai-audio-volume-control-btns .ai-btn:first-child {
margin-bottom: 1px;
}
.ai-wrap .ai-audio-volume-control-btns .ai-btn:last-child {
margin-top: 1px;
}
.ai-wrap .ai-audio-volume-control-btns .ai-btn svg {
height: 6px;
}
.ai-wrap .ai-audio-controls-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
opacity: 1;
-webkit-transition: opacity .36s ease;
transition: opacity .36s ease;
}
.ai-wrap .ai-audio-controls-meta::after {
content: "";
display: table;
clear: both;
}
.ai-wrap .ai-audio-controls-meta .ai-btn {
margin-right: 4px;
}
.ai-wrap .ai-btn {
width: 32px;
height: 34px;
padding: 0;
text-decoration: none;
text-transform: none;
font-size: 14px;
font-style: normal;
color: #fff;
background-color: #202020;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: color .18s ease;
transition: color .18s ease;
}
.ai-wrap .ai-btn svg {
position: relative;
height: 10px;
-webkit-transition: fill .18s ease;
transition: fill .18s ease;
fill: #fff;
}
.ai-wrap .ai-btn:hover {
border: 0;
background-color: #202020;
}
.ai-wrap .ai-btn.ai-btn-active {
color: #fff;
background-color: #b07d12;
}
.ai-wrap .ai-btn.ai-btn-active svg {
fill: #fff;
}
.ai-wrap .ai-btn-repeat svg {
top: 2px;
height: 17px;
}
.ai-wrap .ai-btn-shuffle svg {
top: 2px;
left: -1px;
height: 14px;
}
.ai-wrap .ai-tracklist-toggle {
margin-right: 0;
margin-left: auto;
}
.ai-wrap .ai-tracklist-toggle svg {
top: 2px;
height: 16px;
}
.ai-wrap .ai-btn-skip-position,
.ai-wrap .ai-btn-playback-rate {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: -0.05em;
}
.ai-wrap .ai-tracklist-wrap {
opacity: 1;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.ai-wrap .ai-tracklist-open {
margin-top: 20px;
}
.ai-wrap .ai-tracklist-open + .ai-footer {
margin-top: -1px;
border-top: 0;
}
.ai-wrap .ai-tracklist {
margin: 0;
padding: 0;
list-style: none;
}
.ai-wrap .ai-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
height: 50px;
margin: 0 0 5px;
padding: 0;
list-style: none;
background-color: #000;
-webkit-transition: background-color .18s ease;
transition: background-color .18s ease;
cursor: pointer;
}
.ai-wrap .ai-track:hover,
.ai-wrap .ai-track.ai-track-active {
color: #b07d12;
background-color: #000;
font-weight:900;
}
.ai-wrap .ai-track:hover .ai-track-btn,
.ai-wrap .ai-track.ai-track-active .ai-track-btn {
color: #fff;
}
.ai-wrap .ai-track:hover .ai-track-btn svg,
.ai-wrap .ai-track.ai-track-active .ai-track-btn svg {
fill: #fff;
}
.ai-wrap .ai-track-control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex: 1;
align-items: center;
height: 100%;
border-left: 1px solid #000;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-flex: 1;
-ms-flex: 1;
}
.ai-wrap .ai-track-control:first-child {
border-left: 0;
}
.ai-wrap .ai-track-thumb {
display: inline-block;
width: 40px;
margin: 0;
max-height: 100%;
overflow: hidden;
}
.ai-wrap .ai-track-thumb img {
width: 40px;
margin: 0;
max-height: 100%;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
border:1px solid #C3C3C3 !important;
border-radius:5px solid #c3c3c3 !important;
}
.ai-wrap .ai-track-no-thumb {
display: block;
width: 130px;
height: 130px;
text-align: center;
line-height: 150px;
background-color: #202020;
}
.ai-wrap .ai-track-no-thumb svg {
height: 50px;
opacity: .6;
fill: #fff;
}
.ai-wrap .ai-track-no-thumb.ai-track-thumb {
width: 50px;
height: 50px;
line-height: 60px;
}
.ai-wrap .ai-track-no-thumb.ai-track-thumb svg {
height: 16px;
}
.ai-wrap .ai-track-name {
display: inline-block;
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 13px;
line-height: normal;
white-space: nowrap;
}
.ai-wrap .ai-track-control-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-left: auto;
-webkit-box-align: center;
-ms-flex-align: center;
}
.ai-wrap .ai-track-btn {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
padding: 0;
border: 0;
border-left: 1px solid #000;
text-align: center;
font-size: 13px;
line-height: 40px;
color: #fff;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.ai-wrap .ai-track-btn svg {
position: relative;
top: 3px;
height: 15px;
-webkit-transition: fill .18s ease;
transition: fill .18s ease;
fill: #fff;
}
.ai-wrap .ai-track-btn-repeat:hover span {
opacity: 1 !important;
}
.ai-wrap .ai-track-inline-play-btn {
position: relative;
}
.ai-wrap .ai-track-inline-play-btn:first-child {
border-left: 0;
}
.ai-wrap .ai-track-inline-play-btn.ai-is-loading svg {
opacity: 0;
}
.ai-wrap .ai-player-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
grid-gap: 10px;
flex-wrap: wrap;
align-items: center;
margin-top: 20px;
line-height: normal;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-flex-wrap: wrap;
}
.ai-wrap .ai-player-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
grid-gap: 6px;
align-items: center;
justify-content: center;
width: auto;
padding-right: 15px;
padding-left: 15px;
font-size: 13px;
color: currentColor;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.ai-wrap .ai-player-button-icon-only {
width: 32px;
padding: 0;
}
.ai-wrap .ai-player-button-icon {
display: block;
width: 18px;
height: 18px;
}
.ai-wrap .ai-player-button-icon svg {
width: 100%;
height: 100%;
fill: currentColor;
}
.ai-wrap .ai-player-button-icon svg rect,
.ai-wrap .ai-player-button-icon svg path {
fill: currentColor;
}
.ai-wrap .ai-footer {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #202020;
text-align: center;
font-size: 11px;
}
.ai-wrap .ai-footer a {
border: 0;
text-decoration: none;
color: #b07d12;
opacity: 1;
-webkit-box-shadow: none;
box-shadow: none;
}
.ai-wrap .ai-footer a:hover {
border: 0;
color: #b07d12;
opacity: 1;
}
.ai-wrap .ai-footer p {
margin: 0;
font-size: 12px;
opacity: .7;
}
.ai-wrap.ai-is-loading .ai-track-title {
position: relative;
}
.ai-wrap.ai-is-loading .ai-track-title span {
opacity: 0;
}
.ai-wrap.ai-is-loading .ai-track-title::after {
content: "";
position: absolute;
top: -10px;
left: 0;
width: 140px;
height: 8px;
opacity: 1;
background: -webkit-gradient(linear,left top,right top,color-stop(8%,#202020), color-stop(18%,#4d4d4d), color-stop(33%,#202020));
background: linear-gradient(to right, #202020 8%, #4d4d4d 18%, #202020 33%);
background-size: 500px;
-webkit-animation-name: backgroundPosition;
animation-name: backgroundPosition;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.ai-wrap.ai-is-loading .ai-track-subtitle {
position: relative;
}
.ai-wrap.ai-is-loading .ai-track-subtitle span {
opacity: 0;
}
.ai-wrap.ai-is-loading .ai-track-subtitle::after {
content: "";
position: absolute;
top: 2px;
left: 0;
width: 100px;
height: 6px;
opacity: 1;
background: -webkit-gradient(linear,left top,right top,color-stop(8%,#202020), color-stop(18%,#4d4d4d), color-stop(33%,#202020));
background: linear-gradient(to right, #202020 8%, #4d4d4d 18%, #202020 33%);
background-size: 500px;
-webkit-animation-name: backgroundPosition;
animation-name: backgroundPosition;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.ai-wrap.ai-is-loading .ai-audio-controls-meta {
opacity: 0;
}
.ai-wrap.ai-is-loading .ai-audio-control {
opacity: .5;
}
.ai-wrap.ai-is-loading .ai-control-wrap-thumb::after {
opacity: 1;
}
.ai-wrap.ai-is-loading .ai-tracklist-wrap {
opacity: 1;
}
.ai-wrap .ai-tracklist-enter {
opacity: 0;
}
.ai-wrap .ai-tracklist-enter.ai-tracklist-enter-active {
opacity: 1;
-webkit-transition: opacity .5s ease-in;
transition: opacity .5s ease-in;
}
.ai-wrap .ai-scroll-wrap .ai-tracklist {
margin-right: 15px;
}
.ai-wrap .ai-scroll-wrap > div:last-child {
top: 0 !important;
bottom: 0 !important;
background-color: rgba(62,62,62,.5);
}
.ai-wrap .ai-scroll-wrap > div:last-child div {
background-color: #b07d12 !important;
}
.ai-wrap.ai-type-global-footer {
z-index: 999;
position: fixed;
right: 0;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
}
.ai-wrap.ai-type-global-footer .ai-control-wrap {
min-height: 70px;
}
.ai-wrap.ai-type-global-footer .ai-control-wrap-thumb {
width: 80px;
height: 80px;
margin: 0;
line-height: 115px;
}
.ai-wrap.ai-type-global-footer .ai-control-wrap-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
}
.ai-wrap.ai-type-global-footer .ai-audio-controls-main {
flex: auto;
margin: 0;
padding: 0 25px;
-webkit-box-flex: 1;
-ms-flex: auto;
}
.ai-wrap.ai-type-global-footer .ai-audio-controls-meta {
flex: none;
width: auto;
margin-left: 20px;
-webkit-box-flex: 0;
-ms-flex: none;
}
.ai-wrap.ai-type-global-footer .ai-audio-controls-meta-right {
margin-left: auto;
}
.ai-wrap.ai-type-global-footer .ai-track-progress-bar {
flex: initial;
-webkit-box-flex: initial;
-ms-flex: initial;
}
.ai-wrap.ai-type-global-footer .ai-tracklist-toggle {
margin-left: 15px;
}
.ai-wrap.ai-type-global-footer .ai-audio-controls-progress {
margin-bottom: 0;
}
.ai-wrap.ai-type-global-footer .ai-tracklist-wrap {
position: absolute;
bottom: 100%;
width: 100%;
margin: 0;
padding: 20px;
background-color: inherit;
}
.ai-control-spinner {
z-index: 1;
position: absolute;
top: -5px;
left: -5px;
width: calc(100% + 10px);
height: calc(100% + 10px);
border-top: 5px solid rgba(255,255,255,.2);
border-right: 5px solid rgba(255,255,255,.2);
border-bottom: 5px solid rgba(255,255,255,.2);
border-left: 5px solid currentColor;
border-radius: 50%;
text-indent: -9999em;
font-size: 10px;
opacity: 0;
-webkit-animation: ai-spin 1.1s infinite linear;
animation: ai-spin 1.1s infinite linear;
-webkit-transition: opacity .18s ease;
transition: opacity .18s ease;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.ai-audio-loading .ai-control-spinner {
opacity: .8;
}
.ai-control-spinner::after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
}
.ai-track-spinner {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin-top: -10px !important;
margin-left: -10px !important;
border-top: 3px solid rgba(255,255,255,.2);
border-right: 3px solid rgba(255,255,255,.2);
border-bottom: 3px solid rgba(255,255,255,.2);
border-left: 3px solid currentColor;
border-radius: 50%;
text-indent: -9999em;
font-size: 10px;
opacity: 0;
-webkit-animation: ai-spin 1.1s infinite linear;
animation: ai-spin 1.1s infinite linear;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ai-track-loading .ai-track-spinner {
opacity: .8;
}
.ai-track-spinner::after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
}
.ReactModal__Body--open {
overflow: hidden;
}
.ai-modal-overlay {
z-index: 9999;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.3);
}
.ai-modal {
position: absolute;
top: 40px;
left: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 460px;
max-height: calc(100vh - 50px);
max-width: calc(100% - 30px);
border: 1px solid rgba(62,62,62,.4);
border-radius: 4px;
overflow-y: auto;
outline: 0;
color: #000;
background-color: #fff;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.ai-modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
padding: 5px;
}
.ai-modal-dismiss {
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: auto;
height: auto;
margin: 0;
margin-left: auto;
padding: 0;
padding-right: 5px;
padding-left: 5px;
max-width: 100%;
min-height: 0;
min-width: 0;
border: 0;
border-radius: 0;
text-align: center;
font-size: 30px;
font-weight: normal;
line-height: normal;
line-height: 1;
white-space: nowrap;
vertical-align: middle;
color: #000;
background-color: rgba(0,0,0,0);
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-ms-user-select: none;
}
.ai-modal-dismiss::before,
.ai-modal-dismiss::after {
display: none;
}
.ai-modal-dismiss:hover,
.ai-modal-dismiss:active,
.ai-modal-dismiss:focus {
border: 0;
color: #000;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.ai-modal-content {
padding: 0 20px 20px;
white-space: pre-wrap;
}
.ai-with-typography {
font-family: sans-serif;
font-weight: normal;
line-height: normal;
letter-spacing: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ai-with-typography .ai-track-subtitle {
font-size: 13px;
}
.ai-with-typography .ai-track-title {
font-size: 16px;
}
.ai-modal-with-typography {
font-family: sans-serif;
font-size: 15px;
font-weight: normal;
line-height: 1.45;
letter-spacing: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ai-narrow .ai-control-wrap {
flex-wrap: wrap;
height: auto;
-ms-flex-wrap: wrap;
}
.ai-narrow .ai-control-wrap-thumb {
width: 100%;
margin: 0 0 20px;
}
.ai-narrow .ai-audio-controls-meta {
position: relative;
}
.ai-narrow .ai-track-thumb {
display: none;
}
@media (max-width:767px) {
.ai-wrap.ai-type-global-footer .ai-track-time,
.ai-wrap.ai-type-global-footer .ai-thumb,
.ai-wrap.ai-type-global-footer .ai-btn-repeat,
.ai-wrap.ai-type-global-footer .ai-audio-volume-control,
.ai-wrap.ai-type-global-footer .ai-btn-skip-position {
display: none;
}
.ai-wrap.ai-type-global-footer .ai-track-title {
font-size: 15px;
}
.ai-wrap.ai-type-global-footer .ai-audio-controls-main {
padding-right: 10px;
padding-left: 10px;
}
.ai-wrap.ai-type-global-footer .ai-track-info {
padding-left: 10px;
}
.ai-wrap.ai-type-global-footer .ai-audio-controls-meta {
margin-left: 10px;
}
.ai-wrap .ai-audio-volume-control .ai-btn {
display: none;
}
}
@media (max-width:480px) {
.ai-wrap .ai-control-wrap {
flex-wrap: wrap;
height: auto;
-ms-flex-wrap: wrap;
}
.ai-wrap .ai-control-wrap-thumb {
width: 100%;
margin: 0 0 20px;
}
.ai-wrap .ai-audio-controls-meta {
position: relative;
}
.ai-wrap .ai-audio-volume-control {
display: none;
}
.ai-wrap .ai-scroll-wrap .ai-tracklist {
margin-right: 0;
}
}
@media (max-width:320px) {
.ai-wrap .ai-track-thumb {
display: none;
}
}