@charset "UTF-8";

.card {
    /*position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);*/
	
	     border-style: none;

    background-color: rgba(255,255,255,0.80);

}

.card-body {
	 border-radius: 2rem;
    border-color: var(--main-blue);
	 border-width: .2rem;
    border-style: solid;
}

h5 {
	font-size: 1.5rem;
	font-weight: bolder;
	color: var(--main-blue);
}

.modal-dialog100 {
    width:95%;
    height:95%
  }
  .modal-content100 {
    width:100%;
    height:100%
  }
  .modal-body100 {
    width:100%;
    height:100%;
    overflow:auto
  }