@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0; } }
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif; }

.main {
  height: 70vh;
  min-height: 600px;
  box-shadow: 0 15px 40px rgba(45, 58, 72, 0.4);
  background-color: #F5F3F3; }

img.cover {
  width: 100%;
  height: auto; }

.left-pane {
  background-color: #FAFAFA; }

.right-pane {
  background-color: #F5F3F3;
  min-height: 100%; }

.description {
  margin-left: -15px;
  color: white; }

.album-name {
  font-size: 1.8rem; }

.card {
  background-color: white;
  box-shadow: 0 5px 13px rgba(46, 53, 72, 0.17); }
  .card .links-container-header, .card .links-container {
    font-size: 0.8125rem; }
  .card .links-container-header {
    color: #BDBDBD; }
  @media (min-width: 992px) {
    .card .links-container {
      height: 100%;
      overflow-x: hidden;
      overflow-y: overlay; } }
  .card .links-container a {
    text-decoration: none; }
  .card .links-container .link-container {
    cursor: pointer; }
    .card .links-container .link-container:hover {
      background-color: #B5DAFC; }
  .card .links-container .cell {
    box-shadow: 1px 0 0 0 #DCE6F1, 0 1px 0 0 #DCE6F1, 1px 1px 0 0 #DCE6F1, 1px 0 0 0 #DCE6F1 inset, 0 1px 0 0 #DCE6F1 inset; }
    .card .links-container .cell .link-action {
      color: #6F6F6F; }
    .card .links-container .cell .link-icon {
      color: #2C92EF; }
  .card .links-container .service-logo-container {
    height: 52px;
    overflow: hidden; }
  .card .links-container .service-logo {
    height: 25px; }
  .card .remember {
    background-color: #2C92EF;
    box-shadow: 0px -4px 5px rgba(12, 57, 90, 0.16);
    font-size: 0.875rem;
    color: white; }
    .card .remember .checkbox-container {
      display: block;
      position: relative;
      cursor: pointer;
      user-select: none; }
      .card .remember .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .card .remember .checkbox-container input:checked ~ .checkmark:after {
        display: block; }
      .card .remember .checkbox-container .checkmark {
        position: absolute;
        top: 16px;
        left: -20px;
        height: 22px;
        width: 22px;
        background-color: #fff; }
      .card .remember .checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 7px;
        top: 2px;
        width: 8px;
        height: 14px;
        border: solid #2C92EF;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg); }

.quarter-circle-top-right {
  position: fixed;
  top: 0;
  right: 0;
  border-bottom-left-radius: 100%; }

.quarter-circle-big-2 {
  height: 525px;
  width: 525px;
  background: #77BEFF; }

.quarter-circle-big-1 {
  height: 735px;
  width: 735px;
  background: #55ADFF; }

.quarter-circle-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 100%; }

.quarter-circle-small-2 {
  height: 105px;
  width: 105px;
  background: #90C3F3; }

.quarter-circle-small-1 {
  height: 185px;
  width: 185px;
  background: #B5DAFC; }

.position-relative {
  position: relative; }

.text-center {
  text-align: center !important; }

.cookies {
  width: 100%;
  background-color: #303030;
  position: fixed;
  bottom: 0;
  font-size: 0.8rem; }
  .cookies .disclaimer-text, .cookies .disclaimer-text a {
    color: white; }
  .cookies .disclaimer-text a {
    border-bottom: 1px solid white; }
    .cookies .disclaimer-text a:hover {
      text-decoration: none;
      color: #8B8B8B;
      border-bottom-color: #8B8B8B; }
  .cookies .btn {
    cursor: pointer;
    width: 88px;
    height: 36px;
    border-radius: 18px;
    outline: none; }
    .cookies .btn.btn-reject {
      background-color: #303030;
      color: #8B8B8B;
      border: 1px solid #8B8B8B; }
      .cookies .btn.btn-reject:hover {
        background-color: #4f4f4f; }
      .cookies .btn.btn-reject:active {
        background-color: #363636; }
    .cookies .btn.btn-accept {
      background-color: #27CB4B;
      color: white;
      border: 1px solid #27CB4B; }
      .cookies .btn.btn-accept:hover {
        background-color: #28ae43; }
      .cookies .btn.btn-accept:active {
        background-color: #18812f; }

.modal-backdrop.show {
  background-color: transparent;
}

#confirmation-modal .modal-content {
  border-radius: 2px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
}

#confirmation-modal .modal-title {
  text-align: center;
  text-transform: uppercase;
}

#confirmation-modal .modal-buttons {
  float: right;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#confirmation-modal .modal-buttons button {
  border: 0;
  background: transparent;
  outline: none;
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}

#confirmation-modal .modal-buttons button img {
  filter: drop-shadow(2px 0 2px #808080a0);
  margin-right: 6px;
  margin-bottom: 2px;
}

/*# sourceMappingURL=styles.css.map */
