.main_timer{
  color: rgba(255,255,255,1);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;

}
.ant-spin-nested-loading{
  height: 100% !important;
}
.ant-spin-container {
  height: 100% !important;
}

.main_title{
  color: rgba(255,255,255,1);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 6.0625rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  margin-top: 6.25rem;
  padding-left: 5rem;
}

.main_content{
  color: rgba(255,255,255,1) !important;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;

  padding-left: 5rem;
  padding-right: 16.875rem;

}

.main_info_btn{
  min-width: 8.75rem;
  height: 3.75rem;
  border-radius: 0.3125rem;
  background: rgba(255,255,255,0.8);
  border: 0.1875rem solid #79b0ff;
  margin-right: 1.875rem;
  color: #0075FF;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;


}

.main_start_btn{
  min-width: 16.4375rem;
  height: 4.8125rem;
  border-radius: 0.625rem;
  background: rgba(0,117,255,1);
  border: 0.25rem solid rgba(255,255,255,1);
  color: rgba(255,255,255,1);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.8125rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;

}

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

.layout_wizard_nameshow {
  color: #152c5b;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-align: left;
}

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

.layout_wizard_name {
  color: rgba(21, 44, 91, 0.5);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}
.layout_wizard_name_alert{
  color: #152C5B;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
}

.layout_name_green {
  color: rgba(33, 194, 115, 0.8);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.layout_name_current {
  color: rgba(21, 44, 91, 0.8);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;

  white-space: nowrap;
}

.layout_name {
  opacity: 0.4000000059604645;
  color: rgba(21, 44, 91, 0.8);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.layout_index_current {
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.4875rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
}

.layout_index {
  color: rgba(118, 132, 160, 0.38);
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.55813rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
}

.wizard_box {
  border-radius: 0.63125rem;
  background: rgba(244, 249, 255, 1);
  box-shadow: 0 0.37875rem 1.25rem -0.4375rem rgba(55, 123, 203, 0.51);
  height: 4.6875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width:auto !important;
}

.checkin_content_box {
    height: 43.4375rem;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 117, 255, 0.25);
}

.checkin_next_button {
    border-radius: 0.625rem;
    background: rgba(0, 117, 255, 1);
    width: 13.375rem;
    height: 3.9375rem;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    border-width: 0;
}

.confirm_white_btn {
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 1);
    border: 0.125rem solid rgba(21, 44, 91, 0.3);
    width: 13.375rem;
    height: 3.9375rem;
    color: rgba(21, 44, 91, 0.8);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.checkin_abort_button {
    border-radius: 0.625rem;
    border: 0.125rem solid rgba(228, 78, 81, 1);
    width: 13.375rem;
    height: 3.9375rem;
    background-color: white;
    color: rgba(228, 78, 81, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

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

.verify_birth_box {
    border-radius: 0.47438rem;
    background: rgba(242, 243, 249, 1);
    border: 0.125rem solid rgba(21, 44, 91, 0.5);
    width: 6.375rem;
    height: 2.25rem;
    color: rgba(21, 44, 91, 0.3);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin-left: 1.25rem;
}

.verify_birth_sub {
    color: rgba(21, 44, 91, 0.5);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.verify_subScan{
    color: rgba(21, 44, 91, 0.8);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin-top: 1.5625rem
}

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

.confirm_v {
    opacity: 0.6;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.consent_box {
    opacity: 0.8;
    border-radius: 0.625rem;
    background: rgba(246, 246, 249, 0.8);
    border: 0.0625rem dashed rgba(21, 44, 91, 0.4);
    width: 100%;
    height: 22.5rem;
    overflow-y: scroll;
    padding: 0.75rem 2.4375rem;
}

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

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

.consent_sub_v {
    border-radius: 0.4375rem;
    background: rgba(0, 117, 255, 0.1);
    width: 6.8125rem;
    margin-left: 0.625rem;
}

.dash_h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 1.19rem;
    line-height: normal;
    color: #152C5B;
    padding-left: 2.4375rem;
    padding-top: 1.25rem;
}

.dash_p {
    font-family: Montserrat;
    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: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 0.88rem;
    line-height: normal;
    color: #152C5B;
    padding-left: 4.3125rem;
    padding-top: 1.25rem;
}

.question_title {
    color: #152C5B;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.84938rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.question_index_box {
    border-radius: 0.625rem;
    background: #CCDFF4;
    padding: 0.875rem 0.75rem;
    color: #152C5BCC;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.question_content {
    color: #152C5BCC;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.question_answer_box {
    border-radius: 0.625rem;
    border: 0.125rem solid #152C5B33;
    padding: 1.4375rem 2.625rem;
    opacity: 0.8;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.preview_dash_box {
    padding-top: 1.25rem;
}

.preview_title {
    color: #152C5B;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.84938rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

.preview_index {
    width: 100%;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
}

.preview_index_content {
    opacity: 0.8;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 1.54;
    letter-spacing: 0rem;
    text-align: left;
}

.preview_radio {
    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.8);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.94rem;
    line-height: 1.07;
    letter-spacing: 0rem;
    text-align: center;
    padding: 0.9rem;
    min-width: 9.25rem;
    height: 2.88rem;
}

.preview_index_part {
    border-radius: 0.63rem;
    background: rgba(204, 223, 244, 0.3);
    padding: 0.81rem 0.6rem;
    opacity: 0.8;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    min-width: 2.8125rem;
    max-width: 4.375rem;
    margin-left: 0.625rem;
}

.submit_content {
    color: #152C5BCC;
    font-family: Montserrat;
    font-weight: medium;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.submit_subcontent {
    color: #152C5B7F;
    font-family: Montserrat;
    font-weight: medium;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
}

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

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

.modal_title {
    opacity: 0.8;
    color: #152C5B;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.finish_text {
    color: rgba(21, 44, 91, 0.8);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.13rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    padding-top: 2.63rem;

}

.notes_title {
    opacity: 0.8;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 1.25rem;
    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;
}

.signature {
    opacity: 0.8;
    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.3;
    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;
}

.notes_btn {
    border-radius: 0.63rem;
    background: rgba(0, 117, 255, 1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4.01rem;
    padding-right: 4.01rem;
    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: 3rem;
    cursor: pointer;
}

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

}

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

.preview_answer_title {
    opacity: 0.8;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 1.54;
    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.8);
    font-family: Montserrat;
    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.8);
    font-family: Montserrat;
    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;
}

.btn_red {
    background: white;
    border-radius: 0.63rem;
    border: 0.13rem solid rgba(228, 78, 81, 0.8);
    color: rgba(228, 78, 81, 0.8);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;
    height: 3rem;
    padding-left: 2.44rem;
    padding-right: 2.44rem;
}

.literacy_consent_header {
    opacity: 0.8;
    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;
}

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

}

.finish_subtext {
    color: rgba(21, 44, 91, 0.5);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: normal;
    letter-spacing: 0rem;
    text-align: center;

}

@Keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.faceLoading {
    display: inline-block;
    border: 0.25rem solid rgba(0, 0, 0, 0.1);
    border-left-color: #59a782;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    animation: donut-spin 1.2s linear infinite;
}
.index-title-text {
    width:50%;
    display: flex;
    align-items: center;
    color: rgba(21, 44, 91, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 3rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    margin-bottom:3rem;
}

.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;
    outline: none
}

.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);
    min-width: 2.625rem;
    height: 2.625rem;
    margin-right: 1.75rem;
    outline: none
}

.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;
    color: rgba(21, 44, 91, 0.3);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
    text-align: 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;
}
.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.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

