@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  transition: all 0.75s ease;
}

body.modal-open {
    overflow: hidden;
}

/* ===== Colours ===== */
:root {
  --body-color: #eaeaec;
  --bg-color: #fff;
  --body-text: #c5c5c5;
  --nav-color: #0b143f;
  --side-nav: #242526;
  --main-heading-color: #0b143f;
  --text-color: #5c648b;
  --medical-color: #80859c;
  --home-text-color: #5c648b;
  --search-bar: #242526;
  --btn-primary-bg-color: #1353fe;
  --btn-secondary-bg-color: #5c648b;
  --btn-primary-text-color: #fff;
  --footer-text-color: #80859c;
  --blue-text-color: #1353fe;
  --border-color: #e4e5e7;
  --form-control-bg: #f4f6fb;
  --bg-light-green: #12c87f0d;
  --border-green: #12c87f;
  --btn-desable: #80859c66;
  --country-code:#eaeaec;
}

body.dark {
  --body-color: #1c2035;
  --bg-color: #20253a;
  --body-text: #242526;
  --nav-color: #20253a;
  --side-nav: #010718;
  --main-heading-color: #ffffff;
  --text-color: #ffffff;
  --medical-color: #5c648b;
  --home-text-color: #fff;
  --search-bar: #f2f2f2;
  --search-text: #010718;
  --btn-primary-bg-color: #1353fe;
  --btn-secondary-bg-color: #5c648b;
  --btn-primary-text-color: #fff;
  --footer-text-color: #80859c;
  --blue-text-color: #fff;
  --border-color: #ffffff0d;
  --form-control-bg: #272d45;
  --bg-light-green: #19765d;
  --border-green: #12c87f;
  --btn-desable: #80859c66;
  --country-code:#20253a;
}

/* ------- */






h3 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: var(--main-heading-color);
}

h4 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: var(--main-heading-color);
}

p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin: 0;
  color: var(--text-color);
}

a {
  color: #1353fe;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
}

body {
  background-color: var(--body-color);
  position: relative;
}

main {
  min-height: 100vh;
  display: block;
}

.delete-file-btn {
  margin-left: 5px;
}
.home_icon {
  position: absolute;
  left: 50px;
  top: 10px;
  z-index: 99;
}
.icon_home_back {
  font-size: 22px;
  color: var(--text-color);
}

.footer_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px 0px;
}

.footer_block p {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--footer-text-color);
}

.border_divider {
  border: 0.1px dashed var(--border-color);
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

/* ------- 1: Home page css --------- */

.home_sec {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.print_badge a {
  backdrop-filter: blur(15px);
  border: 1px solid #ffffff1a;
  max-width: 280px;
  width: 100%;
  height: 60px;
  padding: 8px 18px 8px 18px;
  gap: 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--home-text-color);
  position: relative;
  z-index: 0;
}
.right_side_header {
    position: relative;
}

.title_box {
    position: absolute;
    right: 0px;
    top: 50px;
    min-width: 200px;
    width: 100%;
    background: #5C648B;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    word-wrap: break-word;
    max-height: fit-content;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    transition: all 0.7sease;
    font-family: 'Poppins';
    display: none;
    z-index: 999;
}
.print_badge a.active {
  z-index: 9;
}

.we_do_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}
.we_do_text .btn_primary {
  font-size: 18px;
}
.shared_email_sec .form-check-label .title_box {
    top: 35px;
    right: -160px;
}

.title_box::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #5C648B;
  position: absolute;
  right: 17px;
  top: -15px;
}

.title_pic {
  margin: 0;
  padding: 0;
}

.pic-hover:hover~.title_box {
  display: block !important;
}

.home_inner_header nav {
  border: none !important;
}

.home_inner_header nav .nav-bar {
  background-color: transparent !important;
}

.only_home_page {
  margin-left: 30px;
  width: 100%;
}
.page_link {
    color: var(--text-color);
    font-size: 18px;
}

.print_form_sec {
  max-width: 886px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}


.print_form_sec p {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  color: var(--home-text-color);
}

.print_badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin: 50px 0px;
}


.print_btns_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.print_btns_sec .btn_started {
  max-width: 208px;
  width: 100%;
  height: 59px;
  padding: 16px 28px 16px 28px;
  border-radius: 5px;
  background: linear-gradient(90.36deg, #08f5f3 -79%, #43a2ec 99.68%);
  box-shadow: 0px 8px 23px 0px #4184f73d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--home-text-color);
}

.print_btns_sec .my_cred {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--home-text-color);
}
label.form-check-label {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin: 0;
  color: var(--text-color);
}
label.form-check-label a{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin: 0;
  color: var(--text-color);
}
label#our_terms-error {
  position: absolute;
  top: 25px;
  left: 0;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0.02em;
  text-align: left;
}

/* -----x----x------ */

/* ------- 2: Basic Details page css --------- */

.basic-details {
  width: 100%;
  padding: 50px 15px;
}

.common-bg-wrapper {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-inline: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 2px 5px 0px #00000005;
  background-color: var(--bg-color);
  position: relative;
}

.back_top {
  position: absolute;
  left: 17px;
  top: 10px;
}

.wrapper_content {
  max-width: 801px;
  width: 100%;
  margin: 50px auto;
}

.doctor_name {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.welcome-doctor {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.only_setting_drop {
  justify-content: space-between !important;
}

.only_setting {
  flex-direction: row !important;
  gap: 20px;
  align-items: center;
}

.setting_dropdown {
  position: relative;
}

.sub_dropdown {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
  position: absolute;
  top: 35px;
  right: 0px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.sub_dropdown.show {
  opacity: 1;
  height: 110px;
}

.sub_dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub_dropdown ul li a {
  display: block;
  padding: 5px 30px;
  text-decoration: none;
  color: #1353fe;
  border-bottom: 1px solid #1353fe14;
}

.sub_dropdown ul li a:hover {
  background: #1353fe14;
}

.form_content {
  margin: 50px 0px;
}

.input_group label {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--text-color);
}

.input_group .form-control {
  width: 100%;
  height: 45px;
  padding: 12px 10px 12px 10px;
  border-radius: 5px;
  background: var(--form-control-bg);
  border: none;
  color: var(--text-color) !important;

}

.editable-label {
  width: 100%;
}

.edit-file-btn i {
  color: #1353fe;
  font-size: 12px;
  margin-left: 5px;
  padding-left: 5px;
}

.input_group .form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #1353fe59;
  outline: 0;
  box-shadow: 0 0 0 1px #1353fe59;
}
#basic-addon1 {
    position: absolute;
    left: 0;
    top: 0;
    height:45px ;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    color: var(--text-color);
    background-color: var(--country-code);
    border: 1px solid var(--border-color);
    border-radius: .25rem;
}
input#emial_phone {
    padding-left: 50px;
}

.btn_primary {
  min-width: fit-content;
  height: 45px;
  padding: 16px 20px 16px 20px;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background-color: var(--btn-primary-bg-color);
  color: var(--btn-primary-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  
}



.btn_secondary {
  height: 45px;
  padding: 16px 20px 16px 20px;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background-color: var(--btn-secondary-bg-color);
  color: var(--btn-primary-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.table_inner
div#list_table_length label, .table_inner select, div#list_table_filter label, div#list_table_info {
  color: var(--text-color);
}
.table_inner div#list_table_length {
  margin-bottom: 20px;
}
.table_inner div#list_table_wrapper {
  margin-top: 30px;
}
.table_inner table#list_table {
  width: 100% !important;
}
table.dataTable tbody th {
  padding: 8px 10px;
  word-wrap: break-word;
  word-break: break-all;
  border-color: var(--text-color);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  color: var(--text-color) !important;
}
.table_inner table.dataTable tbody td {
  padding: 8px 10px;
  word-wrap: break-word;
  word-break: break-all;
  border-color: var(--text-color);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}
.btn_upload{
  font-size: 12px !important;
}

.btn_upload img {
  max-width: 20px;
  width: unset !important;
}

.otp_sec {
  margin: 50px 0px 20px;
  text-align: center;
  width: 100%;
}

.otp_sec h3,
.otp_sec p {
  display: flex;
  justify-content: center;
}

.otp_input {
  max-width: 388px;
  width: 100%;
  margin: auto;
}

.two_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.two_btns .resend_text {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: var(--text-color);
}

.error {
  color: #ff5555 !important;
}

.resend_text {
  background: none;
  border: none;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: var(--text-color);
}

.large_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.login p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/*  ======= Dashboard Page css ========= */

.dashboard_sec {
  margin: 50px 0px;
}

.dash_card {
  max-width: 250px;
  width: 100%;
  height: 135px;
  border: none;
  border-radius: 5px;
}

.card-body a,
.dashboard_sec a {
  text-decoration: none;
}

.dash_card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.card-title {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.card_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dash_card:hover {
  transform: translateY(-10px);
}

.card-1 {
  background: #f0da69;
}

.card-1 .card-title {
  color: #6c622c;
}

.card-2 {
  background: #a3dac2;
}

.card-2 .card-title {
  color: #45705d;
}

.card-3 {
  background: #e7c2d4;
}

.card-3 .card-title {
  color: #98637d;
}

.card-4 {
  background: #b1eaff;
}

.card-4 .card-title {
  color: #3f7d94;
}

.card-5 {
  background: #bbdaa3;
}

.card-5 .card-title {
  color: #45705d;
}

.card-5 .card-body::after {
  
  position: absolute;
  left: 15px;
  top: 55px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #45705D;
}

.card-6 {
  background: #f6dcac;
}

.card-6 .card-title {
  color: #a18a5e;
}

.card-7 {
  background: #ffb1b3;
}

.card-7 .card-title {
  color: #a76a6c;
}

.card-7 .card-body::after {
  
  position: absolute;
  left: 15px;
  top: 55px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A76A6C;
}

.card-8 {
  background: #ccd7fc;
}

.card-8 .card-title {
  color: #7884ab;
}

.card-9 {
  background: #f3bfbd;
}

.card-9 .card-title {
  color: #9e6f6d;
}

.card-10 {
  background: #ffb88c;
}

.card-10 .card-title {
  color: #a76b46;
}

.card-11 {
  background: #b1d3ff;
}

.card-11 .card-title {
  color: #335582;
}

.dash_video_sec {
  height: 560px;
  margin-bottom: 50px;
}

.video_content {
  width: 100%;
  height: 485px;
  border-radius: 10px;
  background: #43a2ec1a;
  position: relative;
  padding-top: 50px;
  padding-inline: 10px;
}

.video_content a img {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 22%);
  padding: 0px 10px;
}

.video_content h2 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: var(--main-heading-color);
  max-width: 542px;
  width: 100%;
  margin: 0px auto 10px;
}

.video_content p {
  max-width: 542px;
  width: 100%;
  margin: auto;
  text-align: center;
}

/*  ======= New Application Page css ========= */

/* The Modal (background) */
.info-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.info-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 15px 15px 50px;
  border: 1px solid #888;
  width: 100%;
  max-width: 667px;
  text-align: center;
}

.info-modal .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}

.info-modal .close:hover,
.info-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.info_modal_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 35px;
  flex-wrap: wrap;
}

.modal_left_side,
.modal_right_side {
  max-width: 50%;
}

.modal_left_side h3 {
  margin-bottom: 15px;
}

.modal_left_side p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
}

.application_wrap {
  max-width: 800px;
  margin: auto;
  padding: 30px 0px;
}

.inner_page_header {
  width: 100%;
  border-bottom: 1px solid #80859c26;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.left_side_header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.left_side_header h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin: 0;
  color: var(--main-heading-color);
}

.right_side_header img {
  max-width: 30px;
  width: 100%;
}

.scanner_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 150px;
  width: 100%;
  margin: 50px auto 30px;
  cursor: pointer;
}

.old_application {
  display: flex !important;
}

.scanner_wrap img {
  width: auto;
  margin-bottom: 10px;
}

.scanner_wrap h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  margin: 0;
  color: var(--main-heading-color);
}

.scanner_wrap p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  margin: 0;
  color: var(--text-color);
}

.physician_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.physician_text p {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Upload Area */
.upload-area {
  width: 100%;
  background: #1353fe0d;
  text-align: center;
  border: 2px dashed #1353fe;
  margin-bottom: 50px;
}

.upload-area--open {
  /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem;
    /* 450px */
  }

  to {
    height: 35rem;
    /* 560px */
  }
}

/* Header */

.upload-area__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
  display: none;
}

.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem;
  /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--clr-light-blue);
  border-radius: 15px;
  margin-top: 2.1875rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon h6 {
  margin: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: var(--blue-text-color);
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

span.drop-zoon__icon img {
  margin-bottom: 20px;
}

.drop-zoon__paragraph {
  margin: 0;
  transition: opacity 300ms ease-in-out;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: var(--blue-text-color);
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: block;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: #1353fe;
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem;
  /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

.preview_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 68px;
  border: 1px solid #1353fe0d;
  background: #1353fe0d;
  padding-inline: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.progress_inner {
  max-width: 315px;
  width: 100%;
  height: 5px;
  border-radius: 32px;
  background: #fff;
  position: relative;
}

.progress_inner span {
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background: #1353fe;
  border-radius: 32px;
}

.preview_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.file_name label {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

.file_name p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5c648b;
}

.right_pics_sec {
  display: flex;
  align-items: center;
  gap: 20px;
}

.progress_sec {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.preview_right {
  display: flex;
  align-items: center;
  gap: 50px;
}

.three_btn_block {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.credenzaForm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 31px;
}

.save_file_sec {
  margin: 25px;
}

.save_file_sec label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: var(--text-color);
}

.save_file_sec .table th {
  background: #1353fe0d;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  vertical-align: baseline;
  color: var(--text-color);
  height: 45px;
  border: none;
  max-width: 33%;
  width: auto;
}

.save_file_sec .table td {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  border-color: #f4f6fb;
  color: var(--text-color);
  vertical-align: middle;

}
.file_upload_cls{
  display: flex;
  align-items: center;
  gap: 5px;
}

.template_model{
  word-wrap: break-word;
  max-width: 180px;
}
.save_file_sec .table td img {
  margin-right: 10px;
}

table.table {
  border: 1px solid var(--text-color);
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: var(--text-color);
  color: var(--text-color);
}

.yellow_text {
  color: #fba822 !important;
}

.green_text {
  color: #12c87f !important;
}

.red_text {
  color: #e74c3c !important;
}

/* Share My Credentials Securely page */
.doctor_doc_sec {
  width: 100%;
  margin-top: 50px;
}

.personal_info {
  position: relative;
}

.personal_info h3 {
  text-align: center;
}

.personal_info p {
  text-align: center;
}

.personal_info .question_icon {
  position: absolute;
  top: 5px;
  right: 0;
}

.add_icon {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check_block_sec h5 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: var(--text-color);
}

.check_group {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border-color);
  padding-inline: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.check_group .form-check {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0;
}

.check_group .form-check-input {
  width: 18px;
  height: 18px;
}

.check_group .form-check-label {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: var(--text-color);
}

.check_group .form-check-input:checked {
  background-color: #1353fe;
  border-color: #1353fe;
}

.check_group .form-check-input:checked+.form-check-label {
  font-weight: 600;
}

.protection_sec {
  width: 100%;
  margin-top: 40px;
}

.protection_sec h4 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: var(--main-heading-color);
}

.protection_sec p {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  color: var(--text-color);
}

.send_tooltip {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
}

.tooltip_content {
  max-width: 378px;
  width: 100%;
  min-height: 76px;
  background-image: url(../img/tooltip-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 10px;
  display: none;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.tooltip_content.show {
  display: flex;
}

.tooltip_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 378px;
  margin-left: auto;
  position: relative;
}

.second_tooltip {
  max-width: 300px;
  width: 100%;
  float: left;
}

.tooltip_group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.tooltip_group .form-check-label,
.send_tooltip .form-check-label {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: var(--text-color);
}

.shared_sec {
  max-width: 495px;
  width: 100%;
  margin: auto;
  padding: 21px 143px 21px 143px;
  border-radius: 5px;
  border: 1px solid #12c87f;
  background: #12c87f0d;
  text-align: center;
}

.shared_sec img {
  width: auto;
  margin-bottom: 10px;
}

.shared_sec h5 {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
  color: var(--main-heading-color);
}

.shared_sec ul {
  list-style: none;
  padding: 0;
}

.shared_sec ul li {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: var(--main-heading-color);
}

.shared_email_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.shared_email_sec .form-check-label {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: var(--text-color);
  position: relative;
}

.take_me {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--text-color);
}

/*=============== SSN Page Css ========== */
.require_number {
  max-width: 466px;
  width: 100%;
  margin: auto;
}

.require_number .form-control {
  text-align: center !important;
}

.ssn_block {
  max-width: 466px;
  width: 100%;
  margin: auto;
}

.password_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ===== Preview File Css =========== */

.slick .item .bg {
  height: 494px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin: 0 -24px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

.slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
	padding-bottom:20px!important; */
}

.slick .slick-center .bg {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.slick-slide {
  outline: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

.preview_slider_sec .slick-next:before,
.preview_slider_sec .slick-prev:before {
  color: #303030 !important;
}

/* ------ New User Page Css -------- */

.user_pic_sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_pic_sec img {
  width: auto;
}


/* click phott */

#click_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #F0F0F0;
}

#camera-container {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

video,
canvas {
  /* width: 100%; */
  border-radius: 8px;
  /* height: 100%; */
  object-fit: unset;
  object-position: center;
  margin: 0;
}

#click_button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#capture-btn {
  margin-top: 10px;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* new css */
/* Scanner box styling */
.scanner-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  border-radius: 8px;
  border-r FONT-VARIANT: JIS78;
  border-r FONT-VARIANT: JIS78;
  border-r FONT-VARIANT: JIS78;
  border-r FONT-VARIANT: JIS78;
}

/* Overlay for the scan area */
.scanner-overlay {
  position: absolute;
  max-width: 576px;
  width: 100%;
  height: 50%;
  border: 2px solid transparent;
  border-radius: 20px;
  z-index: 99;
}

/* Top left and right corners */
.scanner-overlay::before,
.scanner-overlay::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid white;
}

.scanner-overlay::before {
  top: 0;
  left: 15px;
  border-top-left-radius: 20px;
  border-right: none;
  border-bottom: none;
}

.scanner-overlay::after {
  top: 0;
  right: 15px;
  border-top-right-radius: 20px;
  border-left: none;
  border-bottom: none;
}

/* Bottom left and right corners */
.scanner-overlay span::before,
.scanner-overlay span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid white;
}

.scanner-overlay span::before {
  bottom: 0;
  left: 15px;
  border-bottom-left-radius: 20px;
  border-right: none;
  border-top: none;
}

.scanner-overlay span::after {
  bottom: 0;
  right: 15px;
  border-bottom-right-radius: 20px;
  border-left: none;
  border-top: none;
}

/* Capture button styling */
.capture-button {
  position: absolute;
  bottom: 50px;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: black;
  z-index: 99;
}

/* Small box for photo preview */
.photo-preview {
  position: absolute;
  bottom: 45px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  z-index: 99;
}

.form-section {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: var(--bg-color);
}

.form-container {
  max-width: 800px;
  margin: 20px auto;
}

.header-text {
  margin-bottom: 20px;
  text-align: center;
  color: var(--text-color);
}

.form-section .input_group {
  margin-bottom: 20px;
}



/* image preview model css   */

.preview_model {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.preview_model .modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
}

#modalImage {
  max-width: 100%;
  height: auto;
}

form#dynamicForm {
  margin-bottom: 50px;
  width: 100%;

  display: flex;
  flex-direction: column;
}

.close_preview {
  position: absolute;
  top: -2px;
  right: 2px;
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* #uploadButton {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#uploadButton:hover {
  background-color: #45a049;
} */


#image-container {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  margin-top: 20px;
}

#uploaded-image {
  max-width: 100%;
}

.crop-frame {
  position: absolute;
  border: 2px dashed #00f;
  background: rgba(0, 0, 255, 0.2);
  cursor: move;
  transition: none !important;
  max-width: 100%;
  max-height: 100%;
}

.resize-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #00f;
  border: 1px solid #fff;
  cursor: pointer;
}

.resize-handle.tl {
  top: -5px;
  left: -5px;
  cursor: nwse-resize;
}

.resize-handle.tr {
  top: -5px;
  right: -5px;
  cursor: nesw-resize;
}

.resize-handle.bl {
  bottom: -5px;
  left: -5px;
  cursor: nesw-resize;
}

.resize-handle.br {
  bottom: -5px;
  right: -5px;
  cursor: nwse-resize;
}

.canvas2 {
  border: 1px solid #ccc;
  margin-top: 20px;
}

/* ------ Settings Pages Css -------- */

.setting_sec {
  width: 100%;
  margin: 50px 0px;
}

.setting_group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6fb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.change_pass {
  display: flex;
  align-items: center;
  gap: 20px;
}

.setting_group .form-check label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: var(--text-color);
}

.change_pass a {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  text-decoration: none;
  color: var(--blue-text-color);
}

.change_pass .btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

.btn_desable {
  background-color: var(--btn-desable);
}

.email_check {
  background-color: var(--form-control-bg);
  border-radius: 5px;
}

.email_check select {
  border: none;
  height: 40px;
  background-color: var(--form-control-bg);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: var(--text-color);
}

.setting_reset {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

/* Sign-Modal */

#previewModal .modal-content {
  max-width: 600px;
  margin: auto;
  background: var(--bg-color);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 1050;
}

#closeModal {
  cursor: pointer;
  font-size: 18px;
  float: right;
  color: var(--search-bar);
  background: none;
}

#filePreview {
  max-width: 100%;
  max-height: 400px;
  padding: 5px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#previewModal .modal-header {
  width: 100%;
  padding: 0;
  border: none;
}

#previewModal .modal-content h5 {
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #0B143F;
}

.imageModalContainer .save_file_sec {
  margin: 0;
  flex: 1;
  box-shadow: 0 0 10px 2px #d9d9d9;
  padding: 10px;
  border-radius: 5px;
}

.imageModalContainer .modal-content {
  border: none;
  gap: 20px;
}

.imageModalContainer span#closeModal {
  position: absolute;
  top: -28px;
  right: -18px;
  font-size: 26px;
}

.tooltip_wrap .error {
  color: red;
  display: block;
  position: absolute;
  bottom: -18px;
  margin-left: -10px;
  font-size: 12px;
  font-weight: 500;
}

.attem {
  bottom: 0px !important;
  left: 15px;
}

.hr {
  margin-left: -70px !important;
  bottom: 0 !important;
}

/* Loader */

.loader_block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #c9c9c9b3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #1353FE;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.loader_content {
  color: #0b143f;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

body.loading {
  overflow: hidden;
  padding-right: 15px;
}

.form_body img {
  width: 100%;
}

.form_body h3 {
  height: 45px;
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  background-color: #5C648B;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 500;
  padding-left: 21px;
  padding-top: 10px;
  color: #fff;
}

.preview_slider_sec_1 {
  max-height: 55vh;
  min-height: 55vh;
  overflow-y: auto;
}

.loader_block_pdf {
  background: rgba(0, 0, 0, 0.2);
  height: 55vh;
  width: 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

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

/* signature_size */
.signature_size {
  height: 50px;
  width: 100px;
}


.imageModalContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
}

#imageModal {
  max-width:600px;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 0 16px;
}
.mainContainer_form{
  display: flex;
  gap: 20px;
}

.chooseCredentails {
  display: flex;
  justify-content: space-between;
  padding: 8px 14px 8px 8px;
  background: #1353fe0d;
}

.chooseCredentails label{
  margin: 0;
}

.shared_email_sec .form-check-label .title_box::before {
  right: auto;
  left: 20px;
}
.left-sidebar-container{
  display: none !important;
}



/* image editor */

.text-editor {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.text-editor select, .text-editor input {
  margin: 5px 0;
}
.text-editor button {
  margin-top: 10px;
}
.download-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}
.download-btn:hover {
  background-color: #45a049;
}

#previewSlider .dropdown {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 5px;
  background-color: #fff;
  max-width: 444px;
  position: absolute;
}
.text-editor .dropdown-item {
  padding: 5px;
  cursor: pointer;
}
.text-editor .dropdown-item:hover {
  background-color: #f0f0f0;
}

div#testInput {
  position: absolute;
  display: none;
 
}

div#testInput input {
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: Arial;
  box-shadow: none;
  cursor: pointer;
}

div#testInput input:focus-visible {
  outline: none;
}

.name_dr_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;

  margin-left: auto;

}
.first_plan {
  max-width: 229px;
  padding: 30px 50px;
  border-radius: 10px;
  border: 1px solid #d0d6f3;
  text-align: center;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
}

.name_dr span {
  margin-left: auto;
  font-size: 25px;
  color: #1353fe;
}


.editor-toolbar {
  border: 1px solid #ccc;
  padding: 5px;

  margin-bottom: 10px;
  display: flex;
  align-items: center;

  background-color: #ffffff;
  max-width: 444px;
}

.editor {

  border: 1px solid #ccc;
  height: 200px;

  padding: 10px;

  overflow-y: auto;
}

.toolbar-btn {
  display: flex;

  align-items: center;

  gap: 5px;
}

#quilEditor{

  position: absolute;

  display: none;
  justify-content: space-between;
  width: 444px;

}

.subscription_plan {
  max-width: 479px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.first_plan {
  max-width: 229px;
  margin: auto;
  padding: 30px 50px;
  border-radius: 10px;
  border: 1px solid #d0d6f3;
  text-align: center;
}
.plan_header {
  background: #1353fe0d;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_header h5 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1353fe;
  margin: 0;
}
.plan_body {
  margin: 30px 0px;
}
.plan_body h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58.09px;
  text-align: center;
  color: var(--main-heading-color);
}
.btn_plan {
  max-width: 129px;
  height: 45px;
  padding: 16px 18px;
  border-radius: 5px;
  background: #1353fe;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.trail_sec {
  max-width: 479px;
  margin: 25px auto;
  background: #f3f5fe;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.trail_sec p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #5c648b;
}
.trail_sec p a {
  color: #1353fe;
  font-weight: 600;
  text-decoration: none;
}

.left_side_header span i {
  font-size: 25px;
  color: #1353fe;
}
.successful_payment {
    width: 100%;
    text-align: center;
    background: #00d34f24;
    border-radius: 10px;
    display: grid;
    place-items: center;
}


/* ----- Privacy Policy Page Css ------ */

.privacy_page_header {
  width: 100%;
  border-bottom: 1px solid #80859c26;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.privacy_page_header h4 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: var(--main-heading-color);
}
.privacy_content {
  padding: 60px 0px;
}
.privacy_content p,
.points_block ul {
  margin-bottom: 50px;
}
.privacy_content p,
.privacy_content p a,
.points_block ul li {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--text-color);
}
.points_block label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--text-color);
}
.points_block ul {
  padding-left: 20px;
  list-style: disc;
}
.privacy_content ol {
    list-style: none;
}
.upper_text{
  list-style: disc;
}
.upper_text li {
    text-transform: uppercase;
}

/* ----------- Profile Page Css -------------- */

.input_group input[readonly] {
  pointer-events: none;
  user-select: text;
  background: var(--form-control-bg);
  cursor: text;
}
.subscription_wrap {
  margin: 20px 0px;
}
.subscription_wrap h3 {
  margin-bottom: 20px;
}
.right_text {
  text-align: end;
}
.right_text a {
  text-decoration: none;
  font-weight: 600;
}
.privacy_content h1 {
    font-size: 22px;
    margin-bottom: 50px;
    color: var(--text-color);
}
.privacy_content h1 span{
  color: var(--blue-text-color) !important;
}
.privacy_content h2 {
    font-size: 18px;
    color: var(--text-color);
}
.privacy_content ul li {
    font-size: 14px;
    line-height: 25px;
    color: var(--text-color);
}
.privacy_content ul {
    margin-bottom: 30px;
}
