@font-face {
  font-family: 'MaisonNeue';
  src: url("/fonts/MaisonNeue-Medium.woff2") format("woff2"), url("/fonts/MaisonNeue-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'MaisonNeueItalic';
  src: url("/fonts/MaisonNeue-MediumItalic.woff2") format("woff2"), url("/fonts/MaisonNeue-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-style: italic; 
}

@font-face {
  font-family: 'MaisonNeueExtended';
  src: url("/fonts/MaisonNeueExtended-ExtraBold.woff2") format("woff2"), url("/fonts/MaisonNeueExtended-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}
html{
  width: 100%;
  height: 100%;
}
body{
  margin: 0;
  color: #002E7C;
  min-height: 100vh;
  font-family: 'MaisonNeue', sans-serif;
}
.only-mobile{
  display: none;
}
.only-desktop{
  display: block;
}
.body-bg{
  background: url("../../assets/collections/default/bg-body-5.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top;
}
.main-bg--{
  background: url("../../assets/collections/default/bg-login-2.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-position: bottom;
}
.bg-bottom{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.font-maison-neue-extended{
  font-family: 'MaisonNeueExtended', sans-serif;
}
.relative{
  position: relative !important;
}
.d-inline-block{
  display: inline-block !important;
}
.alphabet-list{
  padding-left: 20px;
}
.alphabet-list li{
  margin-bottom: 10px;
}
.visible-desktop{
  display: inline-block;
}
.visible-mobile{
  display: none;
}
.btn-logout{
  margin-top: 5px;
  padding: 2px 12px;
  border-radius: 50px;
  background-color: #00B4D4;
  color: white;
  text-decoration: none;
  display: inline-block;
}
.btn-logout:hover{
  background-color: #0044B4;
  color: white;
}
.btn-style{
  border-radius: 50px;
  background-color: #0044B4;
  padding: 8px 25px;
  margin: 10px 0;
  color: white;
  text-decoration: none;
}
.btn-style:hover{
  background-color: #00B4D4;
  color: white;
}
.btn-style-gold{
  font-size: 14px;
  border-radius: 50px;
  background-color: #C49344;
  padding: 8px 25px;
  margin: 10px 0;
  color: white;
  text-decoration: none;
}
.btn-style-gold:hover{
  background-color: #F3C87F !important;
  color: white;
}
.input-style{
  border-radius: 8px;
  padding: 12px;
}
header{
  width: 100%;
  margin: 25px 0 15px;
}
main{
  position: relative;
  min-height: calc(100vh - 71px);
}
footer{
  width: 100%;
  position: relative;
}
.box-welcome{
  padding: 50px 25px;
}
.box-section{
  
}
.bg-grey{
  background-color: rgba(230, 234, 242, 0.7);
}
.bg-red{
  background-color: #F05252;
  opacity: 1;
}
.bg-red:hover{
  background-color: #F05252;
  opacity: .8;
}
.box-login-member{
  margin-top: 50px;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.login-member{
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 25px;
  width: 100%;
  text-align: left;
  background-color: rgba(230, 234, 242, 0.5);
}
.login-member .login-text{
  color: #0044B4;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 50px;
  font-family: 'MaisonNeueExtended', sans-serif;
  margin: 15px 0;
}
.login-input{
  max-width: 350px;
  margin: 10px auto;
}
.login-member .login-note{
  margin: 10px 0;
}
.login-copyright{
  width: 100%;
  color: white;
  padding: 25px;
  text-align: center;
}
.login-form-control{
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #0044B4 !important;
}
.box-main-logo{
  padding: 15px 0;
}
.box-user-login{
  text-align: right;
  padding: 15px 0;
  color: black;
}
.box-user-login b{
  color: #002E7C;
  font-weight: bold;
}
.bluescope-academy-style{
  color: #0044B4;
  text-align: center;
  line-height: 28px;
  font-size: 28px;
  font-family: 'MaisonNeueExtended', sans-serif;
}
.box-title-head{
  color: #0044B4;
  font-size: 28px;
  font-family: 'MaisonNeueExtended', sans-serif;
}
.box-curriculum-list{
  padding: 30px 15px;
}
.box-curriculum-item{
  position: relative;
  margin: 15px 0;
  background-color: white !important;
}
.box-curriculum-detail{
  padding: 15px;
}
.box-curriculum-detail-item{
  padding: 15px;
}
.box-curriculum-action{
  position: absolute;
  height: 60px;
  bottom: 0;
  padding: 15px;
}
.curriculum-title{
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'MaisonNeueExtended', sans-serif;
}
.curriculum-description{
  color: black;
  margin-bottom: 15px;
}
.btn-action-style{
  background-color: #0044B4;
  color: white;
  padding: 5px 15px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  margin-right: 5px;
}
.btn-style-success{
  color: white;
  background-color: #00E15F !important;
}
.btn-style-success:hover{
  color: white;
  background-color: #0AC84E !important;
}
.btn-style-warning{
  color: white;
  background-color: #FF9900 !important;
}
.btn-style-warning:hover{
  color: white;
  background-color: #EE8700 !important;
}
.btn-style-info{
  color: white;
  background-color: #1ED7EB !important;
}
.btn-style-info:hover{
  color: white;
  background-color: #00B4D4 !important;
}
.btn-style-disable{
  color: white;
  background-color: #999999 !important;
}
.btn-style-disable:hover{
  color: white;
  background-color: #999999 !important;
}

.text-style-success{
  color: #00E15F !important;
}
.text-style-warning{
  color: #FF9900 !important;
}
.text-style-info{
  color: #1ED7EB !important;
}
.text-style-danger{
  color: #F05252 !important;
}

.box-evaluation{
  padding: 30px 15px;
  min-height: 550px;
  text-align: center;
}
.box-evaluation-detail{
  text-align: center;
}
.evaluation-status-title{
  font-size: 60px;
  font-family: 'MaisonNeueExtended', sans-serif;
}
.evaluation-point{
  font-size: 30px;
  font-family: 'MaisonNeueExtended', sans-serif;
  color: black;
}
.evaluation-description{
  max-width: 650px;
  margin: 15px auto;
  color: black;
}

.box-curriculum-detail{
  padding: 30px 15px;
  min-height: 550px;
  text-align: left;
}
.box-curriculum-description{
  margin-top: 50px;
}
.box-curriculum-description p{
  color: black;
}
.curriculum-detail-head{
  font-size: 20px;
  font-family: 'MaisonNeueExtended', sans-serif;
  margin-bottom: 5px;
}
.curriculum-detail-title{
  font-size: 18px;
  line-height: normal;
  font-family: 'MaisonNeueExtended', sans-serif;
  margin-bottom: 15px;
}
.box-list-course-data{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-list-course{
  color: white;
  font-size: 14px;
  font-family: 'MaisonNeueExtended', sans-serif;
  text-decoration: none;
  margin: 10px 0;
  padding: 12px 15px;
  background-color: #1ED7EB;
  width: 100%;
  display: block;
}
.box-list-course:hover{
  color: white !important;
  opacity: .8;
}
.box-course-status{
  color: white;
  font-size: 14px;
  font-family: 'MaisonNeueExtended', sans-serif;
  text-decoration: none;
  margin: 10px 0;
  padding: 12px 15px;
  background-color: #1ED7EB;
  width: 150px;
  display: block;
  border-left: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}
.box-course-status:hover{
  color: white !important;
  opacity: .8;
}
.box-course-status-disable{
  color: #002E7C;
  font-size: 14px;
  font-family: 'MaisonNeueExtended', sans-serif;
  text-decoration: none;
  margin: 10px 0;
  padding: 12px 15px;
  background-color: #ccc;
  width: 150px;
  display: block;
  border-left: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}
.box-list-course-disable{
  color: #002E7C;
  font-size: 14px;
  font-family: 'MaisonNeueExtended', sans-serif;
  text-decoration: none;
  margin: 10px 0;
  padding: 12px 15px;
  background-color: #ccc;
  width: 100%;
  display: block;
}
.list-course-active{
  color: #002E7C !important;
}
.box-curriculum-content{
  background-color: white;
  padding: 20px;
}
.box-curriculum-content .curriculum-title{
  font-size: 20px;
  margin-bottom: 0px;
}
.box-curriculum-content .curriculum-course-title{
  font-size: 18px;
  font-family: 'MaisonNeueExtended', sans-serif;
  margin-bottom: 15px;
}
.box-curriculum-content p{
  color: black;
}
.box-curriculum-content img{
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}
.box-curriculum-content video{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.1);
}
.box-curriculum-note{
  padding: 20px;
  background-color: #00B4D4;
  color: white;
}
.curriculum-note-title{
  font-size: 18px;
  font-family: 'MaisonNeueExtended', sans-serif;
  margin-bottom: 15px;
}
.box-action-submit{
  width: 100%;
  text-align: right;
  margin-top: 15px;
}
.box-countdown{
  padding: 5px 15px;
  background-color: #F05252;
  color: white;
  display: inline-block;
  margin-top: 25px;
  width: auto !important;
  text-align: center;
}
.box-leaderboard{
  background-color: white;
  padding: 15px;
  margin-bottom: 25px;
}
.list-rank{
  display: flex;
  justify-content: baseline;
  align-items: center;
}
.list-rank:last-child{
  border: none;
}
.list-rank-number{
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  text-align: center;
}
.list-rank-name{
  width: 90%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.bg-rank-first{
  background-color: #ffbd1b;
}
.bg-rank-second{
  background-color: #c0c0c0;
}
.bg-rank-third{
  background-color: #964b00;
}
.bg-rank-default{
  background-color: #00B4D4;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00B4D4;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00B4D4;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.box-json-format{
  padding: 25px;
  background-color: #EFF2F5;
}
pre{
  margin-bottom: 0 !important;
}
.border-bottom{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
iframe{
  width: 100%;
  height: 450px;
}
.box-curriculum-empty{
  border: 1px dotted rgba(0,0,0,0.1);
  padding: 50px;
  text-align: center;
  color: #ccc;
  font-size: 20px;
}
.border-top-style{
  border-top: 1px dotted rgba(0,0,0,0.1);
}
.pd-top-20{
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  body{
    font-size: 12px;
  }
  iframe{
    width: 100%;
    height: 150px;
  }
  .only-mobile{
    display: block;
  }
  .only-desktop{
    display: none;
  }
  .w-100-m{
    width: 100% !important;
  }
  header{
    margin: 0;
  }
  main {
    min-height: calc(100vh - 140px);
  }
  .btn-style{
    font-size: 14px;
    padding: 8px 20px;
  }
  .box-main-logo{
    padding: 15px 10px;
  }
  .main-logo{
    width: 50px;
  }
  .box-user-login{
    padding: 15px 10px;
  }
  .box-evaluation,
  .box-login-member,
  .box-curriculum-list,
  .box-curriculum-detail{
    margin: 0 5px;
    padding: 20px 0px;
  }
  .box-title-head{
    margin: 0 !important;
    border-top: 1px dotted rgba(0,0,0,0.1);
    padding: 10px 0 0 !important;
  }
  .bluescope-academy-style{
    line-height: 20px;
    font-size: 22px;
  }
  .box-curriculum-description{
    margin-top: 20px;
    border-top: 1px dotted rgba(0,0,0,0.1);
    padding-top: 15px;
  }
  .box-curriculum-content{
    padding: 10px;
  }
  .box-curriculum-note{
    padding: 10px;
  }
  .mb-mobile-15{
    margin-bottom: 15px !important;
  }
  .box-leaderboard{
    margin-top: 20px;
  }
  .box-title-head{
    font-size: 24px;
  }
  .login-member{
    margin: 20px 0 0;
  }
  .login-text{
    line-height: 30px !important;
    font-size: 30px !important;
  }
  .login-copyright{
    padding: 30px;
  }
  .box-countdown{
    margin-top: 15px;
  }
  .box-curriculum-content img{
    margin-bottom: 15px !important;
    width: 100% !important;
    height: auto !important;
  }
  .left,.right{
    margin-bottom: 10px;
  }
  .box-action-submit{
    margin-bottom: 15px;
  }
  .evaluation-status-title{
    font-size: 30px;
  }
  .evaluation-point{
    font-size: 20px;
  }
  .border-bottom-style{
    border-bottom: 1px dotted rgba(0,0,0,0.1);
    padding-bottom: 15px;
  }
  .box-list-course-data{
    display: block;
  }
  .box-list-course{
    margin: 0;
  }
  .box-course-status{
    width: 100%;
    margin: 0 0 10px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .box-list-course-disable{
    margin: 0;
  }
  .box-course-status-disable{
    width: 100%;
    margin: 0 0 10px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
}
