/*
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');
*/
@import url("../base-pmm/layout-v1/assets/css/font-Nunito.css");

html,
body {
  height: 100%;
}
body {
  margin: 0;
  /*background: -webkit-linear-gradient(45deg, #49a09d, #5f2c82);
  background: linear-gradient(45deg, #49a09d, #5f2c82);*/
  font-family: sans-serif;
  font-weight: 100;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#grade_filter,
#grade_info
{
  text-align: right;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #6c757d;
}

#grade_filter label
{
  font-size: 0;
}

#grade_filter input
{
  background-color: #e9ecef;
  border: 2px solid #dee2e6;
  padding: 14px 24px;
  border-radius: 25px;
  font-size: 1.3rem;
  width: 100%;
}

.header
{
  background-image: url(../images/header-2.jpg);
  background-position: center bottom;
  width: 85%;
  padding: 50px 25px;
  margin-top: 50px;
  border-radius: 25px;
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3.2px);
  -webkit-backdrop-filter: blur(3.2px);
}

.header h1
{
  font-size: 4rem;
  font-weight: 900;
  color: #FFF;
}

.header h3
{
  font-size: 2rem;
  font-weight: 400;
  color: #FFF
}

.modal-header,
.modal-body,
.modal-footer
{
  border: 0;
  padding: 15px 20px;
}

.modal-title
{
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-body2
{
  font-size: 1.75rem;
  font-weight: 400;
}

table
{
  font-family: Nunito;
  width: 100%;
  border: 0;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 11px -2px rgba(108,117,125,1);
  -moz-box-shadow: 2px 2px 11px -2px rgba(108,117,125,1);
  box-shadow: 2px 2px 11px -2px rgba(108,117,125,1);
}

table thead th
{
  border: 0;
  background-color: #e9ecef;  
  padding: 20px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #6c757d;
  text-transform: uppercase;
  text-align: center;
}

.first-header
{
  border-top-left-radius: 25px;
}
.last-header
{
  border-top-right-radius: 25px;
}
/*
table thead th:first-child
{
  border-top-left-radius: 25px;
}
table thead th:last-child
{
  border-top-right-radius: 25px;
}
*/
table tbody td
{
  border: 0;
  padding: 20px 10px;  
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  z-index: 9999;
}

table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

table tbody tr:last-child td:first-child
{
  border-bottom-left-radius: 25px;
}

table tbody tr:hover
{
  background-color: #F2F2F2;
}

.btn.btn-info,
.btn.btn-info:focus,
.btn.btn-info:active
{
  font-size: 1.2rem;
  font-weight: 900;
  padding: 14px 24px;
  text-transform: uppercase;
  background-color: #ff006e;
  border: 0;
  border-radius: 25px;
}

.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default:active
{
  font-size: 1.2rem;
  font-weight: 900;
  padding: 14px 24px;
  text-transform: uppercase;
  background-color: #8338ec;
  border: 0;
  border-radius: 25px;
  color: #FFFFFF;
}

@media screen and (max-width: 600px) 
{
  table {
    border: 0 !important;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 0px !important;
    display: block;
    text-align: right !important;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-size: 1.3rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    text-align: center;
  }
  
  table td:last-child {
    border-bottom: 0px !important;
  }
}

/*table {
  width: 800px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
th,
td {
  text-align:center;
  padding: 15px;
  background-color: rgba(245, 241, 241, 0.2);
  color: #0a0909;
}
th {
  text-align: left;
}
thead th {
  background-color: #d5d8e7;
}
tbody tr:hover {
  background-color: rgba(255, 0, 34, 0.3);
}
tbody td {
  position: relative;
}
tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 0, 34, 0.3);
  z-index: -1;
}*/
