.selected-border {
  border: 7px #f2ca40 solid;
  border-radius: 50%;
}
.selected-border img {
  border-radius: 50%;
}

.after-1st-login p {
  color: #343434;
}
.c-raisin-black {
  color: #27231d;
}
.color-black {
  color: #000000 !important;
}

input[type="radio"] {
  height: 28px;
  width: 28px;
}
.radio-item-wrapper {
  text-align: center;
}
.radio_item {
  float: left;
  width: 40%;
}

.subtext-24 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #333333;
}

.custom-qa-ans {
  height: 28px;
  width: 28px;
}
.custom-qa-label {
  margin-left: 25px;
}
.item-wrapper-emoji {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}

.mb-minus-2 {
  margin-bottom: -2px !important;
}
.book-type-tab {
  background-color: transparent;
  color: #93a1bf;
  border: 1px #93a1bf solid;
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
}

.btn-14-font {
  font-size: 14px;
}

.on-click-emoji {
  border: 7px #f47c32 solid;
  border-radius: 50%;
}

.ant-modal-body canvas {
  /* height: 1200px !important; */
  height: auto !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-11 {
  font-size: 11px !important;
}
.font-56 {
  font-size: 56px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-32 {
  font-size: 32px !important;
}

/* pdf modal */
.ant-modal {
  top: 5px !important;
  width: 100% !important;
}
.ant-modal-content {
  min-height: calc(100vh - 24px);
}
.ant-modal-body {
  height: calc(100vh - 77px) !important;
}
