﻿.test-reminder-wrap {
  width: 400px !important;
  margin: auto !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.test-reminder-wrap i {
  padding: 2px 15px 0 10px;
  font-size: 24px;
  color: #09538b;
}

.test-reminder-required-select {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.rmnd-req {
  color: red;
}

.test-reminder-radio {
  justify-content: center;
  margin-bottom: 0;
}

.req-expl {
  font-size: small !important;
  margin: auto;
  width: 75%;
  text-align: center;
}

.card-title,
.first-card-text {
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.8px;
  font-family: "Lato-Bold";
}

button.btn.btn-outline-primary {
  color: #09538b;
  border-color: #09538b;
  width: 100%;
}

button.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #09538b;
  border-color: #09538b;
}

.test-reminder-wrap .card-header {
  padding-top: 12px !important;
  display: flex;
}

.test-reminder-wrap .card-body {
  padding: 30px 50px 20px;
}

.test-reminder-button {
  width: 90%;
  margin: auto;
}

.init {
  display: none;
}

li.test-reminder {
  margin-top: -100px;
}
