﻿@import "vars.css?ver=1.5.1";

/* Fonts */

@font-face {
  font-family: 'Neulis Neue';
  src: url('fonts/NeulisNeue-Regular.woff2') format('woff2'), url('fonts/NeulisNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neulis Neue';
  src: url('fonts/NeulisNeue-Medium.woff2') format('woff2'), url('fonts/NeulisNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neulis Neue';
  src: url('fonts/NeulisNeue-Bold.woff2') format('woff2'), url('fonts/NeulisNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neulis Neue';
  src: url('fonts/NeulisNeue-Black.woff2') format('woff2'), url('fonts/NeulisNeue-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Elements */

a {
  color: var(--prmy-color-3);
  font-weight: bold;
  text-decoration: none;
}

body {
  color: var(--prmy-color-2);
  /*font-family: 'Neulis Neue';*/
  font-size: var(--font-size-normal);
}

button, .button {
  background-color: var(--prmy-color-1);
  border: 1px solid var(--prmy-color-1);
  border-radius: 10px;
  color: var(--white);
  font-weight: bold;
  padding: 5px 40px;
  text-align: center;
  width: 100%;
}

  button:hover, .button:hover {
    background-color: var(--white);
    color: var(--prmy-color-1);
  }

  button.inverted, .button.inverted {
    background-color: var(--white);
    color: var(--prmy-color-1);
  }

    button.inverted:hover, .button.inverted:hover {
      background-color: var(--prmy-color-1);
      color: var(--white);
    }

  button:disabled, .button:disabled {
    background-color: var(--gray-color-3);
    border-color: var(--gray-color-3);
  }

  button:disabled:hover, .button:disabled:hover {
    color: var(--white);
    cursor: not-allowed;
  }

  button.sharp-button, .button.sharp-button {
    border-radius: 20px 40px 0 20px;
    padding: 5px 20px;
  }

form {
  padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

ul {
  padding: 20px;
}

/* Tooltip */

[data-wenk]:after {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  left: 10%;
  min-width: 300px;
  transform: translate(-10%, 10px);
  -webkit-transform: translate(-10%, 10px);
  white-space: normal;
  z-index: 999998;
}

[data-wenk]:hover:after {
  transform: translate(-10%, -10px);
  -webkit-transform: translate(-10%, -10px);
}

/* Classes */
.bg-color-1 {
  background-color: var(--prmy-color-1) !important;
}

.bg-color-2 {
  background-color: var(--prmy-color-2) !important;
}

.bg-color-3 {
  background-color: var(--prmy-color-3) !important;
}

.bg-color-4 {
  background-color: var(--prmy-color-4) !important;
}

.bg-color-5 {
  background-color: var(--prmy-color-5) !important;
}

.bg-color-6 {
  background-color: var(--prmy-color-6) !important;
}

.bg-gray-color-1 {
  background-color: var(--gray-color-1) !important;
}

.bg-gray-color-2 {
  background-color: var(--gray-color-2) !important;
}

.bg-gray-color-3 {
  background-color: var(--gray-color-3) !important;
}

.bg-gray-color-4 {
  background-color: var(--gray-color-4) !important;
}

.bg-gray-color-5 {
  background-color: var(--gray-color-5) !important;
}

.bg-gray-color-6 {
  background-color: var(--gray-color-6) !important;
}

.bg-gray-color-7 {
  background-color: var(--gray-color-7) !important;
}

.bg-gray-color-8 {
  background-color: var(--gray-color-8) !important;
}

.border-color-1 {
  border-color: var(--prmy-color-1) !important;
}

.border-color-2 {
  border-color: var(--prmy-color-2) !important;
}

.border-color-3 {
  border-color: var(--prmy-color-3) !important;
}

.border-color-4 {
  border-color: var(--prmy-color-4) !important;
}

.border-color-5 {
  border-color: var(--prmy-color-5) !important;
}

.border-color-6 {
  border-color: var(--prmy-color-6) !important;
}

.border-gray-color-1 {
  border-color: var(--gray-color-1) !important;
}

.border-gray-color-2 {
  border-color: var(--gray-color-2) !important;
}

.border-gray-color-3 {
  border-color: var(--gray-color-3) !important;
}

.border-gray-color-4 {
  border-color: var(--gray-color-4) !important;
}

.border-gray-color-5 {
  border-color: var(--gray-color-5) !important;
}

.border-gray-color-6 {
  border-color: var(--gray-color-6) !important;
}

.border-gray-color-7 {
  border-color: var(--gray-color-7) !important;
}

.border-gray-color-8 {
  border-color: var(--gray-color-8) !important;
}

.break-word {
  word-wrap: break-word;
}

.code {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 0;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  padding: 0;
}

.container {
  max-width: 1320px !important;
  padding: 0 !important;
  width: 95% !important;
}

.faq-answer-container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.giant {
  font-size: var(--font-size-giant);
}

.gray-color-1 {
  color: var(--gray-color-1) !important;
}

.gray-color-2 {
  color: var(--gray-color-2) !important;
}

.gray-color-3 {
  color: var(--gray-color-3) !important;
}

.gray-color-4 {
  color: var(--gray-color-4) !important;
}

.gray-color-5 {
  color: var(--gray-color-5) !important;
}

.gray-color-6 {
  color: var(--gray-color-6) !important;
}

.gray-color-7 {
  color: var(--gray-color-7) !important;
}

.gray-color-8 {
  color: var(--gray-color-8) !important;
}

.h-flip {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}

.h-90 {
  height: 90%;
}

.help {
  cursor: help;
}

.inverted {
  color: var(--white);
}

.liveness-check {
  border: 1px dashed var(--gray-color-4);
  border-radius: 50%;
  height: 200px;
  width: 160px;
}

.logo-status {
  height: 30px;
}

.nav-link {
  text-wrap: nowrap !important;
}

  .nav-link.disabled {
    color: var(--gray-color-3) !important;
  }

  .nav-link.disabled .menu-icon {
    background-color: var(--gray-color-3) !important;
  }

.pointer {
  cursor: pointer;
}

.prmy-color-1 {
  color: var(--prmy-color-1) !important;
}

.prmy-color-2 {
  color: var(--prmy-color-2) !important;
}

.prmy-color-3 {
  color: var(--prmy-color-3) !important;
}

.prmy-color-4 {
  color: var(--prmy-color-4) !important;
}

.prmy-color-5 {
  color: var(--prmy-color-5) !important;
}

.prmy-color-6 {
  color: var(--prmy-color-6) !important;
}

.row {
  margin: 0 !important;
}

.toggle-password {
  cursor: pointer;
}

.rounded-2 {
  border-radius: 20px;
}

.rounded-3 {
  border-radius: 30px;
}

.rounded-4 {
  border-radius: 40px;
}

.rounded-5 {
  border-radius: 50px;
}

.sticky {
  position: sticky !important;
}

.table.unpadded * {
  padding: 0.1em;
}

.tabs a.active {
  text-decoration: underline;
}

.tiny {
  font-size: 0.7em;
}

.ui-menu {
  z-index: 999999 !important;
}

.upload-picture, .upload-file {
  border: 1px dashed var(--gray-color-4);
  border-radius: 12px;
  max-height: 115px;
  max-width: 180px;
}

.v-flip {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  filter: flipv;
}

.bank-accounts .product-card {
  height: 240px;
}

.bank-accounts-admin .product-card {
  height: 300px;
}

.product-card {
  background-color: var(--prmy-color-3);
  color: var(--prmy-color-4);
}

  .product-card i.fa-circle-info {
    color: var(--prmy-color-4);
    background-color: var(--prmy-color-3);
  }

  .product-card .earnings {
    color: var(--prmy-color-3);
    background-color: var(--prmy-color-4);
  }

  .product-card .button {
    border: none;
  }

  .product-card.inverted {
    background-color: var(--prmy-color-4);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    color: var(--gray-color-8);
  }

    .product-card.inverted i.fa-circle-info {
      color: var(--prmy-color-3);
      background-color: var(--prmy-color-4);
    }

    .product-card.inverted .earnings {
      color: var(--prmy-color-4);
      background-color: var(--prmy-color-3);
    }

    .product-card.inverted .button {
      border: var(--bs-border-width) var(--bs-border-style) var(--prmy-color-1);
    }

/* Individual */
#content-no-menu {
  background-color: white;
  color: var(--prmy-color-2);
}

#processing {
  z-index: 9999;
}

  #processing .modal-dialog {
    width: 300px;
  }

/* Cellphone */
@media only screen and (max-width: 900px) {
  header .button.sharp-button {
    border-radius: 18px 36px 0 18px;
    font-size: 14px;
    padding: 3px 15px;
  }

  .logo-status {
    height: 25px;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .bg-color-md-1 {
    background-color: var(--prmy-color-1) !important;
  }

  .bg-color-md-2 {
    background-color: var(--prmy-color-2) !important;
  }

  .bg-color-md-3 {
    background-color: var(--prmy-color-3) !important;
  }

  .bg-color-md-4 {
    background-color: var(--prmy-color-4) !important;
  }

  .bg-color-md-5 {
    background-color: var(--prmy-color-5) !important;
  }

  .bg-color-md-6 {
    background-color: var(--prmy-color-6) !important;
  }

  .bg-gray-color-md-1 {
    background-color: var(--gray-color-1) !important;
  }

  .bg-gray-color-md-2 {
    background-color: var(--gray-color-2) !important;
  }

  .bg-gray-color-md-3 {
    background-color: var(--gray-color-3) !important;
  }

  .bg-gray-color-md-4 {
    background-color: var(--gray-color-4) !important;
  }

  .bg-gray-color-md-5 {
    background-color: var(--gray-color-5) !important;
  }

  .bg-gray-color-md-6 {
    background-color: var(--gray-color-6) !important;
  }

  .bg-gray-color-md-7 {
    background-color: var(--gray-color-7) !important;
  }

  .bg-gray-color-md-8 {
    background-color: var(--gray-color-8) !important;
  }

  .col-menu {
    display: table-cell;
    width: 2%;
  }

  .col-content {
    display: table-cell;
    width: 98%;
  }

  .flex-column .nav-link span {
    background-color: var(--prmy-color-3);
    color: var(--prmy-color-4);
  }

  .flex-column .nav-item:has(.nav-link.active) {
    background-color: var(--prmy-color-3) !important;
    border-radius: 10px;
  }

  .flex-column .nav-link.active {
    color: var(--prmy-color-4) !important;
  }

  .h-md-100vh {
    height: 100vh;
  }

  .h-md-45vh {
    height: 45vh;
  }

  .mb-md-10 {
    margin-bottom: 6rem !important;
  }

  .md-small {
    font-size: .875em;
  }

  .mt-md-10 {
    margin-top: 6rem !important;
  }

  .prmy-color-md-1 {
    color: var(--prmy-color-1) !important;
  }

  .prmy-color-md-2 {
    color: var(--prmy-color-2) !important;
  }

  .prmy-color-md-3 {
    color: var(--prmy-color-3) !important;
  }

  .prmy-color-md-4 {
    color: var(--prmy-color-4) !important;
  }

  .prmy-color-md-5 {
    color: var(--prmy-color-5) !important;
  }

  .prmy-color-md-6 {
    color: var(--prmy-color-6) !important;
  }

  #header-no-menu {
    background-color: var(--prmy-color-1);
    height: 456px;
    padding: 35px !important;
  }

  #content-no-menu {
    border-radius: 40px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.05),0 6px 20px 0 rgba(0,0,0,0.25);
    display: flow;
    margin: 20px 50px 50px 50px;
    min-height: 700px;
    padding: 60px 50px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  #header-no-menu {
    padding: 55px !important;
  }
}
