/* cmsms stylesheet: MinFlex common modified: 03/05/19 22:12:49 */
body, h1, h2 {
  
  color:black;
}
/* cmsms stylesheet: MinFlex - swiper modified: 03/07/19 22:38:46 */
.swiper {
  position: relative;
/*  top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.swiper .swipe-btn {
  cursor: pointer;
}
.swiper .swipe-btn.back-to-start {
  transition: transform 0.5s ease-in-out;
  transform: translateX(0) !important;
}
.swiper .swipe-btn .circle {
  fill: #ffffff;
}
.swiper .swipe-btn .arrow {
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  fill: #ffffff;
}
.swiper .swipe-end {
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  fill: none;
}
.swiper .dotted-line circle {
  fill: #ffffff;
}
.unlock {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #0d3d7d;
  text-align: center;
  padding: 10px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.unlock.unlocked {
  opacity: 1;
}
/* cmsms stylesheet: MinFlex - alert box modified: 01/22/19 14:55:16 */
/* The alert message box */
.alertbox {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
