@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}

img.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

.header {
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .logo-container {
  width: 250px;
}
.header .logo-container img {
  width: 100%;
}

strong {
  font-weight: 600;
}

#main {
  margin: 0 auto;
  /* width: 1024px; */
  /* height: 768px; */
  /* transform-origin: 50% 0%; */
  width: 100%;
  max-width: 600px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  /* background: url("../media/images/bg.jpg") no-repeat; */
  /* background-size: contain; */
}

.section-title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.card.content-card {
  border-color: #bad3e8;
  background-color: transparent;
  overflow: hidden;
}
.card.content-card .card-body {
  color: #215c95;
  background-color: #edfbff;
  text-decoration: none;
  min-height: 100px;
  padding: 15px 10px;
  text-align: center;
}
.card.content-card .card-body:hover {
  color: #215c95;
  background-color: #ccf4ff;
}

.btn.back-btn {
  background-color: #d8edff;
  border-color: #bad3e8;
  color: #215c95;
  font-size: 15px;
  line-height: 1.25;
  padding: 8px 10px;
}
.btn.back-btn img {
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.btn.back-btn:hover {
  background-color: #cde5fb;
  border-color: #bad3e8;
  color: #215c95;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
