html,
body {
    height: 100%;
}

.toast-error {
    background-color: #dc3545;
    color: #ffffff;
}

.toast-success {
    background-color: #02503d;
    color: #ffffff;
}

div.disabled {
    background-color: #ebebeb !important;
}

a.disabled {
    pointer-events: none !important;
    cursor: default !important;
    background-color: #9f9f9f !important;
    border-color: transparent !important;
}

body {
  background-color: #efefef;
}
.navbar-block{
  height: 139px;
  /* background-color: linear-gradient(to bottom, #0c3451, #ade7ee); */
  background-color: #b4c2c9;
  background-image: url('/template/images/menu.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand-title {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-left: 20px;
  text-transform: uppercase;
}
.navbar-block .logo-1 {
  width: 103px;
}
.navbar-block .logo-2 {
  width: 88px;
}
.navbar-block .nav-link {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-block .nav-link.active {
    text-decoration: underline;
}
.navbar-block .nav-link:hover {
    text-decoration: underline;
}
/* login */
.login-body {
    min-height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: auto;

  background-image: url(/template/images/background_body.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login-card {
  /*width: 660px;*/
  /*height: 610px;*/
  /*margin: 0;*/
  padding: 40px 60px;
  border-radius: 54px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.login-card h2 {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #0688a6;
}
.login-card input[type="text"],
.login-card input[type="password"] {
  border: 0;
  border-bottom: solid 1px #707070;
  border-radius: 0;
  background: #ffffff;
  font-family: Arial;
  font-size: 20px;
  text-align: left;
  color: #000;
}
.login-card input[type="text"]:focus,
.login-card input[type="password"]:focus {
  outline: 0;
  box-shadow: none;
}
.relative {
  position: relative;
}
.password-control {
    position: absolute;
    bottom: 6px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/template/images/svg/eye.svg) 0 0 no-repeat;
    background-size: 30px;
}
.password-control.view {
    background: url(/template/images/svg/eye_1.svg) 0 0 no-repeat;
    background-size: 30px;
}
.login-card .capcha-div {
  position: relative;
}
.login-card .capcha-div {
  position: relative;
}
.login-card .capcha-div img {
  position: absolute;
  right: 0;
  top: 0;
}
.capcha-label {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #9f9f9f;
}
.login-card .login-checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 37px;
}
.login-checkboxes input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.login-checkboxes input[type="checkbox"]+label {
    position: relative;
}
.login-checkboxes input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: solid 1px #707070;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.login-checkboxes input[type="checkbox"]:checked+label::after {
    content: '✓';
    position: absolute;
    top: -2px;
    left: 5px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #02503d;
}
.login-checkboxes input[type="checkbox"]+label+label {
    position: relative;
    top: -7px;
    left: 10px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #02503d;
}
.login-checkboxes a {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #02503d;
}
/* login end */
/* footer */
footer {
    position: -webkit-sticky!important;
    position: sticky!important;
    margin-top: auto!important;
    top: 100%!important;
  padding: 54px;
  background-image: linear-gradient(to bottom, #3c6980, #8ac0cc);
}
footer > div {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
/* footer end */
/* user */
  h1.title {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .btn-default {
    border-radius: 28px;
    border: solid 2px #0688a6;
    background-color: #ffffff;
    height: 47px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0688a6;
    text-transform: uppercase;
  }
  .btn-default:hover {
    border-color: #000000;
  }
  .btn-default i {
    font-size: 23px;
    margin-left: 5px;
  }
  .edit-card {
    padding: 45px 48px 46px 49px;
    border-radius: 19px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
/* user end */
/* index */
.card {
  border-radius: 20px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
    border: none;
}
.card h5.card-title {
  font-family: Arial;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
    min-height: 60px;
    text-transform: uppercase;
}
.card .card-text {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.card .test-card #number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #1bc0c9, #098fab);
    border-radius: 20px 0 0 20px;
    text-align: center;
}

.card .test-card #number span {
    opacity: 0.34;
    font-family: Calibri;
    font-size: 230px;
    line-height: 0.0;
    letter-spacing: normal;
    color: #000;
}

.card .result-card #number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #1bc0c9, #098fab);
    border-radius: 20px 0 0 20px;
    text-align: center;
}

.card .result-card #number span {
    font-family: Calibri;
    font-size: 89px;
    letter-spacing: normal;
    color: #000;
}

.card .result-card img {
    height: 70px;
}

.card .result-card h5.card-title {
    min-height: 0;
    line-height: 1;
}

.btn-primary {
    border-radius: 53px;
    background-image: linear-gradient(to bottom, #1cc3cb, #01779c);
    background-color: transparent;
    border-color: transparent;
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary i {
    font-size: 22px;
    margin-left: 5px;
}

.btn-primary:hover {
    color: black;
    background-color: transparent;
    border-color: transparent;
}
/* index end */
/* course */
.course-name {
  font-family: Arial;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.course-description {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.course-card .card-title{
  font-family: Arial;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.course-card .card-date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
.course-card hr {
  height: 2px;
  background-color: #b1c0c7;
}

/* course end */

@media screen and (max-width: 800px) {
  .navbar-brand-title {
    display: none;
  }
}

.form-check-input:checked {
    background-color: #0688a6;
    border-color: #0688a6;
}
