@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,700;1,100;1,200;1,300&family=Roboto:wght@100;300;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html{
   --scrollbarBG: #182432;
   --thumbBG: #9c73ff;
}
body::-webkit-scrollbar {
  width: 2px;
}
body {
  font-family: Montserrat;
  min-height: 100vh;
  background-color:#1F1D2A;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 4px;
  border: 3px solid var(--scrollbarBG);
}

*:focus {
    outline: none;
}
a {
  text-decoration: none;
}

img[alt] {
  text-indent: -10000px;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem;
}

@media screen and (max-width: 600px) {
  .container {
    /**margin: -0.5rem;**/
  }

}

.card {
  background-color: #f5f8fc;
  background-color: #182432;

  -webkit-box-shadow: inset 0px 24px 8px -16px #303457, inset 0px -24px 8px -16px #303457;
          box-shadow: inset 0px 24px 8px -16px #303457, inset 0px -24px 8px -16px #303457;

  padding: 2rem;
  padding-left: 2rem;
  border-radius: 1rem;
  border: 0px solid #3b5ca7;
  border-top: 1px solid #3b5ca7;
  border-bottom: 1px solid #3b5ca7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 850px;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 2rem;
  color:#eeeff1;
  text-align:center;
}


.card__header {
  /**margin-bottom: 1rem;**/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5rem 0 0.5rem 0.5rem;
  margin-left: 0px;
  margin-bottom: 0px;
  border:0px solid red;

  text-align:center;
}

.card__header .header__img {
  margin-top:-7px;
  width: 4.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0%;
  text-align:left;
}

.card__header .header__title {
  font-size: 1.0625rem;
  font-size: 3.1rem;
  line-height: 3.5rem;
  color: inherit;
  font-weight: 700;
  font-family:Montserrat;
  margin-top: 3.5rem;
  vertical-align:top;
  width:40%;
  min-width:320px;
  display:inline-block;
  border:0px solid yellow;
  text-align:left;
  margin-right:1rem;
}

.card__header .header__form {
  font-size: 1.0625rem;
  font-size: 3rem;
  line-height: 3.1rem;
  color: inherit;
  font-weight: 700;
  margin-top: 4.5rem;
  width:auto;
  min-width:40%;
  display:inline-block;
  border:0px solid red;
  text-align:center;
}

input{
    background-color:inherit;
    border-color:#8B67FF;
    border-color:#9c73ff;
    border-radius: 0.75rem;
    border-width: 1px;

    line-height: 1.5rem;
    padding:3px;
    padding-top:5px;
    padding-left:19px;
    padding-right:auto;
    text-align: left;
    color: inherit;
  /**  text-transform: uppercase; **/
    letter-spacing: 0.02rem;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
    -webkit-user-select: text; /**safari bug - mandatory**/
}
input[type=checkbox]{
   /**  -webkit-appearance: none; **/
     -webkit-appearance: checkbox;
    accent-color: #182432 !important;
    background-color:#182432 !important;
    margin-left:0px;
    margin-right:5px;
    width:10px;
    cursor:pointer;
    display:inline-block;
    height:10px;
    color:inherit;
    position: relative;
    border:0px;
}
input[type=checkbox]:checked{
    border:0px;
}
.input_company{
    width:13rem;
    display:block;
    margin-top: 0.7rem;
}
.input_peopleofinterest{
    width:9rem;
    display:inline-block;
}
/**
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 7pt;
    position: absolute;
    top: -6px;
    left: 10px;
    color: #fff;
    font-family: "arial";
    border:1px;
}
**/
::placeholder {
  color: #eeeff1;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #eeeff1;
}
button{
    display:block;
    margin-top:48px;
    background-color:#8B67FF;
    color:#eeeff1;
    font-size:11pt;
    font-weight:bold;
    width:13rem;
    border:0;
    padding: 3px;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    margin-left:auto;
    margin-right:auto;
    border-radius: 0.75rem;
}button:hover{
    -webkit-box-shadow: inset 0px 11px 8px -10px #182432, inset 0px -11px 8px -10px #182432;
          box-shadow: inset 0px 11px 8px -10px #182432, inset 0px -11px 8px -10px #182432;
    cursor:pointer;
}



.card__body {
  margin: 0 0.5rem;
  display:none;
}

.card__body .body__text {
  color: #eeeff1;
  font-size: 0.8125rem;
}

.card__body .body__img {
  height: 10rem;
  margin: 0.5rem 0;
}

.card__body .body__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 0.75rem;
}

.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
}

.card:hover {
  border-color: #8B67FF;
}

.riskkey_icons{
    -webkit-filter:  hue-rotate(1deg) brightness(99%) grayscale(99%);
    filter: hue-rotate(1deg) brightness(99%) grayscale(99%);
}
.riskkey_icons:hover{
    -webkit-filter: invert(48%) sepia(87%) saturate(3443%) hue-rotate(230deg) brightness(100%) contrast(103%);
    filter: invert(48%) sepia(87%) saturate(3443%) hue-rotate(230deg) brightness(100%) contrast(103%);
}
ion-icon {
  font-size: 1.5rem;
  color: #eeeff1;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
ion-icon:hover:nth-of-type(1) {
  color: #8B67FF;
}
ion-icon:hover:nth-of-type(2) {
  color: #8B67FF;
}
ion-icon:hover:nth-of-type(3) {
  color: #8B67FF;
}
ion-icon:hover:nth-of-type(4) {
  color: #8B67FF;
}

#card-report-items{
    min-width:254px;
    width:55%;
    min-height:128px;
    height:auto;
    vertical-align:top;
    margin-top:auto;
    margin-bottom:auto;
    border:0px solid green;
    display:inline-block;
    font-size:7pt;
    font-weight:100;
}
.report_item{
    display: block;
    border:0px solid red;
    font-size:7pt;
    font-weight:lighter;
    padding:0 0 0 0px;
    margin:0;
    margin-right:5px;
    margin-right:0px;
    line-height:16px;
    width:100%;
    cursor:pointer;
}
.report_item_description{
    text-align:left;
    padding-left:3px;
    padding-right:3px;
    margin-bottom:10px;
}


riskkey-red-bold{
   color:#fe538e;
   font-weight:bold;
}
riskkey-red{
    color:#fe538e;
}
riskkey-green{
    color:#bafc65;
}
riskkey-yellow{
    color:#ffd800;
}
riskkey-purple{
    color:#8B67FF;
}
riskkey-lightgreen{
    color: rgb(30, 241, 205);
}


.GaugeMeter {
    position: Relative;
    text-align: Center;
    overflow: Hidden;
    cursor: Default;
    display: block;
    height:220px;
    padding-left:0px;
    text-align:left;
}

.GaugeMeter SPAN, .GaugeMeter B {
    width: 54%;
    position: Absolute;
    text-align: Center;
    display: Inline-Block;
    color: inherit;
    font-weight: 700;
    font-family: inherit;
    overflow: Hidden;
    white-space: NoWrap;
    text-overflow: Ellipsis;
    margin: 0 23%;
}

.GaugeMeter[data-style="Semi"] B {
    width: 80%;
    margin: 0 10%;
}

.GaugeMeter S, .GaugeMeter U {
    text-decoration: None;
    font-size: .60em;
    font-weight: 200;
    opacity: .6;
}

.GaugeMeter B {
    color: #000;
    font-weight: 200;
    opacity: .8;
}





.loader,
.loader:before,
.loader:after {
  background: #8b67ff;
  background: #1EF1CD;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #8b67ff;
  color: #1EF1CD;
  text-indent: -9999em;
  /**margin: 88px auto;**/
  margin-top:45px;
  margin-left:40px;
  margin-right:40px;
  position: absolute;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  height:auto;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}




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