html { height: 100%;   }
body { padding: 0; margin: 0; font-family:sans-serif; height: 100%; font-size: 14px;  }
.btn {
    border: solid 1px #b40000;
    border-radius: 0;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer !important;
    line-height: 1.4;
    background-color: #b40000;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #000;
    border: solid 1px #000;
    color: #fff !important;
    text-decoration-line: none;
} 
p { margin: 0 0 15px 0; }
h2 { font-size: 25px; margin: 0 0 15px 0; }
h3 {
    font-size: 20px;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
}
h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px; /* adjust width as needed */
  height: 3px;
  background-color: #b40000; /* gold color */
}

h3::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: rotateX(180deg);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #b40000;
}
.container { max-width: 1170px; margin: 0 auto;  padding-right: 15px; padding-left: 15px;  }

header { background-color: #41414a; padding: 10px 0; }
header .header {
    display: flex;
    justify-content: space-between;
}
header .rightheader .Welcome { padding-bottom:5px; color: #fff;}
header .rightheader {
    text-align: right;
}
.sign_up .btn {padding: 8px 20px;}

.main_Login {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    background: url(../img/slide_3.jpg) no-repeat center top;
}
.main_Login:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; background-color: #000;  opacity: 0.5; }
.LoginDiv { 
	max-width: 400px; 
	width: 100%;
	text-align: center;
    position:relative;

 }
 .LoginBox {
 	background: rgba(250, 250, 250, 0.5) none repeat scroll 0 0;
	    border: 1px solid #b40000;
	    margin-top: 10px;
	    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	    border-radius: 5px;
	}
	.LoginBox h2 { margin: 0; font-size: 15px; padding:15px; background: #b40000; color: #fff; }
	.LoginBox h2 span { font-size: 25px; }

	.LoginBox form { padding: 20px; background-color: #fff; border-radius: 0px 0px 5px 5px;  }
	.formgroup { text-align: left; margin-bottom: 15px; }
	.formgroup label.controllabel { text-align: left; margin-bottom:5px; display: block; }
	.formgroup .form-control { width: 94%; padding:10px; border: solid 1px #ccc;}


.WelcomeContent {
    text-align: center;
}
.MainContent {
    padding-top: 40px;
}
.WelcomeContent p{ margin: 0;  }
.Practicediv {
    text-align: center;
        padding-top:40px;
}
.PracticeRow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.Homebtns {
    width: 32.1%;
}
.btnnew {
    display: block;
    padding: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.btnnew.btn-practice-non,.btn-practice-redo { background-color:#b40000;  }
.btnnew.btn-practice-non:hover { background-color:#d23b3b; }
.btnnew.btn-practice { background-color:#41414a;  }
.btnnew.btn-practice:hover { background-color:#161617;  }
.btnnew.btn-practice-resume { background-color:#109c53;  }
.btnnew.btn-practice-resume:hover { background-color:#125b35;  }
.btn-practice-redo { padding:8px; font-size: 14px; text-decoration: none; display: block; text-align: center; color: #fff;  }
.btn-practice-redo:hover { background-color:#41414a ; }
table th { background-color: #f1f1f1; font-weight: bold;   }
table th,table td { border: solid 1px #ddd; padding:10px; text-align: left; }

.rowfooter { display: flex; justify-content: space-between; }
footer {
    background: #181818;
    padding: 10px 0;
    margin-top: 40px;
    color: #fff;
}
footer a { color: #fff;  }
.subjects { text-align: center; }
.page-wrap {
    min-height: 100%;
    margin-bottom: -10px;
}

.Scores_box {
    border: solid 1px #b40000;
    border-radius: 0px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 50px 0;
    font-size:25px;
    color: #000;
    font-weight: bold;
    margin-bottom:20px;
}
.Scores_heading {
    bottom: -11px;
    margin: 9px 0 0;
    padding: 0 !important;
    position: relative;
    z-index: 999;
    text-align: center;
}
.Scores_heading span {
    background: #fff;
    margin: 0 0 0 10px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.btn-success { background-color: #fff; color: #000; }
.button_box01 {
    background-color: #f37b7b;
    padding: 13px 30px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.go_start {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.Breakdown_box .btn { display: block; }




.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width:700px;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #b40000;
    border: 0;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.Note { padding:10px 10px 5px 10px; }


.modal-close svg {
    max-width: 20px;
    height: 20px;
    fill: #fff;
}