body {
  font-family: 'Lato-Regular', sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #958FB2;
  background-color: #161326;
  width: 640px;
  height: 421px;
  outline: 1px solid #332E4D;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column; }

iframe {
  display: block;
  width: 640px;
  height: 288px;
  border: none;
  align-self: center; }

.content-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.main {
  position: relative;
  padding: 30px; }

.fl {
  float: left; }

.fr {
  float: right; }

.btn {
  font-size: 16px;
  white-space: nowrap;
  padding: 0 16px;
  padding-top: 5px;
  min-width: 80px;
  height: 36px;
  color: #F4F2FF;
  background-color: #E6004C;
  text-align: center;
  transition: 0.15s;
  cursor: default; }
  .btn:hover, .btn:active {
    background-color: #FF0055; }
  .btn.disabled {
    opacity: 0.3;
    pointer-events: none; }

.btn-text {
  position: relative;
  padding: 0 16px;
  padding-top: 5px;
  min-width: 0;
  color: #F4F2FF;
  background-color: transparent; }
  .btn-text:hover, .btn-text:active {
    background-color: #332E4D; }
  .btn-text.btn-text-bordered {
    border: 1px solid #5F5980; }

.img-btn {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden; }
  .img-btn img {
    position: absolute;
    top: 0;
    left: 0; }
  .img-btn img:nth-of-type(2) {
    opacity: 0;
    transition: 0.15s; }

.img-btn:hover img:nth-of-type(2) {
  opacity: 1; }
