/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 27, 2019 */

@font-face {
  font-family: "kanitregular";
  src: url("../fonts/kanit-regular-webfont.woff2") format("woff2"),
    url("../fonts/kanit-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kanitlight";
  src: url("../fonts/kanit-light-webfont.woff2") format("woff2"),
    url("../fonts/kanit-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

img {
  margin: 5px;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
button {
  font-family: "Prompt", sans-serif;
}

button {
  border: none;
  margin-bottom: 20px;
}

input {
  margin: 5px;
}
body {
  background: #2d6f41;
  background: linear-gradient(
    0deg,
    rgba(45, 111, 65, 1) 40%,
    rgba(87, 199, 133, 1) 50%,
    rgba(255, 255, 255, 1) 60%
  );
}
/* ==============================================first-page============================================== */
.row.rowcold .col {
  padding: 0;
}
.img-ico {
  width: 50px;
  margin: 15px;
  padding: 5px;
  border-radius: 50%;
  background-color: white;
}
.img-report {
  height: 50px;
}
.img-icoi {
  opacity: 0.7;
  width: 40px;
  margin: 0px;
  padding: 0px;
}
.container {
  background-color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px;
  z-index: 1;
}
.card-body {
  margin: 0px 10px 0px 10px;
}
.text-left {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pt-btn {
  border-radius: 20px;
  padding: 5px;
  margin: 5px;
  transition: all 0.3s ease;
}

.pt-btn:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px;
}
.pt-btn h5 {
  font-weight: 400;
  color: rgb(46, 46, 46);
}
a:hover {
  text-decoration: none;
}

.bg-lb {
  background-color: #dff2fd;
}
.bg-lp {
  background-color: #ffe2fb;
}
.bg-lg {
  background-color: #e1ffd8;
  margin-bottom: 15px;
}
.bg-lr {
  background-color: rgb(255, 52, 52);
}
.bg-ly {
  background-color: hsl(59, 100%, 87%);
}

/* ==============================================survey============================================== */

textarea::placeholder {
  font-family: "Prompt";
}
.glass-radio-group {
  --bg: rgba(255, 255, 255, 0.06);
  --text: #e5e5e5;

  display: flex;
  position: relative;
  background: var(--bg);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.2),
    inset -1px -1px 6px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 100%;
}

.glass-radio-group input {
  display: none;
}

.glass-radio-group label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  font-size: x-large;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--text);
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}

.glass-radio-group label:hover {
  color: white;
}

.glass-radio-group input:checked + label {
  color: #fff;
}

.glass-glider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% / 3);
  border-radius: 1rem;
  z-index: 1;
  /* cubic-bezier(0.37, 1.95, 0.66, 0.56) */
  transition: transform 0.5s ease, background 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}

/* Silver */
#sv1:checked ~ .glass-glider {
  transform: translateX(0%);
  background: linear-gradient(135deg, #c0c0c055, #e0e0e0);
  box-shadow: 0 0 18px rgba(192, 192, 192, 0.5),
    0 0 10px rgba(255, 255, 255, 0.4) inset;
}

/* Gold */
#sv2:checked ~ .glass-glider {
  transform: translateX(100%);
  background: linear-gradient(135deg, #ffd70055, #ffcc00);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.5),
    0 0 10px rgba(255, 235, 150, 0.4) inset;
}

/* Platinum */
#sv3:checked ~ .glass-glider {
  transform: translateX(200%);
  background: linear-gradient(135deg, #d0e7ff55, #a0d8ff);
  box-shadow: 0 0 18px rgba(160, 216, 255, 0.5),
    0 0 10px rgba(200, 240, 255, 0.4) inset;
}
.form-control {
  border-radius: 20px;
  border: none;
  background-color: #f5f5f5;
}
.btn-primary {
  background: green;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin-bottom: 15px;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100%;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}
/* ================================================modal================================================ */

.modal-header {
  display: block;
  text-align: center;
}
.modal-content {
  /* transform: translate(-50%, -50%); */
  border-radius: 25px;
}
.modal-content button {
  padding: 5px 20px 5px 20px;
}
.capsule-button {
  width: 100%;
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.capsule-button .half {
  width: 50%;
  padding: 7px 20px;
  border: none;
  background-color: white;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 16px;
}

.capsule-button .left {
  border-right: 1px solid #ccc;
  border-radius: 999px 0 0 999px;
}
.capsule-button .left:hover {
  color: white;
  background-color: rgb(255, 52, 52);
}

.capsule-button .right {
  border-radius: 0 999px 999px 0;
}
.capsule-button .right:hover {
  color: white;
  background: #2d6f41;
}
/* From Uiverse.io by Yaya12085 */
.radio-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: auto;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-inputs > * {
  margin: 6px;
}

.radio-input:checked + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.radio-input:checked + .radio-tile .radio-icon svg {
  fill: #2260ff;
}

.radio-input:checked + .radio-tile .radio-label {
  color: #2260ff;
}

.radio-input:focus + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 100px;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.radio-tile:hover {
  border-color: #2260ff;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 50px;
  height: 50px;
  margin: 5px;
  fill: #b5bfd9;
}

.radio-label {
  color: #b5bfd9;
  transition: 0.375s ease;
  text-align: center;
  font-size: 13px;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media only screen and (min-width: 500px) {
  body {
    background: #2d6f41;
  }
}
