@font-face {
  font-family: "Raleway";
  src: url("https://incom-static-content.s3.eu-west-1.amazonaws.com/assets/font/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("https://incom-static-content.s3.eu-west-1.amazonaws.com/assets/font/Raleway-Bold.ttf");
}
body {
  font-family: "Raleway", raleway-regular;
  font-size: 13px;
}

strong {
  font-family: "Raleway-Bold", raleway-bold !important;
}

p {
  text-align: justify;
}

.text-bold {
  font-family: "Raleway-Bold", raleway-bold !important;
}

.bar {
  padding: 10px;
  margin: 10px;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
  display: none;
}

/* (B) THE VARIATIONS */
.info {
  color: #204a8e;
  background: #c9ddff;
  border: 1px solid #4c699b;
}

.success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}

.warn {
  color: #756e15;
  background: #fffbd1;
  border: 1px solid #87803e;
}

.error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

main {
  min-height: 100vh;
}

h1 {
  font-family: "Raleway-Bold", raleway-bold;
}

.btn-incom-gold {
  padding: 20px;
  border-radius: 25px;
  font-family: "Raleway-Bold", raleway-bold;
  font-size: 1.5em;
  border: 0;
  color: #DEF6DE;
  background-color: #FFDB5E;
}

.btn-incom-dark {
  padding: 20px;
  border-radius: 25px;
  font-family: "Raleway-Bold", raleway-bold;
  font-size: 1.5em;
  border: 0;
  color: #DEF6DE;
  background-color: #194246;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.input {
  margin: 5px;
  width: 100%;
  min-height: 40px;
}

.contact-btn {
  padding: 15px;
  color: #DEF6DE;
  background-color: #194246;
  border-radius: 0.2em;
  float: right;
}

.contact-btn:hover {
  color: #194246;
  background-color: #FFDB5E;
}

.modal-spinner {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .modal-spinner {
  display: block;
}

body.loading-100 {
  overflow: hidden;
}

body.loading-100 .modal-spinner {
  display: block;
  background: #F2F2F2 url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

.text-silver {
  color: #DEF6DE;
}

.text-gold {
  color: #FFDB5E;
}

.text-platinum {
  color: #2DC4B5;
}

.text-diamond {
  color: #194246;
}

.text-white {
  color: #ffffff;
}

.dataTables_filter {
  margin-bottom: 1em;
  float: right;
}

.dataTables_filter label input {
  margin-left: 0.5em;
}

.dataTables_paginate {
  margin-top: 1em;
  font-size: 1.1em;
}

.dataTables_paginate .paginate_button {
  margin-right: 1em;
  background-color: #DEF6DE;
  color: #194246;
  padding: 0.5em;
}

.dataTables_paginate .disabled {
  background-color: #F2F2F2;
}

body {
  background: #BCBCCC;
}

.modal-cookie {
  background-color: white;
  margin-top: 5em;
  padding: 1em;
}

.cookie-image-div {
  display: flex;
  justify-content: center;
}

.card {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.cookies a {
  text-decoration: none;
  color: #000;
  margin-top: 8px;
}

.cookies a:hover {
  text-decoration: none;
  color: blue;
  margin-top: 8px;
}

.copy-to-clipboard-button {
  font-size: 0.5em;
  background-color: #194246;
  color: #DEF6DE;
  padding: 0.5em;
  border-radius: 25em;
  margin: 1em;
}

body {
  background-color: #DEF6DE;
}

main {
  display: flex;
  justify-content: center;
  align-content: center;
}

.section {
  margin-top: 100px;
  max-width: 1400px;
  font: 75%/150% "Raleway", raleway-regular;
  color: #194246;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  font-size: 16px;
}

.main-description {
  margin-top: 5em;
  margin-bottom: 5em;
}

.font-bold-div {
  font-weight: bold;
}

.font-bold-div div span {
  font-size: 3em;
  margin-bottom: 1em;
}

.cnmv-logo {
  width: 6em;
  margin-bottom: 1em;
}

.center-div {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  align-items: center;
}

.center-div-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em;
  align-items: center;
}

#main-partner-logo-image {
  max-width: 10em;
  max-height: 15em;
}

/*# sourceMappingURL=partner-detail.css.map */

/*# sourceMappingURL=partner-detail.css.map */
