
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2f3f9;
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  overflow: -moz-scrollbars-none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

body {
  width: 100%;
  overflow: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

/* * {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

::-webkit-scrollbar {
  display: none;
}

input {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  ime-mode: disabled;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -o-ime-mode: disabled;
  -ms-ime-mode: disabled;
}

input:placeholder-shown {
  color: rgba(21, 44, 91, 0.4000000059604645);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  padding-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

select {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  ime-mode: disabled;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -o-ime-mode: disabled;
  -ms-ime-mode: disabled;
}

.form-select {
  opacity: 0.800000011920929 !important;
  color: rgba(21, 44, 91, 1) !important;
  font-family: Montserrat;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  ime-mode: disabled;
  width: 100% !important;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -o-ime-mode: disabled;
  -ms-ime-mode: disabled;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* table {
  border-collapse: inherit !important;
  border-spacing: 0px;
} */

.tablebottom{
  border-bottom: 0.0625rem solid #E8EAEF;
}

.form-check-input {
  margin-top: 0rem !important;
}
th {
  background: #f6f6f9 !important;
  color: rgba(21, 44, 91, 0.4);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.table-modern tr {
  height: 3.375rem;
  vertical-align: middle;
}
.table_equipment tbody {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  color: #152c5b;
  opacity: 0.8;
}
.table_equipment th {
  background-color: rgba(234, 243, 255, 1) !important;
  border-radius: 0 !important;
  height: 3rem;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: center;
  border-top: 0.0625rem solid rgba(193, 193, 193, 1) !important;
  border-bottom: 0.0625rem solid rgba(193, 193, 193, 1) !important;
}

.table_equipment tr td:first-child {
  background-color: rgba(234, 243, 255, 1) !important;
  border-radius: 0 !important;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: left;
}
.table_equipment tr:last-child {
  border-radius: 0.625rem !important;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: left;
}
.table_equipment td {
  border-radius: 0 !important;
  height: 4rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0.0625rem solid rgba(193, 193, 193, 1) !important;
}
.table_equipment tr:first-child th:first-child {
  border-top-left-radius: 0.8rem !important;
}
.table_equipment tr:first-child th:last-child {
  border-top-right-radius: 0.8rem !important;
}
.table_equipment tr:last-child td:last-child {
  border-bottom-right-radius: 0.8rem !important;
}
.table_equipment tr:last-child td:first-child {
  border-bottom-left-radius: 0.8rem !important;
}

/* Vendor Product table */
.table_vendor tbody {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  color: #152c5b;
  opacity: 0.8;
}
.table_vendor th {
  background-color: rgba(234, 243, 255, 1) !important;
  border-radius: 0 !important;
  height: 6rem;
  color: rgba(21, 44, 91, 0.6);
  vertical-align: middle;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  border-top: 0.0625rem solid rgba(193, 193, 193, 1) !important;
  border-bottom: 0.0625rem solid rgba(193, 193, 193, 1) !important;
}
.table_vendor tr:last-child {
  border-radius: 0.625rem !important;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: left;
}
.table_vendor td {
  border-radius: 0 !important;
  height: 5rem;
  vertical-align: middle;
  text-align: left;
  border-bottom: 0.0625rem solid rgba(193, 193, 193, 1) !important;
  word-break: keep-all; /* 不换行 */
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
}
.table_vendor tr:first-child th:first-child {
  border-top-left-radius: 0.8rem !important;
}
.table_vendor tr:first-child th:last-child {
  border-top-right-radius: 0.8rem !important;
}
.table_vendor tr:last-child td:last-child {
  border-bottom-right-radius: 0.8rem !important;
}
.table_vendor tr:last-child td:first-child {
  border-bottom-left-radius: 0.8rem !important;
}
.drop_basic {
  background-color: transparent !important;
  border: none !important;
}

.modal-backdrop.show {
  width: 100%;
  height: 100%;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -3.125rem);
}

/* @media (min-width: 50rem) {
  .modal-dialog {
    max-width: 70% !important;
  }
}

@media (min-width: 80rem) {
  .modal-dialog {
    max-width: 60% !important;
  }
} */

.accordion-button {
  background: transparent !important;
  width: 100% !important;
  height: 100% !important;
}

.dropdown-toggle::after {
  display: none !important;
}
.sc-iAvgwm {
  border-radius: 0.375rem !important;
  background: rgba(246, 246, 249, 0.4) !important;
  border: 0.0938rem solid rgba(21, 44, 91, 0.1) !important;
  width: 100% !important;
  height: 2.25rem !important;
  padding-left: 0.125rem !important;
}

.datepicker_all input {
  border-radius: 0.375rem !important;
  background: rgba(246, 246, 249, 0.4) !important;
  border: 0.0938rem solid rgba(21, 44, 91, 0.1) !important;
  width: 100% !important;
  height: 2.25rem !important;
  padding-left: 0.125rem !important;
}

.collection_card_popover .ant-popover-inner {
  border-radius: 0.625rem !important;
}

/* @import "./antd-main.css"; */


.cus-button {
  float: right;
  border: 0.0625rem solid #ececec;
  height: 1.875rem;
  border-radius: 0.625rem;
  font-size: 0.8rem;
  padding: 0.0625rem 0.3125rem 0.0625rem 0.3125rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.mr-cus{
  margin-right: 0.3rem !important;
}

.label_preview_white_btn {
  border-radius: 0.625rem;
  background-color: white;
  border: 0.125rem solid rgba(21, 44, 91, 0.1);
  min-width: 10.1875rem;
  height: 3rem;
  color: rgba(21, 44, 91, 0.8);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  margin-right: 1.875rem;
}

.label_preview_blue_btn {
  border-radius: 0.625rem;
  background: rgba(0, 117, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1rem;
  letter-spacing: 0;
  text-align: center;
  min-width: 12.875rem;
  height: 3rem;
}

.cus-font-family {
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.cus-scorll-y::-webkit-scrollbar {
  display: block !important;
}
.cus-scorll-y::-webkit-scrollbar {
width: 0.2rem ;
height: 0.3125rem;
}

.cus-scorll-y::-webkit-scrollbar-track {
background-color: #f5f5f5 ;
}

.cus-scorll-y::-webkit-scrollbar-thumb {
background-color: #dee2e6 ;
height: auto;
border-radius: 0.625rem;
}

.cus-scorll-y::-webkit-scrollbar-thumb:hover {
background-color: #555 ;
}
.cus-scorll-y::-webkit-scrollbar {
  display: block;
}

.ant-message-custom-content {
  display: flex;
  align-items: center;
}

.message_ {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
/* .index-title-text {
    width:50%;
    display: flex;
    align-items: center;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 800;
    font-size: 3rem;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
} */

.index-row1 {
    color: rgba(21, 44, 91, 0.8);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    margin-top: 4.6875rem;
    margin-bottom: 1.875rem;
}

.index-row-text-left {
    color: rgba(21, 44, 91, 0.8);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    margin-right: -1.25rem;
}

.index-row-input-text {
    border-radius: 0.375rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.09375rem solid rgba(21, 44, 91, 0.1);
    width: 26.875rem;
    height: 2.625rem;
    margin-right: -1.25rem;
}

.index-row-input-number {
    border-radius: 0.25rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.09375rem solid rgba(21, 44, 91, 0.1);
    width: 2.625rem;
    height: 2.625rem;
    margin-right: 1.75rem;
}

.index-row-input-date {
    border-radius: 0.375rem;
    background: rgba(246, 246, 249, 0.4);
    height: 2.25rem;
    width: 4.625rem;
    border: 0.09375rem solid rgba(21, 44, 91, 0.1);
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.index-row-button {
    width: 23.5rem;
    height: 3rem;
    border-radius: 0.625rem;
    background: rgba(0, 117, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 3rem;
    letter-spacing: 0;
    text-align: center;
}
.verify_birth_box {
    border-radius: 0.47438rem;
    background: rgba(242, 243, 249, 1);
    border: 0.0625rem solid rgba(21, 44, 91, 0.1);
    width: 6.375rem;
    height: 2.625rem !important;
    color: rgba(21, 44, 91, 0.3);
    font-family: Roboto;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    /*margin-left: 20px;*/
}
.create_header {
    width: 100%;
    padding: 0.85rem 1.8rem;
    background-color: rgb(248, 249, 252);
    border-radius: 0.625rem 0.625rem 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.number_contain {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.number_contain .text {
    font-size: 0.882rem;
    font-weight: 600;
    color: #152c5b;
    opacity: 0.4;
    margin-bottom: 0;
}

.number_box {
    width: 2.688rem;
    height: 2.688rem;
    background-color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 0.8125rem 1.3125rem rgba(14, 39, 69, 0.05);
    color: #0075FF;
    margin-right: 0.6875rem;
}

.number_box.active {
    background-color: #0075FF !important;
    color: white !important;
    box-shadow: none !important;
}

.number_contain .text.active {
    font-weight: 600;
    color: var(--text-color);
    opacity: 1;
}



.create_header .line_dashed {
    margin: 1.125rem 0;
    border: none;
    height: 0.125rem;
    width: 3.125rem;
    opacity: 0.3;
    background: repeating-linear-gradient(90deg, var(--text-color), var(--text-color) 0.3125rem, transparent 0.3125rem, transparent 0.5rem);
}

.success_line {
    margin: 1.125rem 0;
    border: none;
    height: 0.125rem;
    width: 3.125rem;
    background-color: #21C273 !important;
}

.number_box.success {
    background-color: #21C273 !important;
}

.number_contain .text.success {
    color: #21C273 !important;
    opacity: 1;
}
  
  .dash_box{
    border-radius: 0.63rem;
    background: rgba(246,246,249,0.8);
    border: 0.06rem dashed rgba(21,44,91,0.4);
    height: 21.19rem;
    overflow-y: auto;
    min-height: 18.313rem;
  
  }
  
  .dash_h1{
    font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      font-size: 1.19rem;
      line-height: normal;
      color: #152C5B;
    padding-left:2.4375rem;
    padding-top:2.8125rem;
  
  }
  
  .dash_p{
    font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      font-size: 1rem;
      line-height: normal;
      color: #152C5B;
    padding-left:3.3125rem;
    padding-top:1.25rem;
  
  }
  .dash_li{
    font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 0.88rem;
      line-height: normal;
      color: #152C5B;
    padding-left:4.3125rem;
    padding-top:1.25rem;
  
  }
  .checkin_header{
    color: rgba(21,44,91,0.9);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
  
  }
  
  .checkin_subheader{
    color: rgba(21,44,91,0.8);
    font-family: Roboto;
    font-weight: regular;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
  
  }
  
  
  .finish_text{
    color: rgba(21,44,91,0.8);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    padding-top: 2.63rem;
  
  }
  
  .finish_number{
    color: rgba(0,117,255,1);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  
  }
  
  .finish_subtext{
    color: rgba(21,44,91,0.5);
    font-family: Roboto;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  
  }
  
  .question_index_box{
    border-radius: 0.63rem;
    background: rgba(204,223,244,1);
    padding: 0.7rem;
    color: rgba(21,44,91,0.8);
    font-family: Roboto;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  
  
  }
  .question_text{
    color: rgba(21,44,91,0.8);
    font-family: Roboto;
    font-weight: 500;
    font-size: 1.31rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
  
  }
  
  .answer_box{
    border-radius: 0.63rem;
    border: 0.13rem solid rgba(21,44,91,0.2);
    color: rgba(21,44,91,0.800000011920929);
    font-family: Roboto;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    min-width: 8.44rem;
    min-height: 3.94rem;
  display: flex;
  justify-content:center;
  align-items: center;
  
  }
  .answer_box:hover{
    border-radius: 0.63rem;
    border: 0.13rem solid rgba(0,117,255,0.9);
    color: rgba(21,44,91,0.800000011920929);
    font-family: Roboto;
    font-weight: 500;
    /*font-size: 1rem;*/
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    min-width: 8.44rem;
    min-height: 3.94rem;
  display: flex;
  justify-content:center;
  align-items: center;
  }
  .preview_answer_box{
    border-radius: 0.63rem;
    background: rgba(255,255,255,1);
    border: 0.09rem solid rgba(21,44,91,0.08);
  
    color: rgba(21,44,91,0.800000011920929);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.94rem;
    letter-spacing: 0rem;
    text-align: center;
  
    padding: 0.9rem;
    min-width: 9.25rem;
    height: 2.88rem;
  
  
  }
  
  .preview_answer_title{
    opacity: 0.800000011920929;
    color: rgba(21,44,91,1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.54;
    letter-spacing: 0rem;
    text-align: left;
  
  
  
  }
  .LegaRisk_signature{
    opacity: 0.800000011920929;
    border-radius: 0.63rem;
    background: #F6F6F966;
    border: 0.075rem dashed #152C5B26;
    height: 6.88rem;;
    margin-right: 1.25rem;
    height: 11.125rem;
    width: 100%;
  }
  .chart_signature_font {
    opacity: 0.30000001192092896;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    text-align: center;
  }

  /*  */
  .navigate_item {
    height: 2.5rem;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 0.6rem;
    white-space: nowrap;
  }
  
  .message_navigate {
    border-radius: 1.125rem;
    background: #f2f3f8;
    height: 2.25rem;
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.25rem;
    letter-spacing: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-right: 1.875rem;
  }
  
  .deferral_text {
    color: rgba(21, 44, 91, 0.6);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: left;
  }
  
  .deferral_box_border {
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 1);
    border: 0.09375rem solid rgba(21, 44, 91, 0.08);
    width: 80%;
    padding: 0.3125rem 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .navigate_line {
    opacity: 0.10000000149011612;
    border: 0.125rem solid rgba(21, 44, 91, 1);
    height: 0.125rem;
    width: 100%;
    margin-top: -0.1875rem;
    background-color: rgba(21, 44, 91, 1);
  }
  
  .donor_title {
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
    margin-bottom: 1.06rem;
  }
  
  .donor_content {
    border-radius: 0.63rem;
    margin-top: 1.19rem;
    background-color: #ffffff;
    height: 100%;
    margin-bottom: 3rem;
  }
  
  .create_donor_top {
    position: relative;
    border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
    /* border-radius: 0.63rem 0.63rem 0rem 0rem; */
    background: rgba(240, 243, 249, 0.5);
    /* border-bottom: 0.13rem solid rgba(21, 44, 91, 0.1); */
  }
  
  .form_card_line {
    width: 100%;
    height: 0.09375rem;
    margin-right: 1rem;
    margin-left: 3.13rem;
    opacity: 0.10000000149011612;
    border-radius: 0.375rem;
    background: rgba(21, 44, 91, 1);
  }
  
  .form_card_star {
    opacity: 0.800000011920929;
    color: rgba(252, 25, 33, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .form_card_text {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
  }
  
  .card_input_label {
    opacity: 0.6000000238418579;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
    margin-bottom: 0;
  }
  
  .card_input {
    border-radius: 0.625rem !important;
    background: rgba(246, 246, 249, 0.4) !important;
    border: 0.0938rem solid rgba(21, 44, 91, 0.1) !important;
    width: 100%;
    height: 2.25rem !important;
  }
  
  .card_input_border_left {
    border-radius: 0rem 0.375rem 0.375rem 0rem;
    background: rgba(246, 246, 249, 0.4) !important;
    border: 0.0938rem solid rgba(21, 44, 91, 0.1) !important;
    width: 100% !important;
    height: 2.25rem !important;
  }
  
  .card_select {
    border-radius: 0.625rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.09rem solid rgba(21, 44, 91, 0.1);
    /* margin-bottom: 1.25rem; */
    height: 2.25rem;
    color: #152c5b;
    font-size: 0.9375rem;
    width: 100%;
  }
  
  .card_unit {
    opacity: 0.4000000059604645;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    padding-left: 0.9rem;
    line-height: 2.25rem;
  }
  
  .card_input_label_small {
    opacity: 0.6000000238418579;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .check_box {
    border-radius: 0.25rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.09rem solid rgba(21, 44, 91, 0.1);
    width: 1rem;
    height: 1rem;
  }
  
  .check_font {
    opacity: 0.800000011920929;
    color: rgba(0, 117, 255, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
  }
  
  .whiteBtn {
    border-radius: 0.63rem;
    border: 0.13rem solid rgba(21, 44, 91, 0.10000000149011612);
    background: white;
    margin-right: 1.5rem;
    cursor: pointer;
  }
  
  .activeBtn {
    background: #0075FF;
    color: red
  }
  
  .whiteBtn_font {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    text-align: left;
    padding-left: 1.38rem;
    padding-right: 1.38rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .blueBtn {
    border-radius: 0.63rem;
    background: rgba(0, 117, 255, 1);
    cursor: pointer;
  }
  
  .blueBtn_font {
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    text-align: left;
    padding-left: 4.25rem;
    padding-right: 4.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .sub_text {
    opacity: 0.4000000059604645;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.81rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .sub_text_left {
    opacity: 0.6000000238418579;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .sub_text_right {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .doc_card {
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 1);
    border: 0.06rem solid rgba(21, 44, 91, 0.08);
    padding-left: 0.81rem;
    padding-right: 0.81rem;
    padding-top: 1rem;
    margin-right: 1.25rem;
    height: 6.13rem;
    width: 100%;
  }
  
  .doc_card_font {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 1.07;
    letter-spacing: 0rem;
    text-align: center;
    padding-top: 0.625rem;
  }
  
  .doc_upload {
    opacity: 0.800000011920929;
    border-radius: 0.63rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.08rem solid rgba(21, 44, 91, 0.15);
    height: 6.88rem;
    margin-right: 1.25rem;
    padding-top: 2.06rem;
    width: 100%;
  }
  
  .video_upload {
    opacity: 0.800000011920929;
    border-radius: 0.63rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.08rem solid rgba(21, 44, 91, 0.15);
    width: 100%;
    cursor: pointer;
  }
  
  .signature {
    opacity: 0.800000011920929;
    border-radius: 0.63rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.08rem solid rgba(21, 44, 91, 0.15);
    height: 6.88rem;
    margin-right: 1.25rem;
    height: 12.38rem;
    width: 100%;
  }
  
  .doc_upload_font {
    opacity: 0.30000001192092896;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    text-align: center;
  }
  
  .literacy_wizard {
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    background: rgba(240, 243, 249, 0.5);
    width: 100%;
    border-bottom: 0.13rem solid rgba(21, 44, 91, 0.1);
  }
  
  .literacy_content_header {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.42;
    letter-spacing: 0rem;
    text-align: left;
    vertical-align: bottom;
  }
  
  .literacy_content {
    opacity: 0.6000000238418579;
    color: rgba(21, 44, 91, 1);
    /* font-family: Montserrat; */
    font-weight: 500;
    font-size: 0.94rem;
    line-height: 1.5;
    letter-spacing: 0rem;
    text-align: left;
  }
  
  .literacy_consent_title {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 1.42;
    letter-spacing: 0rem;
    text-align: left;
    padding-bottom: 1.88rem;
  }
  .room_processing_style {
    border-radius: 0.625rem;
    background: rgba(196, 196, 196, 0.1);
    border: 0.125rem solid rgba(21, 44, 91, 0.1);
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: center;
    width: auto;
    padding: 0 1rem;
    height: 2.5rem;
}
.font_size_flexible h1 {
  font-size: 2.125rem;
  font-weight: 600;
}

.font_size_flexible h2 {
  font-size: 1.875rem;
  font-weight: 600;
}

.font_size_flexible h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.font_size_flexible p {
  font-size: 0.938rem;
  font-weight: 600;
}
  .literacy_consent {
    opacity: 0.6000000238418579;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: 1.5;
    letter-spacing: 0rem;
    text-align: left;
    padding-bottom: 1.13rem;
  }
  
  .literacy_header {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
    padding-top: 1.88rem;
    padding-left: 2rem;
  }
  
  .literacy_subheader {
    opacity: 0.4000000059604645;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.81rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
    padding-top: 0.25rem;
    padding-left: 2rem;
  }
  
  .modal_header {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  
  .modal_subheader_left {
    opacity: 0.6000000238418579;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  }
  
  .modal_subheader_right {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.06rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  }
  
  .sig_finger_box {
    border-radius: 1rem;
    background: white;
    margin-right: 2.13rem;
    color: rgba(21, 44, 91, 0.4);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.94rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    padding-left: 1.31rem;
    padding-top: 0.44rem;
    padding-right: 1.31rem;
    padding-bottom: 0.44rem;
    cursor: pointer;
  }
  
  .sig_finger_box_selected {
    border-radius: 1rem;
    background: rgba(242, 243, 248, 1);
    margin-right: 2.13rem;
    color: rgba(0, 117, 255, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.94rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    padding-left: 1.31rem;
    padding-top: 0.44rem;
    padding-right: 1.31rem;
    padding-bottom: 0.44rem;
    cursor: pointer;
  }
  
  .err_message {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  
  .preview_index_box {
    border-radius: 0.63rem;
    background: rgba(204, 223, 244, 0.30000001192092896);
    padding: 0.81rem 0.6rem;
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  }
  
  .donor_upload_photo {
    width: 7.125rem;
    height: 9.625rem;
    border-radius: 0.375rem;
    background: rgba(250, 251, 253, 1);
    border: 0.0625rem solid rgba(21, 44, 91, 0.08);
    margin-right: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  
  .payment_select_btn {
    width: 10.125rem;
    height: 3.25rem;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 1);
    border: 0.09375rem solid rgba(21, 44, 91, 0.08);
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    justify-content: center;
    cursor: pointer;
  }
  
  .donor_upload_btn {
    min-width: 8.75rem;
    max-width: 12.5rem;
    line-height: 2.375rem;
    height: 2.375rem;
    font-size: 0.8125rem;
    font-weight: 700;
    border-radius: 0.625rem;
    border: 0.09375rem solid rgba(21, 44, 91, 0.1);
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .create_donor_name {
    opacity: 0.4000000059604645;
    color: #152c5b;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .create_donor_name_v {
    opacity: 0.800000011920929;
    color: #152c5b;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.94rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
  }
  
  .create_donor_report_k {
    opacity: 0.6000000238418579;
    color: #152c5b;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
  }
  
  .create_donor_report_status {
    opacity: 0.800000011920929;
    color: #152c5b;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  }
  
  .create_donor_report_v {
    opacity: 0.800000011920929;
    color: #152c5b;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  }
  
  .Issuse_select {
    width: 10.1875rem;
    border-radius: 0.38rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.09rem solid rgba(21, 44, 91, 0.1);
    margin-bottom: 1.25rem;
    margin-right: 1rem;
    height: 2.25rem;
    color: #152c5b;
    font-size: 0.9375rem;
  }
  
  .history_data_value {
    color: rgba(21, 44, 91, 0.8);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .history_data_key {
    color: rgba(21, 44, 91, 0.6);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }
  
  .CustomSelect {
    border-radius: 0.625rem;
    background: rgba(246, 246, 249, 0.4);
    border: 0.09rem solid rgba(21, 44, 91, 0.1);
    height: 2.5rem;
    color: #152c5b;
    font-size: 0.9375rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  /*  */
  .chart_box {
    height: 100%;
    border-radius: 0.625rem;
    background: #FFFFFF;
    padding-bottom: 1.875rem;
}

.history_table_font {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.875rem;
}

.history_select {
    border-radius: 0.375rem !important;
    border: 0.09375rem solid rgba(21, 44, 91, 0.1) !important;
    max-width: 11.25rem !important;
    height: 2.125rem !important;
    color: rgba(21, 44, 91, 0.65000000596046448) !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

.info_header_left {
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}

.info_header_right_box {
    border-radius: 0.38rem;
    background: rgba(0, 117, 255, 1);
    padding-top: 0.44rem;
    padding-left: 0.81rem;
    padding-bottom: 0.44rem;
    padding-right: 0.81rem;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    text-align: center;
    height: 1.88rem;
}

.info_key {
    opacity: 0.4000000059604645;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}
.info_key_content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_value {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}

.chart_icon_text {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 0.88rem;
    letter-spacing: 0rem;
    text-align: left;
}

.chart_title {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}

.action_icon_text {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.81rem;
    line-height: 0.88rem;
    letter-spacing: 0rem;
    text-align: center;
}

.chart_header {
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}

.chart_notes {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0rem;
    text-align: center;
}

.add_new_notes_box {
    border-radius: 0.625rem;
    border: 0.125rem solid rgba(21, 44, 91, 0.1);
    background: rgba(255, 255, 255, 1);
}

.notes_number {
    border-radius: 0.5rem;
    background: rgba(0, 117, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.notes_more {
    color: rgba(0, 117, 255, 0.8);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: normal;
    text-align: left;
    -webkit-text-decoration: 0.0625rem underline rgba(0, 117, 255, 0.8);
            text-decoration: 0.0625rem underline rgba(0, 117, 255, 0.8);
}

.address_edit_text {
    height: 6.125rem;
    display: flex;
}

.address_edit_box {
    border-radius: 0.5rem;
    background: #FFFFFF;
    border: 0.0625rem solid #152C5B14;
    margin-right: 1rem;
    padding-top: 1rem;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.875rem;
    line-height: 1.07;
    letter-spacing: 0;
    text-align: center;
}

.address_edit_type {
    opacity: 0.30000001192092896;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: light;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: left;
}

.finger_left_text {
    opacity: 0.4000000059604645;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    /* display: flex; */
    /* align-items:center; */
    white-space: nowrap;
}

.finger_righft_text {
    opacity: 0.800000011920929;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.payments_data_text {
    opacity: 0.800000011920929;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.payments_data_title {
    opacity: 0.4000000059604645;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.Reward_box_text {
    opacity: 0.15000000596046448;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.payments_status_cirle {
    border-radius: 50%;
    height: 0.4375rem;
    width: 0.4375rem;
    margin-right: 0.4375rem;
}

.payments_channel_box {
    width: 4.25rem;
    height: 1.625rem;
    border-radius: 1.125rem;
    margin-left: 4.375rem;
    font-family: Montserrat;
    font-weight: medium;
    font-size: 0.8125rem;
    padding: 0.625rem;
    display: flex;
    align-items: center;
}

/*输入框样式*/
.switch {
    display: none;
    width: 1rem;
    height: 1rem;
}

/* 开启前框的样式 */
.labelswitch {
    position: relative;
    display: block;
    border-radius: 1.5rem;
    width: 2.5rem;
    height: 1.25rem;
    background-color: rgb(255, 255, 255);
    border: 0.125rem solid #21C273;
    cursor: pointer;
}

/* 开启前球的样式 */
.labelswitch:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* 开启后小球的样式 */
.switch:checked~.labelswitch:after {
    margin-left: 1.25rem;
    background-color: #ffffff;
}

/* 开启后框的样式 */
.switch:checked~.labelswitch {
    position: relative;
    display: block;
    border-radius: 1.5rem;
    width: 2.5rem;
    height: 1.25rem;
    background-color: #21C273;
    border: 0.125rem solid #21C273;
    cursor: pointer;
}

/*Remark 鼠标悬停 */
.tooltiptext {
    background-color: #F6F6F9 !important;
    color: #152C5B !important;
    opacity: 1 !important;
}

.Issuse_Histoty_ActionBox {
    opacity: 0.800000011920929;
    color: #0075FF;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}

.issue_bnt {
    width: 5.8125rem;
    height: 1.75rem;
    border-radius: 0.375rem;
    background: #0075FF;
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.9375rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: left;
    margin-left: 0.9375rem;
}

.DonorLog_cirle {
    border-radius: 50%;
    height: 0.625rem;
    width: 0.625rem;
    margin-top: 0.4375rem;
    margin-right: 0.4375rem;
}

.DonorLog_log {
    opacity: 0.800000011920929;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    /* text-align: left; */
    display: flex;
    align-items: center;
}

.DonorLog_appintment {
    opacity: 0.5;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.DonorLog_time {
    opacity: 0.4000000059604645;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;

}
.Issues_box{
    height:5.1875rem;
    border-radius: 0.625rem;
    background: #FFEFE9
  }
  .issue_box_v{
    opacity: 0.5;
    color: rgba(209,88,49,1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  
  
  
  
  }
  /*  */
  .question-survey .ant-radio-wrapper {
    min-width: 9rem;
  }
  
  .question-survey .ant-checkbox-wrapper {
    min-width: 9rem;
  }
  
  .question-preview .ant-radio-wrapper {
    margin-left: 3.7rem;
  }
  
  .question-preview .ant-checkbox-wrapper {
    margin-left: 3.7rem;
  }
  
  .question-preview .question-choice-wrapper {
    padding-left: 1.7rem;
  }
  .question-preview .ant-input {
    margin-left: 3.7rem;
    width: calc(100% - 10rem);
  }
  
  .question-survey .ant-input {
    margin-left: 5rem;
    height: 10rem !important;
    width: calc(100% - 10rem);
  }
  
  .question-preview .choice-main {
    border-left: 0.125rem solid rgba(240, 246, 252, 1);
    margin-bottom: 1rem;
  }
  
  .no-border .choice-main {
    border-left: none !important;
  }
  
  .physical-questionnaire-report .ant-radio-wrapper-checked {
    border: 0.13rem solid rgb(228, 78, 81);
    background: rgba(246, 250, 253, 1);
  }
  
  .physical-questionnaire-report .ant-checkbox-wrapper-checked {
    border: 0.13rem solid rgb(228, 78, 81);
    background: rgba(246, 250, 253, 1);
  }
  /*  */


.video_content {
    padding: 1.8rem 1.8rem;
    width: 100%;
    height: 100%;
  }
  
  .video_content .video_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .video_header .left_section {}
  
  .video_header .right_section {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .video_header .first_title {
    font-size: 1rem;
    font-weight: 600;
    color: #152C65;
    margin-bottom: 0;
  }
  
  .video_header .count_title {
    font-size: 1rem;
    font-weight: 600;
    color: #152C65;
    opacity: 0.4;
    margin-bottom: 0;
    margin-left: 2rem;
  }
  
  .select_lang {
    border-radius: 0.4375rem;
    background-color: transparent;
    margin-left: 0.625rem;
    text-align: center;
    border: 0.15rem solid rgba(21, 44, 91, 0.1) !important;
    padding: 0.3rem 1rem 0.3rem 0.3rem;
  }

  .dash_box {
    border-radius: 0.63rem;
    height: 22.5rem;
    width: 40.3125rem !important;
    overflow-y: auto;
    margin: auto;
    min-height: 18.313rem;
}


.btn_red {
  background: white;
  border-radius: 0.625rem;
  border: 0.1rem solid rgba(228, 78, 81, 0.80);
  color: rgba(228, 78, 81, 0.8);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 0.781rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
  height: 2.6rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: 10.125rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
  .btn_next_none {
    border: none;
  }
  .btn_next{
    border-radius: 0.63rem;
    background: rgba(0,117,255,1);
    color: rgba(255,255,255,1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.781rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    height: 2.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    min-width: 8.75rem;
    border: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .btn_white{
    border-radius: 0.63rem;
    background: rgba(255,255,255,1);
    border: 0.1rem solid rgba(21,44,91,0.2);
    color: rgba(21,44,91,0.8);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.781rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    margin-right: 1.25rem;
    height: 2.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    min-width: 8.75rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  
  .finish_text{
    color: rgba(21,44,91,0.8);
    font-family: Roboto;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    padding-top: 2.63rem;
  
  }
  
  .literacy-scroll::-webkit-scrollbar {
    display: block !important;
  }
  

.literacy-scroll {
    height: 6.25rem; /* 滚动条容器的高度 */
  }
.literacy-scroll::-webkit-scrollbar {
  width: 0.4rem ;
  height: 0.3125rem;
}

.literacy-scroll::-webkit-scrollbar-track {
  background-color: #f5f5f5 ;
}

.literacy-scroll::-webkit-scrollbar-thumb {
  background-color: #dee2e6 ;
  height: auto;
  border-radius: 0.625rem;
}

.literacy-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555 ;
}
.literacy-scroll::-webkit-scrollbar {
    display: block;
}

.height-80 {
    height: 80%!important;
}
.question-survey .ant-radio-wrapper {
  min-width: 9rem;
}

.question-survey .ant-checkbox-wrapper {
  min-width: 9rem;
}

.question-preview .ant-radio-wrapper {
  margin-left: 3.7rem;
}

.question-preview .ant-checkbox-wrapper {
  margin-left: 3.7rem;
}

.question-preview .question-choice-wrapper {
  padding-left: 1.7rem;
}
.question-preview .ant-input {
  margin-left: 3.7rem;
  width: calc(100% - 10rem);
}

.question-survey .ant-input {
  margin-left: 5rem;
  height: 10rem !important;
  width: calc(100% - 10rem);
}

.question-preview .choice-main {
  border-left: 0.125rem solid rgba(240, 246, 252, 1);
  margin-bottom: 1rem;
}

.no-border .choice-main {
  border-left: none !important;
}

.physical-questionnaire-report .ant-radio-wrapper-checked {
  border: 0.13rem solid rgb(228, 78, 81);
  background: rgba(246, 250, 253, 1);
}

.physical-questionnaire-report .ant-checkbox-wrapper-checked {
  border: 0.13rem solid rgb(228, 78, 81);
  background: rgba(246, 250, 253, 1);
}

.navigate_item {
  height: 2.5rem;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 0.6rem;
  white-space: nowrap;
}

.message_navigate {
  border-radius: 1.125rem;
  background: #f2f3f8;
  height: 2.25rem;
  text-align: center;
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: 1.875rem;
}

.deferral_text {
  color: rgba(21, 44, 91, 0.6);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  text-align: left;
}

.deferral_box_border {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 1);
  border: 0.09375rem solid rgba(21, 44, 91, 0.08);
  width: 80%;
  padding: 0.3125rem 1.25rem;
  margin-bottom: 1.25rem;
}

.navigate_line {
  opacity: 0.10000000149011612;
  border: 0.125rem solid rgba(21, 44, 91, 1);
  height: 0.125rem;
  width: 100%;
  margin-top: -0.1875rem;
  background-color: rgba(21, 44, 91, 1);
}

.donor_title {
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
  margin-bottom: 1.06rem;
}

.donor_content {
  border-radius: 0.63rem;
  margin-top: 1.19rem;
  background-color: #ffffff;
  height: 100%;
  margin-bottom: 3rem;
}

.create_donor_top {
  position: relative;
  border-radius: 0.63rem 0.63rem 0rem 0rem;
  background: rgba(240, 243, 249, 0.5);
  border-bottom: 0.13rem solid rgba(21, 44, 91, 0.1);
}

.form_card_line {
  width: 100%;
  height: 0.09375rem;
  margin-right: 1rem;
  margin-left: 3.13rem;
  opacity: 0.10000000149011612;
  border-radius: 0.375rem;
  background: rgba(21, 44, 91, 1);
}

.form_card_star {
  opacity: 0.800000011920929;
  color: rgba(252, 25, 33, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.form_card_text {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.13rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}

.card_input_label {
  opacity: 0.6000000238418579;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
  margin-bottom: 0;
}

.card_input {
  border-radius: 0.625rem !important;
  background: rgba(246, 246, 249, 0.4) !important;
  border: 0.0938rem solid rgba(21, 44, 91, 0.1) !important;
  width: 100%;
  height: 2.25rem !important;
}

.card_input_border_left {
  border-radius: 0rem 0.375rem 0.375rem 0rem;
  background: rgba(246, 246, 249, 0.4) !important;
  border: 0.0938rem solid rgba(21, 44, 91, 0.1) !important;
  width: 100% !important;
  height: 2.25rem !important;
}

.card_select {
  border-radius: 0.625rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.09rem solid rgba(21, 44, 91, 0.1);
  /* margin-bottom: 1.25rem; */
  height: 2.25rem;
  color: #152c5b;
  font-size: 0.9375rem;
  width: 100%;
}

.card_unit {
  opacity: 0.4000000059604645;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1rem;
  padding-left: 0.9rem;
  line-height: 2.25rem;
}

.card_input_label_small {
  opacity: 0.6000000238418579;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.check_box {
  border-radius: 0.25rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.09rem solid rgba(21, 44, 91, 0.1);
  width: 1rem;
  height: 1rem;
}

.check_font {
  opacity: 0.800000011920929;
  color: rgba(0, 117, 255, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.94rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
}

.whiteBtn {
  border-radius: 0.63rem;
  border: 0.13rem solid rgba(21, 44, 91, 0.10000000149011612);
  background: white;
  margin-right: 1.5rem;
  cursor: pointer;
}

.activeBtn {
  background: #0075FF;
  color: red
}

.whiteBtn_font {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0rem;
  text-align: left;
  padding-left: 1.38rem;
  padding-right: 1.38rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blueBtn {
  border-radius: 0.63rem;
  background: rgba(0, 117, 255, 1);
  cursor: pointer;
}

.blueBtn_font {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0rem;
  text-align: left;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sub_text {
  opacity: 0.4000000059604645;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.81rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.sub_text_left {
  opacity: 0.6000000238418579;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.94rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.sub_text_right {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.88rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.doc_card {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 1);
  border: 0.06rem solid rgba(21, 44, 91, 0.08);
  padding-left: 0.81rem;
  padding-right: 0.81rem;
  padding-top: 1rem;
  margin-right: 1.25rem;
  height: 6.13rem;
  width: 100%;
}

.doc_card_font {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 1.07;
  letter-spacing: 0rem;
  text-align: center;
  padding-top: 0.625rem;
}

.doc_upload {
  opacity: 0.800000011920929;
  border-radius: 0.63rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.08rem solid rgba(21, 44, 91, 0.15);
  height: 6.88rem;
  margin-right: 1.25rem;
  padding-top: 2.06rem;
  width: 100%;
}

.video_upload {
  opacity: 0.800000011920929;
  border-radius: 0.63rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.08rem solid rgba(21, 44, 91, 0.15);
  width: 100%;
  cursor: pointer;
}

.signature {
  opacity: 0.800000011920929;
  border-radius: 0.63rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.08rem solid rgba(21, 44, 91, 0.15);
  height: 6.88rem;
  margin-right: 1.25rem;
  height: 12.38rem;
  width: 100%;
}

.doc_upload_font {
  opacity: 0.30000001192092896;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0rem;
  text-align: center;
}

.literacy_wizard {
  border-radius: 0.63rem 0.63rem 0rem 0rem;
  background: rgba(240, 243, 249, 0.5);
  width: 100%;
  border-bottom: 0.13rem solid rgba(21, 44, 91, 0.1);
}

.literacy_content_header {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.42;
  letter-spacing: 0rem;
  text-align: left;
  vertical-align: bottom;
}

.literacy_content {
  opacity: 0.6000000238418579;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.94rem;
  line-height: 1.5;
  letter-spacing: 0rem;
  text-align: left;
}

.literacy_consent_title {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.13rem;
  line-height: 1.42;
  letter-spacing: 0rem;
  text-align: left;
  padding-bottom: 1.88rem;
}

.literacy_consent_header {
  opacity: 0.80;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.992rem !important;
  line-height: 1.42;
  letter-spacing: 0rem;
  text-align: left;
}

.literacy_consent_header_new {
  opacity: 0.80;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem !important;
  line-height: 1.42;
  letter-spacing: 0rem;
  text-align: left;
}

.literacy_consent {
  opacity: 0.6000000238418579;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.94rem;
  line-height: 1.5;
  letter-spacing: 0rem;
  text-align: left;
  padding-bottom: 1.13rem;
}

.literacy_header {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
  padding-top: 1.88rem;
  padding-left: 2rem;
}

.literacy_subheader {
  opacity: 0.4000000059604645;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.81rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
  padding-top: 0.25rem;
  padding-left: 2rem;
}

.modal_header {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
}

.modal_subheader_left {
  opacity: 0.6000000238418579;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.13rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
}

.modal_subheader_right {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.06rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
}

.sig_finger_box {
  border-radius: 1rem;
  background: white;
  margin-right: 2.13rem;
  color: rgba(21, 44, 91, 0.4);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.94rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
  padding-left: 1.31rem;
  padding-top: 0.44rem;
  padding-right: 1.31rem;
  padding-bottom: 0.44rem;
  cursor: pointer;
}

.sig_finger_box_selected {
  border-radius: 1rem;
  background: rgba(242, 243, 248, 1);
  margin-right: 2.13rem;
  color: rgba(0, 117, 255, 1);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.94rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
  padding-left: 1.31rem;
  padding-top: 0.44rem;
  padding-right: 1.31rem;
  padding-bottom: 0.44rem;
  cursor: pointer;
}

.err_message {
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
}

.preview_index_box {
  border-radius: 0.63rem;
  background: rgba(204, 223, 244, 0.30000001192092896);
  padding: 0.81rem 0.6rem !important;
  opacity: 0.800000011920929;
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
}

.donor_upload_photo {
  width: 7.125rem;
  height: 9.625rem;
  border-radius: 0.375rem;
  background: rgba(250, 251, 253, 1);
  border: 0.0625rem solid rgba(21, 44, 91, 0.08);
  margin-right: 1.5rem;
  align-items: center;
  justify-content: center;
}

.payment_select_btn {
  width: 10.125rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 1);
  border: 0.09375rem solid rgba(21, 44, 91, 0.08);
  color: rgba(21, 44, 91, 1);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  justify-content: center;
  cursor: pointer;
}

.donor_upload_btn {
  min-width: 8.75rem;
  max-width: 12.5rem;
  line-height: 2.375rem;
  height: 2.375rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 0.625rem;
  border: 0.09375rem solid rgba(21, 44, 91, 0.1);
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
}

.create_donor_name {
  opacity: 0.4000000059604645;
  color: #152c5b;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.94rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.create_donor_name_v {
  opacity: 0.800000011920929;
  color: #152c5b;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.94rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
}

.create_donor_report_k {
  opacity: 0.6000000238418579;
  color: #152c5b;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.88rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: left;
  width: 50%;
  text-wrap: nowrap;
}

.create_donor_report_status {
  opacity: 0.800000011920929;
  color: #152c5b;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0rem;
  text-align: center;
}

.create_donor_report_v {
  opacity: 0.800000011920929;
  color: #152c5b;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0rem;
  width: 50%;
  text-align: center;
  text-wrap: nowrap;
}

.Issuse_select {
  width: 10.1875rem;
  border-radius: 0.38rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.09rem solid rgba(21, 44, 91, 0.1);
  margin-bottom: 1.25rem;
  margin-right: 1rem;
  height: 2.25rem;
  color: #152c5b;
  font-size: 0.9375rem;
}

.history_data_value {
  color: rgba(21, 44, 91, 0.8);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.history_data_key {
  color: rgba(21, 44, 91, 0.6);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.CustomSelect {
  border-radius: 0.625rem;
  background: rgba(246, 246, 249, 0.4);
  border: 0.09rem solid rgba(21, 44, 91, 0.1);
  height: 3rem;
  color: #152c5b;
  font-size: 0.9375rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.label-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.6;
    margin-bottom: 0;
}
.label-text12 {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.6;
    margin-bottom: 0;
}
.value-text15 {
    font-size: 0.938rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.8;
    margin-bottom: 0;
}
.label-textAnswer {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.6;
    margin-bottom: 0;
}

.value-text {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.8;
    margin-bottom: 0;
}

.line_dashed_details {
    border: none;
    height: 0.09375rem;
    background: repeating-linear-gradient(90deg, rgba(21, 44, 91, 0.1), rgba(21, 44, 91, 0.1) 0.625rem, transparent 0.625rem, transparent 1rem);
}

.contain_image {
    width: 30rem;
    height: 20rem;
    border-radius: 0.625rem;
    background-color: #F2F7FF;
    padding: 1rem;
}

.contain_image .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contain_uploaded {
    overflow: hidden;
    width: 10rem;
    height: 13rem;
    border-radius: 0.625rem;
}

.uploaded_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-section-layout {
    padding: 1.5rem;
    border: 0.125rem solid #152C5B1A;
    border-radius: 0.625rem;
}

.report_title {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    opacity: 0.8;
}

.report_title_new {
    color: var(--text-color);
    font-size: 1.322rem;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    opacity: 0.8;
}
.report_title_20 {
    color: var(--text-color);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    opacity: 0.8;
}

.label-questionnaire {
    font-size: 1.038rem;
    font-weight: 600;
    color: rgba(21, 44, 91, 0.6);
    margin-bottom: 0;
}

.value-questionnaire {
    font-size: 1.20rem;
    font-weight: 600;
    color: rgba(21, 44, 91, 0.8);
    margin-bottom: 0;
}
.chart_box {
    height: 100%;
    border-radius: 0.625rem;
    background: #FFFFFF;
    padding-bottom: 1.875rem;
}
.chart_box_content {
    height: 80vh;
    border-radius: 0.625rem;
    background: #FFFFFF;
    padding-bottom: 1.875rem;
}

.history_table_font {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.875rem;
}

.history_select {
    border-radius: 0.375rem !important;
    border: 0.09375rem solid rgba(21, 44, 91, 0.1) !important;
    max-width: 11.25rem !important;
    height: 2.125rem !important;
    color: rgba(21, 44, 91, 0.65000000596046448) !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

.info_header_left {
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}
.info_header_left_title {
    color: #152C5B;
    font-size: 1.375rem;
    font-weight: 600;
    opacity: 80%;
}
.info_header_notes{
    color: #152C5B;
    font-size: 1.125rem;
    font-weight: 600;
    opacity: 80%;
}
.info_header_right_box {
    border-radius: 0.38rem;
    background: rgba(0, 117, 255, 1);
    padding-top: 0.44rem;
    padding-left: 0.81rem;
    padding-bottom: 0.44rem;
    padding-right: 0.81rem;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    text-align: center;
    height: 1.88rem;
}

.info_key {
    opacity: 0.4000000059604645;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}
.info_key_title {
    opacity: 80%;
    letter-spacing: 0rem;
    text-align: left;
}
.info_key_content{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_value {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}
.info_value_title {
    opacity: 80%;
    color: #152C5B;
    font-weight: 600;
    font-size: 0.875rem;
}

.chart_icon_text {
    opacity: 86%;
    color: #152C5B;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 0.88rem;
    letter-spacing: 0rem;
    text-align: left;
}

.chart_title {
    opacity: 80%;
    color: #152C5B;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}

.action_icon_text {
    opacity: 80%;
    color:#152C5B;
    font-weight: 600;
    font-size: 0.813rem;
    line-height: 0.88rem;
    letter-spacing: 0rem;
    text-align: center;
}

.chart_header {
    color: rgba(21, 44, 91, 1);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}
.chart_header_title {
    color: #152C5B;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: left;
}

.chart_notes {
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0rem;
    text-align: center;
}

.add_new_notes_box {
    border-radius: 0.625rem;
    border: 0.125rem solid rgba(21, 44, 91, 0.1);
    background: rgba(255, 255, 255, 1);
}

.notes_number {
    border-radius: 0.5rem;
    background: #0075FF;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.813rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.notes_more {
    color: rgba(0, 117, 255, 0.8);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: normal;
    text-align: left;
    -webkit-text-decoration: 0.0625rem underline rgba(0, 117, 255, 0.8);
            text-decoration: 0.0625rem underline rgba(0, 117, 255, 0.8);
}
.notes_more_text {
    color: #0075FF;
    font-weight: 600;
    font-size: 0.813rem;
    line-height: normal;
    text-align: left;
    -webkit-text-decoration: 0.0625rem underline rgba(0, 117, 255, 0.8);
            text-decoration: 0.0625rem underline rgba(0, 117, 255, 0.8);
    opacity: 80%;
}
.address_edit_text {
    height: 6.125rem;
    display: flex;
}

.address_edit_box {
    border-radius: 0.5rem;
    background: #FFFFFF;
    border: 0.0625rem solid #152C5B14;
    margin-right: 1rem;
    padding-top: 1rem;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.875rem;
    line-height: 1.07;
    letter-spacing: 0;
    text-align: center;
}

.address_edit_type {
    opacity: 0.30000001192092896;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: light;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: left;
}

.finger_left_text {
    opacity: 0.4000000059604645;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    /* display: flex; */
    /* align-items:center; */
    white-space: nowrap;
}

.finger_righft_text {
    opacity: 0.800000011920929;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.payments_data_text {
    opacity: 0.800000011920929;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.payments_data_title {
    opacity: 0.4000000059604645;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.Reward_box_text {
    opacity: 0.15000000596046448;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.payments_status_cirle {
    border-radius: 50%;
    height: 0.625rem;
    width: 0.625rem;
    margin-right: 0.4375rem;
}

.payments_channel_box {
    width: 4.25rem;
    height: 1.625rem;
    border-radius: 1.125rem;
    margin-left: 4.375rem;
    font-family: Montserrat;
    font-weight: medium;
    font-size: 0.8125rem;
    padding: 0.625rem;
    display: flex;
    align-items: center;
}

/*输入框样式*/
.switch {
    display: none;
    width: 1rem;
    height: 1rem;
}

/* 开启前框的样式 */
.labelswitch {
    position: relative;
    display: block;
    border-radius: 1.5rem;
    width: 2.5rem;
    height: 1.25rem;
    background-color: rgb(255, 255, 255);
    border: 0.125rem solid #21C273;
    cursor: pointer;
}

/* 开启前球的样式 */
.labelswitch:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* 开启后小球的样式 */
.switch:checked~.labelswitch:after {
    margin-left: 1.25rem;
    background-color: #ffffff;
}

/* 开启后框的样式 */
.switch:checked~.labelswitch {
    position: relative;
    display: block;
    border-radius: 1.5rem;
    width: 2.5rem;
    height: 1.25rem;
    background-color: #21C273;
    border: 0.125rem solid #21C273;
    cursor: pointer;
}

/*Remark 鼠标悬停 */
.tooltiptext {
    background-color: #F6F6F9 !important;
    color: #152C5B !important;
    opacity: 1 !important;
}

.Issuse_Histoty_ActionBox {
    opacity: 0.800000011920929;
    color: #0075FF;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}

.issue_bnt {
    width: 5.8125rem;
    height: 1.75rem;
    border-radius: 0.375rem;
    background: #0075FF;
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: regular;
    font-size: 0.9375rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: left;
    margin-left: 0.9375rem;
}

.DonorLog_cirle {
    border-radius: 50%;
    height: 0.625rem;
    width: 0.625rem;
    margin-top: 0.4375rem;
    margin-right: 0.4375rem;
}

.DonorLog_log {
    opacity: 0.800000011920929;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    /* text-align: left; */
    display: flex;
    align-items: center;
}

.DonorLog_appintment {
    opacity: 0.5;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.DonorLog_time {
    opacity: 0.4000000059604645;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;

}
.Issues_box{
    height:5.1875rem;
    border-radius: 0.625rem;
    background: #FFEFE9
  }
  .issue_box_v{
    opacity: 0.5;
    color: rgba(209,88,49,1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  
  
  
  
  }
.status_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.status_block .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-color);
    opacity: 0.8;
    margin-top: 1rem;
    margin-bottom: 0;
}

.checkin_description {
    font-size: 0.938rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0;
    opacity: 80%
}

.created_card {
    border: 0.09375rem solid #152C5B1A;
    border-radius: 0.625rem;
    background-color: #F0F3F94D;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.created_card_time {
    border: 0.09375rem solid #152C5B1A;
    border-radius: 0.625rem;
    background-color: #F0F3F94D;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.created_card .donor_image {
    width: 8rem;
    height: 10rem;
    border-radius: 0.625rem;
    object-fit: cover;
    background-color: gray;
    margin-right: 3rem;
}

.waiting-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.8;
    margin-bottom: 0;
}

.waiting-text span {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0075FF;
    opacity: 1;
}

.estimated-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.6;
    margin-bottom: 0;
}
.estimated-text20 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #152C5B;
    opacity: 80%;
}

.estimated-text span {
    font-size: 1.75rem;
    font-weight: 700;
    opacity: 1;
}

.report_close_btn {
    border-radius: 0.63rem;
    background: rgba(0, 117, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.881rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    height: 2.5rem;
    min-width: 15rem;
    border: none;
}
.create_donor_report_key {
    opacity: 60%;
    color: #152c5b;
    font-weight: 600;
    font-size: 0.88rem;
  }
  .create_donor_report_title {
    opacity: 80%;
    color: #152c5b;
    font-weight: 600;
    font-size: 1rem;
  }
  .create_donor_report_v {
    opacity: 0.800000011920929;
    color: #152c5b;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
  }

.div-num {
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 0.09375rem solid #152C5B1A;
    padding-right: 0.3125rem;
    justify-content: center;
    flex-direction: column;
}
.recommend_layout {
    padding: 3rem;
    display: flex;
    justify-content: center;
}

.recommend_description {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0;
    opacity: 0.8;
}

.recommend_form .title_text {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0;
    opacity: 0.6;
}
.recommend_form .title_text_content {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0;
    opacity: 0.6;
}

.recommend_form .input_text {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 0;
    opacity: 0.8;
}

.recommend_form .recommend_input {
    background-color: #F6F6F966;
    border: 0.15rem solid rgba(21, 44, 91, 0.1);
    border-radius: 0.625rem !important;
    height: 3rem;
}

.recommend_form .input_content {
    position: relative;
}

.recommend_form .hide_password {
    position: absolute;
    right: 1.3rem;
    z-index: 10;
    border: none;
    background-color: transparent;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, .25);
}
:focus-visible {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.addBtnEqu, .notes_btn {
    background: #0075ff;
    border-radius: .63rem;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 1rem;
    height: 3rem;
    letter-spacing: 0;
    line-height: 1rem;
    padding: 1rem 4.01rem;
    text-align: center;
    display: flex;
    align-items: center;
}
.question_number_layout {
    min-width: 3rem;
    min-height: 3rem;
    padding: 0.625rem;
    border-radius: 0.63rem;
    background: rgba(204, 223, 244, 0.30000001192092896);
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-weight: 700;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question_number_question {
    width: 4rem;
    height: 3rem;
    padding: 0.625rem;
    border-radius: 0.63rem;
    background: rgba(204, 223, 244, 0.30000001192092896);
    opacity: 0.800000011920929;
    color: rgba(21, 44, 91, 1);
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_layout .question_title {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 600;
    margin-right: 4rem;
    white-space: nowrap;
    opacity: 0.8;
}

.answer_line_layout {
    width: 2.8125rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.answer_line_layout .vertical_solid_line {
    height: 100%;
    width: 0.1875rem;
    background-color: rgba(204, 223, 244, 0.30000001192092896);
}

.answer_section > div {
    margin: 0.625rem 0;
}
.video_header .right_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.video_header .count_title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.4;
    margin-bottom: 0;
    margin-left: 2rem;
}

.video_header .second_title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
    opacity: 40%;
    margin-bottom: 0;
}

.video_header .select_title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    opacity: 0.6;
    margin-bottom: 0;
}

.select_lang {
    border-radius: 0.4375rem;
    background-color: transparent;
    margin-left: 0.625rem;
    text-align: center;
    border: 0.15rem solid rgba(21, 44, 91, 0.1) !important;
    padding: 0.3rem 1rem 0.3rem 0.3rem;
}
li.ql-align-justify {
    color: #152c5b !important;
    font-size: 0.881rem !important;
    font-weight: 500;
    opacity: 1 !important;
}
