@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    font-family: "Roboto", sans-serif;
}

header,
footer {
    box-sizing: border-box;
    margin: 0;
    padding: 5;
    background-color: white;
}

img {
    /* width: 200px;
    height: 300px;
    object-fit: cover; */
}

.title1 {
    box-sizing: border-box;
    margin: 50;
    padding: 10;
    font-family: "Roboto", sans-serif;
    align-content: center;
    background-image: url("MMlogo.png");
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: right;
    background-size: 40%;
    font-weight: 600;
    font-size: 30px;
    color: rgb(57, 57, 211);
    text-align: left;
    text-decoration: none;
}



.box1,
.box2,
.box3 {
    box-sizing: content-box;
    margin: 50;
    padding: 20;
    font-family: "Roboto", sans-serif;
    align-content: space-between;
    align-items: center;
    text-decoration: none;
}

.box1 {
    background-color: white;
    font-weight: 300;
    font-size: 20px;
    color: black;
    text-align: center;
}

.box2,
.box3 {
    font-weight: 200;
    font-size: 16px;
    color: rgb(11, 10, 10);
    text-align: left;
}

.box2 {
    /* background-color: rgba(206, 201, 201, 0.374) */
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
}

.box3 {
    background-color: white
}

hr {
    /* border: 5px solid rgb(58, 129, 215);
    border-radius: 3px;
    margin: 50; */
    border: 0.1px solid #00000024;
}


.navigation {
    background-color: #e71e5f;
    /* border: 20px solid ##e71e5f; */
    border-radius: 30px;
    margin: 10px 10px 0 50px;
    /* box-shadow: 0px 0px 20px 4px #000000; */
    display: flex;
    align-items: center;
}

nav.navigation>div {
    height: 42px;
    display: flex;
    align-items: center;
    border-left: 1px solid #b4c0c15e;
    border-right: 1px solid #b4c0c15e;
    padding: 0 10px 0 10px;
    z-index: 1;
}

nav.navigation>div:first-child {
    height: 42px;
    display: flex;
    align-items: center;
    border-left: 0px solid #b4c0c15e;
    border-right: 1px solid #b4c0c15e;
    padding: 0 10px 0 10px;
}

nav.navigation>div:last-child {
    height: 42px;
    display: flex;
    align-items: center;
    border-left: 1px solid #b4c0c15e;
    border-right: 0px solid #b4c0c15e;
    padding: 0 10px 0 10px;
}


.navigation a {
    margin: 0 10px 0 10px;
    color: #ffffff;
    text-decoration: none;
}

.navigation a:hover,
.dropbtn:hover {
    color: #1e85c7;
}

.navigation a.active,
.dropbtn.active {
    font-weight: 700;
}

/* p {
    margin: 20;
    padding: 50;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: justify;
    border-style: solid;
    border-color: rgb(58, 129, 215);
} */

.blue-box{
    margin: 20;
    padding: 50;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-align: justify;
    border-style: solid;
    border-color: rgb(58, 129, 215);
    display: flex;
    flex-direction: column;
}




.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    /* font-size: 2.2em; */
    font-family: sans-serif;
    min-width: 400px;
    border: solid rgb(60 64 67 / 15%) 1px;
    table-layout: auto;
    width: 100%;

}

.styled-table thead tr {
    background-color: rgb(120, 149, 212);
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: start;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #1e8de7;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #0290a9;
}



img {
    /* max-width: 100%;
    max-height: 100%; */
}

.fig1 {
    height: 500px;
    width: 800px;
}

.fig2 {
    height: 500px;
    width: 600px;
}

.button1A {
    background-color: rgb(146, 209, 238);
    font-size: 24px;
    padding: 20px 40px;
    color: black;
    border-radius: 16px;
    border: 3px solid black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.button1B:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}


/*  */
/*  */
.title{
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
}

.logout-button{
    margin-top: 10px;
    margin-left: auto;
    margin-right: 50px;
    text-decoration: none;
    padding: 16px;
    background-color: #e71e5f;
    border-radius: 30px;
    color: #fff;
}



.button-red-middle{
    /* margin-top: 10px; */
    /* margin-left: auto; */
    /* margin-right: 50px; */
    text-decoration: none;
    padding: 16px;
    background-color: #e71e5f;
    border-radius: 30px;
    color: #fff;
}

.card{
    box-sizing: content-box;
    margin: 50;
    padding: 20;
    font-family: "Roboto", sans-serif;
    background-color: #7fc65512;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 25 50 25 50;
    /* height: 900px; */
}

.card-white{
    
box-sizing: content-box;
    
margin: 50;
    
padding: 20;
    
font-family: "Roboto", sans-serif;
    
background-color: #ffffff;
    
border-radius: 20px;
    
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    
margin: 25 50 25 50;
}

.card h2{
    text-decoration: underline;
    text-decoration-color: #EE1062;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
}

.card-title h2{
    display: inline-block;
}

.login-card{
    display: flex;
    justify-content: center;
}

.login-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    background: #eef3f5;
    outline: 0;
    border: none;
    border-radius: 20px;
    padding: 0 16px;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.login-input:focus {
    background: #fff;
    border: 1px solid #e1eae7;
}

.form-button-group{
    display: flex;
    justify-content: center;
}

.center-form{
    justify-content: center;
}



.button {
    width: 235px;
    height: 54px;
    background-color: #1e8de7;
    border-radius: 30px;
    outline: 0;
    border: none;
    cursor: pointer;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 16px;
    text-align: center;
    margin: 10px 10px 10px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.button:hover {
    background-color: #309ef7;
}

.form-nav-button{
    width: 100px;
    height: 50px;
    background-color: #e71e5f;
    border-radius: 40px;
    outline: 0;
    border: none;
    cursor: pointer;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 16px;
    text-align: center;
    margin: 10px 10px 10px 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.create-user-button{
    display: inline-block;

}

.horizontal-label-container{
    display: flex;
    align-items: baseline;
    margin-right: 100px;
}

.horizontal-lable-width-200{
    width: 200px
}

.horizontal-lable-width-100{
    width: 100px
}

.horizontal-input-width-150{
    width:150px !important
}

.horizontal-input{
    width: 300 !important;
    height: 30px;
    padding-right: 10px;
}

input[type=text], input[type=password] , input[type=date], input[type=number], textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
}
  
input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.form-group{
    display: flex;
    flex-direction: column;
}

.form-inputs-container{
    display: flex;
    flex-direction: column;
}

.form-inputs-container label{
    margin-top: 10px;
    margin-bottom: 10px;
}

.input-field{
    margin-top: 20px;
    /* display: flex;
    flex-direction: column; */
}

.input-field-flex{
    display: flex;
    flex-direction: column;
}

.row-field {
    margin-right: 100px;
}

.row{
    display: flex;
}

.flex-warp{
    flex-wrap: wrap;
}

.radio-button-row{
    margin: 10px 10px 10px 10px;
    flex-wrap: wrap;
}

.radio-button-row>div>input{
    margin-right:20px
}

.column{
    flex:50%;
}

.blue-box>label{
    margin-top: 20px;
}

.gender-selection label {
    width: 60px;
    display: inline-block;
    margin-top: 10px;
}

.clinical-phenotype-row>div>label{
    width: 100px;
    display: inline-block;
}

.family-history-row>div>label{
    width: 160px;
    display: inline-block;
}


.tooltip {
    position: relative;
    display: inline-block;
    height: 16px;
}

.tooltip-small{
    position: relative;
    display: inline-block;
    height: 12px;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 700px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-img{
    height:10px
}

.consent-heading{
    padding-top: 18px;
    font-weight: bold;
}


/* Modal */

  
#wrapper {
width: 100px;
margin: 0 auto;
background: #fff;
padding: 20px;
border: 10px solid #aaa;
border-radius: 15px;
background-clip: padding-box;
text-align: center;
}

.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
transition: opacity 200ms;
visibility: hidden;
opacity: 0;
}
.overlay.light {
background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
position: absolute;
width: 100%;
height: 100%;
cursor: default;
}
.overlay:target {visibility: visible;opacity: 1;z-index: 1;}

.popup {/* margin: 75px auto; */margin: 50px 5% 50px 5%;padding: 20px;background: #fff;border: 1px solid #666;/* width: 1200px; */box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);position: relative;}
.light .popup {
border-color: #aaa;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
margin-top: 0;
color: #666;
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.popup .close {
position: absolute;
width: 20px;
height: 20px;
top: 20px;
right: 20px;
opacity: 0.8;
transition: all 200ms;
font-size: 24px;
font-weight: bold;
text-decoration: none;
color: #666;
}
.popup .close:hover {
opacity: 1;
}
.popup .content {
max-height: 600px;
overflow: auto;
}
.popup p {
margin: 0 0 1em;
}
.popup p:last-child {
margin: 0;
}




/* Form Step CSS */

/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  }
  
/* Style the input fields */
input {
padding: 10px;
/* width: 100%; */
font-size: 17px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}

input[type="radio"].invalid, .error {
    background-color: #f99292;
    box-shadow: 0px 0px 5px 2px rgb(255 18 18 / 75%)
  }

/* Hide all steps by default: */
.tab {
    display: none;
    /* height: 1000px; */
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

/* Mark the active step: */
.step.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #04AA6D;
}

