/*
Theme Name: Html Quick Pack
Author:
Author URI:
Theme URI:
Front End Developer: Fahamina Yesmin
Back End Developer:  Fahamina Yesmin
Project Start:
Date: 20 March 2025
*/
.app-content {
  width: 100%;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.app-image-animation {
  position: relative; }
  .app-image-animation .vector-img {
    position: absolute; }
    .app-image-animation .vector-img.vector1 {
      bottom: 15px;
      right: 0;
      -webkit-animation: fadeInFloat 2s ease-in-out infinite;
              animation: fadeInFloat 2s ease-in-out infinite;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .app-image-animation .vector-img.vector2 {
      bottom: 30px;
      left: 3px;
      -webkit-animation: floating 3s ease-in-out infinite;
              animation: floating 3s ease-in-out infinite;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .app-image-animation .vector-img.vector3 {
      top: 60px;
      left: 3px;
      -webkit-animation: rotate 5s linear infinite;
              animation: rotate 5s linear infinite;
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
    .app-image-animation .vector-img.vector4 {
      top: -10px;
      right: -30px;
      -webkit-animation: scaling 4s ease-in-out infinite;
              animation: scaling 4s ease-in-out infinite;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .app-image-animation .vector-img.vector5 {
      bottom: 90px;
      right: 0;
      -webkit-animation: fadeInFloat 3s ease-in-out infinite;
              animation: fadeInFloat 3s ease-in-out infinite;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .app-image-animation .vector-img.vector6 {
      top: 15px;
      left: 20px;
      -webkit-animation: moveSideways 4s ease-in-out infinite;
              animation: moveSideways 4s ease-in-out infinite;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
    .app-image-animation .vector-img.vector7 {
      bottom: 58px;
      right: -10px;
      -webkit-animation: floating 5s ease-in-out infinite;
              animation: floating 5s ease-in-out infinite;
      -webkit-animation-delay: 2.5s;
              animation-delay: 2.5s; }
    .app-image-animation .vector-img.vector8 {
      left: -25px;
      bottom: 90px;
      -webkit-animation: scaling 3s ease-in-out infinite, moveSideways 6s ease-in-out infinite;
              animation: scaling 3s ease-in-out infinite, moveSideways 6s ease-in-out infinite;
      -webkit-animation-delay: 2.8s;
              animation-delay: 2.8s; }

/* Floating effect */
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/* Rotate animation */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Scale animation */
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* Move left and right */
@-webkit-keyframes moveSideways {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes moveSideways {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.welcome-message {
  max-width: 450px;
  font-size: 20px;
  font-weight: 400;
  color: #050708;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px; }

.dashboard-overview .overview-page-title {
  color: #050708; }
  .dashboard-overview .overview-page-title .sub-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0; }
  .dashboard-overview .overview-page-title .title {
    font-weight: 400;
    font-size: 40px; }

.dashboard-overview .dashboard-cards {
  padding-top: 15px;
  padding-bottom: 15px; }
  .dashboard-overview .dashboard-cards .dashboard-card {
    -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
            box-shadow: 0px 0px 0px 1.16px #1216170D;
    border-radius: 8px;
    padding: 12px;
    background-color: #ffffff; }
    .dashboard-overview .dashboard-cards .dashboard-card .card-icon img {
      padding: 8px;
      border-radius: 100px;
      background-color: #FFE1E1;
      border: 1.2px solid #FFC5C5; }
    .dashboard-overview .dashboard-cards .dashboard-card .card-subtext {
      font-weight: 500;
      font-size: 14px;
      color: #7B828A;
      margin-bottom: 3px; }
    .dashboard-overview .dashboard-cards .dashboard-card .card-text {
      font-weight: 500;
      font-size: 32px;
      color: #050708; }
  .dashboard-overview .dashboard-cards .common-card-style {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
            box-shadow: 0px 0px 0px 1.16px #1216170D;
    height: 390px;
    overflow: hidden; }
    .dashboard-overview .dashboard-cards .common-card-style .title {
      font-weight: 500;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0px;
      color: #050708;
      border-bottom: 1px solid #EBEBEB;
      padding: 14px 12px;
      max-height: 48px; }

.table tbody tr td span.badge {
  padding: 5px 10px 6px 20px;
  position: relative;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 20px; }
  .table tbody tr td span.badge::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 4px;
    background-repeat: no-repeat;
    background-position: left center; }

.table tbody tr td span.bg-danger {
  color: #FF0000 !important;
  border: 1px solid #ffffff;
  background-color: #FFEAEA !important; }
  .table tbody tr td span.bg-danger::before {
    background-image: url("../img/dashboard_overview/danger-badge-icon.svg"); }

.table tbody tr td span.bg-warning {
  color: #FF8347 !important;
  border: 1px solid #ffffff;
  background-color: #FDF1EB !important; }
  .table tbody tr td span.bg-warning::before {
    background-image: url("../img/dashboard_overview/warning-badge-icon.svg"); }

.table tbody tr td span.bg-success {
  color: #00AB55 !important;
  border: 1px solid #ffffff;
  background-color: #DEFFEE !important; }
  .table tbody tr td span.bg-success::before {
    background-image: url("../img/dashboard_overview/success-badge-icon.svg"); }

.expand-details {
  margin-top: 0 !important; }
  .expand-details .m-view-details {
    position: relative;
    right: auto;
    top: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0; }
    .expand-details .m-view-details .m-view-header {
      display: none !important; }

.btn-11 {
  background-color: #F1595B;
  -webkit-box-shadow: 0px 0px 0px 0.8px #F1595B;
          box-shadow: 0px 0px 0px 0.8px #F1595B;
  border: 1px solid #F1595B;
  color: white;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.3px;
  padding: 8px 30px 8px 18px;
  border-radius: 6px;
  background-image: url("../img/btn-arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; }
  .btn-11:hover, .btn-11:focus {
    background-color: #4B5563;
    color: #ffffff !important; }

.btn-12 {
  background-color: white;
  border: 1px solid #eeeeee;
  color: #050708;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.3px;
  padding: 6px 25px 7px 12px;
  border-radius: 6px;
  background-image: url("../img/dashboard_overview/black-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center; }
  .btn-12:hover, .btn-12:focus {
    background-color: #00AB55; }

.btn-13 {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: underline;
  color: #F1595B;
  background-image: url("../img/dashboard_overview/red-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px; }

.btn-14 {
  font-weight: 500;
  font-size: 13px;
  color: #050708;
  padding: 6px 10px 8px;
  border-radius: 6px;
  background-color: white;
  text-decoration: none;
  width: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Smooth transition */
  border-color: #eeeeee; }
  .btn-14:hover, .btn-14:focus, .btn-14:focus-visible {
    background-color: #F1595B;
    color: white;
    outline: none; }

.btn-15 {
  font-weight: 500;
  font-size: 13px;
  color: white;
  padding: 6px 10px 8px;
  border-radius: 6px;
  background-color: #F1595B;
  -webkit-box-shadow: 0px 0px 4px 0px #706E6E3D;
          box-shadow: 0px 0px 4px 0px #706E6E3D;
  text-decoration: none;
  width: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Smooth transition */ }
  .btn-15:hover {
    background-color: #1fdb7d;
    color: #050708; }

.two-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

.white-arrow {
  background-color: #F1595B;
  border-radius: 4px;
  padding: 4px;
  margin-left: 3px; }

.logout-btn {
  color: #FF0000;
  padding: 10px 5px 0; }

.body-content.body-opacity {
  pointer-events: none; }
  .body-content.body-opacity::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0507088c;
    z-index: 5; }

a {
  text-decoration: none !important;
  color: #050708; }

.body-content a:hover {
  color: #050708; }

.text-muted {
  font-weight: 400;
  font-size: 10px;
  color: #7B828A; }

.text-10 {
  font-size: 11px;
  font-weight: 500;
  color: #050708; }

.text-11 {
  font-size: 11px;
  font-weight: 500;
  color: #050708; }

.text-12 {
  font-size: 12px; }

.text-13 {
  font-size: 13px;
  font-weight: 500;
  color: #7B828A; }

.text-14 {
  font-size: 14px;
  font-weight: 500; }

.text-16 {
  font-size: 16px; }

.text-18 {
  font-size: 18px;
  font-weight: 500; }

.text-20 {
  font-size: 20px; }

.text-dark-color {
  color: #050708; }

.text-dark-color2 {
  color: #141728; }

.text-light-color {
  color: #7B828A; }

.text-blue-color {
  color: #014080; }

.dashboard-common-table table {
  width: 100%;
  table-layout: fixed; }

.dashboard-common-table table thead,
.dashboard-common-table table tbody {
  width: 100%; }

.dashboard-common-table table td,
.dashboard-common-table table th {
  padding: 8px 12px;
  text-align: left; }

.activities-lists.common-scrollbar {
  display: block;
  max-height: 322px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30px; }

/* Custom Scrollbar for Webkit Browsers */
.common-scrollbar::-webkit-scrollbar {
  width: 6px; }

.common-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px; }

.common-scrollbar::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 8px; }

.common-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e; }

.filterable-cell-20 {
  width: 20%; }

.filterable-cell-30 {
  width: 30%; }

.common-badge .badge {
  padding: 5px 10px 6px 20px;
  position: relative;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 20px; }
  .common-badge .badge::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 4px;
    background-repeat: no-repeat;
    background-position: left center; }

.common-badge .badge.bg-danger {
  color: #FF0000 !important;
  border: 1px solid #ffffff;
  background-color: #FFEAEA !important; }
  .common-badge .badge.bg-danger::before {
    background-image: url("../img/dashboard_overview/danger-badge-icon.svg"); }

.common-badge .badge.bg-warning {
  color: #FF8347 !important;
  border: 1px solid #ffffff;
  background-color: #FDF1EB !important; }
  .common-badge .badge.bg-warning::before {
    background-image: url("../img/dashboard_overview/warning-badge-icon.svg"); }

.common-badge .badge.bg-success {
  color: #00AB55 !important;
  border: 1px solid #ffffff;
  background-color: #DEFFEE !important; }
  .common-badge .badge.bg-success::before {
    background-image: url("../img/dashboard_overview/success-badge-icon.svg"); }

.row {
  row-gap: 20px; }

@media only screen and (max-width: 1600px) {
  .dashboard-cards .reponsive-col-40 {
    width: 40%; }
  .dashboard-cards .reponsive-col-60 {
    width: 60%; }
  .dashboard-cards .reponsive-col-60-full {
    width: 100%; }
  .dashboard-cards .reponsive-col-33 {
    width: 33.33%; } }

@media only screen and (max-width: 1024px) {
  .dashboard-cards .reponsive-col-40 {
    width: 100%; }
  .dashboard-cards .reponsive-col-60 {
    width: 100%; }
  .dashboard-cards .card-50 {
    width: 50%; }
  .dashboard-cards .reponsive-col-33 {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .dashboard-cards .reponsive-col-33 {
    width: 100%; } }

.black-blue-checklist {
  font-size: 12px;
  font-weight: 400;
  color: #7B828A;
  list-style: none;
  -webkit-padding-start: 3px;
          padding-inline-start: 3px; }
  .black-blue-checklist li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6em;
    margin-bottom: 5px; }
    .black-blue-checklist li::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url("../img/m-trials/blue-check-icon.svg");
      background-position: center;
      background-repeat: no-repeat;
      top: 1px;
      left: -5px; }

table tbody td .action-button {
  position: relative; }
  table tbody td .action-button .table-action-options {
    display: none;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    border: 0;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px #0000001A;
            box-shadow: 0px 0px 0px 0px #0000001A;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #7B828A;
    z-index: 1;
    row-gap: 5px; }
    table tbody td .action-button .table-action-options a {
      color: #7B828A; }
      table tbody td .action-button .table-action-options a:hover {
        color: #F1595B; }

.left-sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.account-setting-card.simplebar-content {
  padding: 15px;
  margin-bottom: 10px; }
  .account-setting-card.simplebar-content .main-nav {
    padding: 0; }

.horizon-profile-image #image_container {
  min-height: 150px; }

.horizon-profile-image .image-preview {
  width: 90px;
  margin-bottom: 30px; }
  .horizon-profile-image .image-preview #preview_img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.horizon-profile-image #remove_button {
  font-weight: 500;
  font-size: 13px;
  color: #050708;
  background-image: url("../img/remove-icon.svg");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-color: #ffffff;
  padding: 3px 9px 5px 25px;
  border: 1px solid #eeeeee;
  border-radius: 8px; }

#field_1_25.horizon-profile-image {
  min-width: 90px;
  grid-column: auto; }

#field_1_24 {
  max-width: 250px; }
  #field_1_24 .gfield_label {
    font-weight: 500;
    font-size: 16px;
    color: #050708; }

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important; }

.gform_fields .gfield .gfield_label {
  font-weight: 400;
  font-size: 14px;
  color: #7B828A; }

.gform_fields .gfield input[type=date], .gform_fields .gfield input[type=email], .gform_fields .gfield input[type=number], .gform_fields .gfield input[type=password], .gform_fields .gfield input[type=search], .gform_fields .gfield input[type=tel], .gform_fields .gfield input[type=text], .gform_fields .gfield input[type=url], .gform_fields .gfield select, .gform_fields .gfield textarea {
  border: 1px solid #eee !important;
  border-radius: 6px;
  color: #050708;
  min-height: 40px; }
  .gform_fields .gfield input[type=date]:focus, .gform_fields .gfield input[type=email]:focus, .gform_fields .gfield input[type=number]:focus, .gform_fields .gfield input[type=password]:focus, .gform_fields .gfield input[type=search]:focus, .gform_fields .gfield input[type=tel]:focus, .gform_fields .gfield input[type=text]:focus, .gform_fields .gfield input[type=url]:focus, .gform_fields .gfield select:focus, .gform_fields .gfield textarea:focus {
    outline: none; }

.horizon-gravity-form_wrapper .gform_heading .gform_title {
  font-weight: 500;
  font-size: 20px;
  color: #050708; }

.horizon-gravity-form_wrapper .gf_page_steps {
  background-color: #F5F5F5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 6px; }

.horizon-gravity-form_wrapper .gf_step .gf_step_label {
  font-weight: 400;
  font-size: 14px;
  color: #7B828A;
  text-transform: capitalize; }

.horizon-gravity-form_wrapper .gf_step .gf_step_number {
  display: none; }

.horizon-gravity-form_wrapper .gf_step.gf_step_active .gf_step_label {
  color: #F1595B; }

.acc-settings-frms .gform_wrapper .gform_heading {
  display: none !important; }

.acc-settings-frms .gform_wrapper .gform-body {
  max-width: 800px;
  margin: 30px 10px 10px; }

.acc-settings-frms .gform_wrapper .gform-footer {
  margin-top: 40px;
  margin-left: 10px; }

.medical-history-w88 {
  width: 88vw; }

.medical-history-form_wrapper {
  /*  &.gform-theme--foundation .gfield select{
        min-height: 40px;
        font-weight: 400;
        font-size: 14px;
    } */ }
  .medical-history-form_wrapper .gform_heading .gform_title {
    display: none; }
  .medical-history-form_wrapper .gsection_title {
    font-weight: 500;
    font-size: 18px;
    color: #0A1007;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative; }
    .medical-history-form_wrapper .gsection_title::after {
      content: '';
      position: absolute;
      width: 23px;
      height: 23px;
      top: 0;
      right: -30px;
      background-image: url("../img/m-trials/accordion-arrow-icon.svg");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .medical-history-form_wrapper .gform_fields .gfield .gfield_label {
    font-weight: 400;
    font-size: 14px;
    color: #050708;
    margin-bottom: 15px; }
  .medical-history-form_wrapper.gform-theme--foundation .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    .medical-history-form_wrapper.gform-theme--foundation .gform_fields .gfield {
      width: 22%; }
      @media only screen and (max-width: 1400px) {
        .medical-history-form_wrapper.gform-theme--foundation .gform_fields .gfield {
          width: 30%; } }
      @media only screen and (max-width: 991px) {
        .medical-history-form_wrapper.gform-theme--foundation .gform_fields .gfield {
          width: 48%; } }
      @media only screen and (max-width: 600px) {
        .medical-history-form_wrapper.gform-theme--foundation .gform_fields .gfield {
          width: 100%; } }
      .medical-history-form_wrapper.gform-theme--foundation .gform_fields .gfield.gfield--input-type-section {
        width: 100%; }
  .medical-history-form_wrapper .gfield--type-section {
    -webkit-border-after: 1px solid #686e7726 !important;
            border-block-end: 1px solid #686e7726 !important; }
  .medical-history-form_wrapper .gravity-h-accordion-section {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    width: 100% !important; }
    .medical-history-form_wrapper .gravity-h-accordion-section.active .gsection_title::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .medical-history-form_wrapper .accordion-content {
    display: none; }

.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
  color: #7B828A; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-text input, .gform_wrapper form .gform-body .gform_fields .gfield.default-input-number input {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 400;
  color: #141728;
  line-height: 1.2em;
  -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
          box-shadow: 0px 0px 0px 1.16px #1216170D; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-textarea .ginput_container textarea {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 400;
  color: #141728;
  line-height: 1.2em;
  min-height: 120px;
  -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
          box-shadow: 0px 0px 0px 1.16px #1216170D; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container select {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 400;
  color: #141728;
  line-height: 1.2em;
  -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
          box-shadow: 0px 0px 0px 1.16px #1216170D; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container .gfield_select {
  display: none;
  /* Hide the default dropdown */ }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container .dropdown-btn {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 400;
  color: #141728;
  line-height: 1.2em;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
          box-shadow: 0px 0px 0px 1.16px #1216170D;
  background-image: url("../img/drop-down-icon.svg");
  background-repeat: no-repeat;
  background-position: right 5px center; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container .dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #141728;
  background: white;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 0px 0px 1.16px #1216170D;
          box-shadow: 0px 0px 0px 1.16px #1216170D;
  max-height: 200px;
  border-radius: 6px;
  overflow-y: auto;
  z-index: 10; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container .dropdown-options div {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-select .ginput_container .dropdown-options div:hover {
  background: #F1595B;
  color: white; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-checkbox .ginput_container .gfield-choice-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-checkbox .ginput_container .gfield-choice-input + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  margin: 0; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-checkbox .ginput_container .gfield-choice-input + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  background-color: #fff; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-checkbox .ginput_container .gfield-choice-input:checked + label::before {
  background-color: #FFE8E8;
  border-color: #FFDDDD;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F1595B"%3E%3Cpath d="M20.285 6.589l-8.897 11.046-4.674-4.865-1.645 1.579 6.355 6.638 10.542-13.095z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 16px;
  content: ""; }

.gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container {
  /* Hide default radio input */
  /* Custom selected radio button */
  /* Add inner dot when checked */ }
  .gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container .gfield-choice-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: white; }
    .gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container .gfield-choice-input[type="radio"]:focus {
      outline: 0; }
  .gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container .gfield-choice-input[type="radio"]:checked {
    border-color: #FF5733;
    background-color: #FFDDDD; }
    .gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container .gfield-choice-input[type="radio"]:checked:focus {
      outline: 0; }
  .gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container .gfield-choice-input[type="radio"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF5733;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .gform_wrapper form .gform-body .gform_fields .gfield.default-input-radio .ginput_container .gfield-choice-input[type="radio"]:checked::before:focus {
      outline: 0; }

.gform_wrapper form .gform-footer input[type=submit] {
  background-color: #F1595B !important;
  -webkit-box-shadow: 0px 0px 0px 0.8px #F1595B !important;
          box-shadow: 0px 0px 0px 0.8px #F1595B !important;
  border: 1px solid #F1595B !important;
  color: white !important;
  font-weight: 500;
  font-size: 13px !important;
  text-align: center;
  letter-spacing: 0.3px !important;
  padding: 5px 40px 8px 28px !important;
  border-radius: 6px !important;
  background-image: url("../img/btn-arrow-icon.svg");
  background-repeat: no-repeat !important;
  background-position: right 15px center !important; }
  .gform_wrapper form .gform-footer input[type=submit]:hover, .gform_wrapper form .gform-footer input[type=submit]:focus {
    background-color: #fd8182 !important;
    outline: 0 !important; }

.gform_wrapper .gform-body .gform-page-footer input.gform_button.button, .gform_wrapper .gform-body .gform-page-footer .gform_next_button.button {
  background-color: #F1595B !important;
  -webkit-box-shadow: 0px 0px 0px 0.8px #F1595B !important;
          box-shadow: 0px 0px 0px 0.8px #F1595B !important;
  border: 1px solid #F1595B !important;
  color: white !important;
  font-weight: 500;
  font-size: 13px !important;
  text-align: center;
  letter-spacing: 0.3px !important;
  padding: 5px 40px 8px 28px !important;
  border-radius: 6px !important;
  background-image: url("../img/btn-arrow-icon.svg");
  background-repeat: no-repeat !important;
  background-position: right 15px center !important; }
  .gform_wrapper .gform-body .gform-page-footer input.gform_button.button:hover, .gform_wrapper .gform-body .gform-page-footer input.gform_button.button:focus, .gform_wrapper .gform-body .gform-page-footer .gform_next_button.button:hover, .gform_wrapper .gform-body .gform-page-footer .gform_next_button.button:focus {
    background-color: #fd8182 !important;
    outline: 0 !important; }

.gform_wrapper .gform-body .gform-page-footer input.gform_previous_button.button {
  -webkit-box-shadow: 0px 0px 0px 1px #C9C9C933 !important;
          box-shadow: 0px 0px 0px 1px #C9C9C933 !important;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 13px !important;
  text-align: center;
  letter-spacing: 0.3px !important;
  padding: 5px 28px 8px 28px !important;
  border-radius: 6px !important; }
  .gform_wrapper .gform-body .gform-page-footer input.gform_previous_button.button:hover, .gform_wrapper .gform-body .gform-page-footer input.gform_previous_button.button:focus {
    background-color: #ffffff !important;
    outline: 0 !important; }

.welcome-container {
  text-align: center;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 50px; }
  .welcome-container .start-email-box {
    width: 100%;
    max-width: 1120px;
    height: 50vh;
    margin: auto;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px #706E6E3D;
            box-shadow: 0px 0px 4px 0px #706E6E3D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .welcome-container .start-email-box .title {
      color: #050708;
      font-size: 28px;
      font-weight: 500; }
    .welcome-container .start-email-box .sub-content {
      color: #7B828A;
      font-size: 16px;
      font-weight: 400;
      max-width: 340px;
      margin: auto;
      margin-bottom: 20px; }

.signup-container .signup-email-box {
  width: 100%;
  max-width: 1120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px #706E6E3D;
          box-shadow: 0px 0px 4px 0px #706E6E3D;
  overflow: hidden;
  text-align: left; }
  .signup-container .signup-email-box .right-view {
    background-color: #f1595b;
    background-image: url("../img/graph-bg.png");
    min-height: 55vh;
    height: 100%;
    position: relative; }
    .signup-container .signup-email-box .right-view .skeleton-img {
      position: absolute;
      bottom: 0;
      right: 0; }

.signup-form {
  max-width: 420px;
  margin: auto;
  padding: 50px 20px; }
  .signup-form .gform_wrapper .gform_heading {
    display: none; }
  .signup-form .gform_wrapper .gf_page_steps {
    margin-bottom: 5px; }
    .signup-form .gform_wrapper .gf_page_steps .gf_step {
      font-weight: 400;
      font-size: 14px;
      display: none; }
      .signup-form .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
        display: none !important; }
    .signup-form .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
      display: block; }
  .signup-form .gform_wrapper .gfield--input-type-html, .signup-form .gform_wrapper .gfield_html {
    font-weight: 500;
    font-size: 24px;
    color: #050708; }
  .signup-form .gform_wrapper .gfield_password_strength {
    color: transparent;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px; }
    .signup-form .gform_wrapper .gfield_password_strength::before {
      width: 100%; }
    .signup-form .gform_wrapper .gfield_password_strength::after {
      width: 100%; }

.progress-container {
  position: relative;
  width: 100%;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.progress-circle {
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out; }

.progress-text {
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 500; }

.progress-subtext {
  position: absolute;
  top: 82%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 400;
  color: #7B828A; }

.dash-horizons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dash-horizons .dash-horizon {
    text-align: center;
    display: grid;
    place-items: center;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    padding: 15px 20px;
    width: 50%; }
    .dash-horizons .dash-horizon img {
      display: block; }

.m-triales-heading {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .m-triales-heading .app-search .form-control.search-filter {
    -webkit-box-shadow: none;
            box-shadow: none; }

.dashboard-common-table {
  max-width: 1200px;
  max-height: 320px;
  min-height: 200px;
  overflow-y: auto; }
  .dashboard-common-table table {
    width: 100%;
    border-collapse: collapse; }
  .dashboard-common-table thead th {
    background-color: #F5F7FA;
    font-size: 11px;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 10; }
  .dashboard-common-table .progress {
    height: 5px;
    max-width: 110px; }
  .dashboard-common-table table thead {
    background-color: #F5F7FA; }
    .dashboard-common-table table thead th {
      border: 0px; }
  .dashboard-common-table table tbody tr {
    background-color: transparent !important; }
    .dashboard-common-table table tbody tr td {
      border: 0; }
  .dashboard-common-table table tbody > tr:nth-child(odd) > td, .dashboard-common-table table tbody > tr:nth-child(odd) > th, .dashboard-common-table table tbody tr:hover > td, .dashboard-common-table table tbody tr:hover > th {
    background-color: transparent; }
  .dashboard-common-table .table > :not(:first-child) {
    border-top: 0px; }
  .dashboard-common-table table thead:first-child tr:first-child th {
    -webkit-border-before: 0px;
            border-block-start: 0px; }

.activities-lists {
  padding: 12px 12px; }
  .activities-lists .activities-list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeee; }

.dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dashboard-sidebar {
  width: 240px;
  background-color: #ffffff;
  height: 100vh;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  z-index: 2;
  border-right: 1px solid #ededed;
  position: fixed; }
  @media only screen and (max-width: 767px) {
    .dashboard-sidebar {
      left: -245px; } }
  .dashboard-sidebar.collapsed {
    width: 82px; }
    @media only screen and (max-width: 767px) {
      .dashboard-sidebar.collapsed {
        width: 240px;
        left: 0; } }
    .dashboard-sidebar.collapsed .logo-img .expand-logo {
      display: none !important; }
    .dashboard-sidebar.collapsed .logo-img .minimize-logo {
      display: block !important; }

.vertical-sidebar {
  border-bottom: 1px solid #ededed;
  padding: 6px 15px;
  height: 50px; }
  @media only screen and (max-width: 767px) {
    .vertical-sidebar {
      padding-right: 5px; } }
  .vertical-sidebar .app-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .vertical-sidebar .app-logo .logo-img {
      width: 87%; }
      .vertical-sidebar .app-logo .logo-img img {
        height: 33px;
        -o-object-fit: contain;
           object-fit: contain; }
      .vertical-sidebar .app-logo .logo-img .minimize-logo {
        display: none; }
    .vertical-sidebar .app-logo .mobile-sidebar-close {
      display: none; }
      @media only screen and (max-width: 767px) {
        .vertical-sidebar .app-logo .mobile-sidebar-close {
          display: block;
          width: 20px; } }
    @media only screen and (max-width: 767px) {
      .vertical-sidebar .app-logo #header-toggle {
        display: none; } }

.app-logo > * {
  margin: 0;
  /* Reset any margin */
  padding: 0;
  /* Reset any padding */ }

.simplebar-content .main-nav {
  list-style: none;
  padding: 15px; }
  .simplebar-content .main-nav.collapsed .menu-title {
    width: 30px;
    padding: 18px; }
  .simplebar-content .main-nav .menu-title {
    font-weight: 500;
    font-size: 13px;
    color: #7B828A;
    height: 38px;
    padding: 8px 8px 8px 35px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    position: relative;
    text-decoration: none;
    background-image: url("../img/dasboard-menu-icons/medical-history-icon-inactive.svg"); }
    .simplebar-content .main-nav .menu-title.active {
      background-image: url("../img/dasboard-menu-icons/medical-history-icon-active.svg"); }
    .simplebar-content .main-nav .menu-title a {
      color: #7B828A;
      text-decoration: none; }
    .simplebar-content .main-nav .menu-title .text {
      text-decoration: none; }
      .simplebar-content .main-nav .menu-title .text.collapsed {
        opacity: 0;
        display: none; }
    .simplebar-content .main-nav .menu-title.active {
      background-color: #FFE8E8;
      border: 1px solid #FFDDDD; }
      .simplebar-content .main-nav .menu-title.active::before {
        content: '';
        position: absolute;
        width: 3px;
        height: 70%;
        top: 6px;
        left: -3px;
        background-color: #F1595B;
        border-radius: 40px;
        z-index: -1; }
      .simplebar-content .main-nav .menu-title.active a {
        color: #F1595B; }
    .simplebar-content .main-nav .menu-title.dashboard-icon {
      background-image: url("../img/dasboard-menu-icons/dashboard-icon-inactive.svg"); }
      .simplebar-content .main-nav .menu-title.dashboard-icon.active {
        background-image: url("../img/dasboard-menu-icons/dashboard-icon-active.svg"); }
    .simplebar-content .main-nav .menu-title.medical-history-icon, .simplebar-content .main-nav .menu-title.my-patients-icon {
      background-image: url("../img/dasboard-menu-icons/medical-history-icon-inactive.svg"); }
      .simplebar-content .main-nav .menu-title.medical-history-icon.active, .simplebar-content .main-nav .menu-title.my-patients-icon.active {
        background-image: url("../img/dasboard-menu-icons/medical-history-icon-active.svg"); }
    .simplebar-content .main-nav .menu-title.medical-trials-icon {
      background-image: url("../img/dasboard-menu-icons/medical-trials-icon-inactive.svg"); }
      .simplebar-content .main-nav .menu-title.medical-trials-icon.active {
        background-image: url("../img/dasboard-menu-icons/medical-trials-icon-active.svg"); }
    .simplebar-content .main-nav .menu-title.blogs-icon {
      background-image: url("../img/dasboard-menu-icons/blogs-icon-inactive.svg"); }
    .simplebar-content .main-nav .menu-title.homepage-icon {
      background-image: url("../img/dasboard-menu-icons/homepage-icon-inactive.svg"); }
    .simplebar-content .main-nav .menu-title.ac-settings-icon {
      background-image: url("../img/dasboard-menu-icons/settings-icon-inactive.svg"); }
      .simplebar-content .main-nav .menu-title.ac-settings-icon.active {
        background-image: url("../img/dasboard-menu-icons/settings-icon-active.svg"); }

/* Main Content Adjusts */
.dashboard-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-top: 3rem;
  margin-left: 240px; }
  @media only screen and (max-width: 767px) {
    .dashboard-main {
      margin-left: 0px; } }
  .dashboard-main.expanded {
    margin-left: 95px; }
  .dashboard-main .gform_wrapper #gform_11 {
    max-width: 800px; }

body.customize-support .header-main {
  top: 32px; }

body.customize-support .dashboard-sidebar {
  height: 98vh; }

.header-main {
  position: fixed;
  height: 50px;
  top: 0;
  z-index: 2;
  padding-left: calc(15rem + 20px);
  padding-right: 20px;
  width: 100%;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #7B828A; }
  @media only screen and (max-width: 767px) {
    .header-main {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 582px) {
    .header-main {
      height: auto; } }
  .header-main.expanded {
    padding-left: 7rem; }
  .header-main .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-main .page-title .text {
      padding-top: 3px;
      padding-left: 5px; }
  .header-main .mobile-sidebar-toggle {
    display: none; }
    @media only screen and (max-width: 767px) {
      .header-main .mobile-sidebar-toggle {
        display: block;
        padding-right: 10px;
        margin-top: 4px; } }

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  @media only screen and (max-width: 582px) {
    .header-right {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 8px;
      padding-bottom: 8px; } }

.app-search .form-control.search-filter {
  width: 216px;
  height: 33px;
  border-radius: 6px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px #57565633;
          box-shadow: 0px 0px 4px 0px #57565633;
  border-color: #eeeeee;
  padding: .5rem .75rem .5rem 2rem;
  font-weight: 400;
  font-size: 12px; }

.app-search .ti-search {
  background-image: url("../img/search-icon.svg");
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center; }

.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 195px; }
  @media only screen and (max-width: 600px) {
    .user-profile {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .user-profile .profile-details.collapsed {
    display: none; }
  .user-profile .profile-img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 40px;
    border-width: 1px; }
  .user-profile .profile-name {
    padding-top: 5px; }

.app-notification {
  position: relative; }
  .app-notification .btn-close:hover, .app-notification .btn-close:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent; }

.header-notification-canvas {
  width: 500px;
  height: 550px;
  border-radius: 18px;
  top: 50px;
  right: 175px;
  border: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: #212529;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 1px #11182726;
          box-shadow: 0px 0px 0px 1px #11182726; }
  @media only screen and (max-width: 991px) {
    .header-notification-canvas {
      right: 10px; } }
  @media only screen and (max-width: 572px) {
    .header-notification-canvas {
      top: 85px; } }
  @media only screen and (max-width: 500px) {
    .header-notification-canvas {
      width: 93%; } }
  .header-notification-canvas.show {
    opacity: 1;
    visibility: visible; }
  .header-notification-canvas .offcanvas-header {
    border-bottom: 1px solid #eeeeee; }
    .header-notification-canvas .offcanvas-header .offcanvas-title {
      font-size: 16px;
      color: #050708; }

.profile-dropdown-canvas {
  width: 280px;
  height: 300px;
  border-radius: 8px;
  top: 50px;
  right: 40px;
  padding: 20px;
  border: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #212529;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 1px #11182726;
          box-shadow: 0px 0px 0px 1px #11182726; }
  @media only screen and (max-width: 572px) {
    .profile-dropdown-canvas {
      top: 85px;
      right: 10px; } }
  .profile-dropdown-canvas.show {
    opacity: 1;
    visibility: visible; }
  .profile-dropdown-canvas .profile-img {
    width: 72px;
    height: 72px; }
  .profile-dropdown-canvas .profile-option {
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 10px 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 15px; }

.filter-canvas {
  width: 200px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 1px #11182726;
          box-shadow: 0px 0px 0px 1px #11182726;
  position: absolute;
  right: 15px;
  top: 45px;
  z-index: 2;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .filter-canvas.show {
    display: block; }
  .filter-canvas .quick-filters {
    padding: 10px; }
    .filter-canvas .quick-filters p {
      margin-bottom: 8px; }
    .filter-canvas .quick-filters .month-btn {
      border: 1px solid #E5E7EB;
      -webkit-box-shadow: 0px 0px 0px 1px #C9C9C933;
              box-shadow: 0px 0px 0px 1px #C9C9C933;
      padding: 3px 5px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 6px; }
  .filter-canvas .offcanvas-header {
    border-bottom: 1px solid #eeeeee;
    padding: 10px; }
    .filter-canvas .offcanvas-header .offcanvas-title {
      font-size: 16px;
      font-weight: 500;
      color: #050708; }

.notification-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 5px;
  position: relative; }
  .notification-filter h3 {
    font-size: 16px;
    color: #050708; }
  .notification-filter .filter-btn {
    background-color: #F1595B;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 9px 6px 25px;
    border: 1px solid #ffffff;
    background-image: url("../img/filter-icon.svg");
    background-repeat: no-repeat;
    background-position: left 5px center; }

.notification-message {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 15px; }
  .notification-message:nth-last-child(1) .notification-list::before {
    content: none !important; }
  .notification-message .message-content-box {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 6px 10px;
    -webkit-box-shadow: 0px 1px 8px 0px #1118270D;
            box-shadow: 0px 1px 8px 0px #1118270D;
    position: relative; }
    .notification-message .message-content-box.finish-box {
      background-color: #FFF0F0;
      border: 1px solid #FFE1E1;
      border-radius: 6px; }
    .notification-message .message-content-box .notification-list {
      position: absolute;
      left: -40px;
      top: 10px; }
      .notification-message .message-content-box .notification-list::before {
        content: '';
        width: 2px;
        height: 70px;
        position: absolute;
        top: 12px;
        left: 8px;
        border-right: 1px dashed #E9E7E7;
        z-index: -1; }
      .notification-message .message-content-box .notification-list::after {
        content: '';
        width: 100px;
        height: 1px;
        position: absolute;
        top: 12px;
        left: 8px;
        border-bottom: 1px dashed #E9E7E7;
        z-index: -1; }
    .notification-message .message-content-box .btn-12 {
      text-decoration: none;
      -webkit-box-shadow: 0px 0px 0px 1px #C9C9C933;
              box-shadow: 0px 0px 0px 1px #C9C9C933;
      padding: 5px 20px 5px 5px;
      background-position: right 4px center;
      line-height: 1.1em; }
      .notification-message .message-content-box .btn-12:hover {
        background-color: #ffe8e8;
        color: #050708;
        border-color: #050708; }

.offcanvas-body .head-container {
  padding: 0px 15px 20px;
  max-height: 290px; }
  .offcanvas-body .head-container h5 {
    font-size: 16px; }

.m-trials-overview .dashboard-cards {
  padding-top: 15px;
  padding-bottom: 15px; }
  .m-trials-overview .dashboard-cards .dashboard-card {
    border-radius: 8px;
    padding: 15px 20px 20px;
    height: 100%;
    border: 1px solid #eee; }
    .m-trials-overview .dashboard-cards .dashboard-card .m-card-header {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      padding-top: 5px;
      height: 84px;
      overflow: hidden;
      line-height: 1.7em; }
      .m-trials-overview .dashboard-cards .dashboard-card .m-card-header a {
        color: #050708; }

.m-trials-overview {
  /* This for loop creates the necessary css animation names Due to the split circle of progress-left and progress right, we must use the animations on each side. */ }
  .m-trials-overview .m-trial-progress {
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px; }
    @media only screen and (max-width: 1400px) {
      .m-trials-overview .m-trial-progress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .m-trials-overview .m-trial-progress .progress-info .progress-info-img {
      position: relative; }
      .m-trials-overview .m-trial-progress .progress-info .progress-info-img::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 22px;
        top: 30px;
        left: 8px;
        background-color: #ededed; }
      .m-trials-overview .m-trial-progress .progress-info .progress-info-img img {
        border-radius: 100px;
        width: 20px;
        height: 20px;
        padding: 5px;
        -webkit-box-shadow: 0px 0px 1.64px 0px #0000001F;
                box-shadow: 0px 0px 1.64px 0px #0000001F;
        margin-right: 10px;
        margin-top: 2px;
        border: 1px solid white; }
        .m-trials-overview .m-trial-progress .progress-info .progress-info-img img.u-icon {
          background-color: #EEF6FF; }
        .m-trials-overview .m-trial-progress .progress-info .progress-info-img img.l-icon {
          background-color: #F9EBFF; }
        .m-trials-overview .m-trial-progress .progress-info .progress-info-img img.d-icon {
          background-color: #DEFFEE; }
  .m-trials-overview .progress-info > div:nth-last-child(1) .progress-info-img::after {
    content: none; }
  .m-trials-overview .progress {
    width: 80px;
    height: 80px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
    .m-trials-overview .progress.green-progress .progress-value {
      color: #00AB55;
      background-color: #ECFEEC; }
    .m-trials-overview .progress.green-progress .progress-bar {
      border-color: #00AB55; }
    .m-trials-overview .progress.yellow-progress .progress-value {
      color: #F19900;
      background-color: #FEF8EB; }
    .m-trials-overview .progress.yellow-progress .progress-bar {
      border-color: #F19900; }
    .m-trials-overview .progress.red-progress .progress-value {
      color: #FF0000;
      background-color: #FFEEEE; }
    .m-trials-overview .progress.red-progress .progress-bar {
      border-color: #FF0000; }
    .m-trials-overview .progress .progress-value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      font-size: 16px;
      text-align: center;
      line-height: 13px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      font-weight: 500;
      width: 90px; }
      .m-trials-overview .progress .progress-value span {
        font-size: 10px;
        font-weight: 400; }
    .m-trials-overview .progress .progress-bar {
      width: 100%;
      height: 100%;
      background: none;
      border-width: 5px;
      border-style: solid;
      position: absolute;
      top: 0;
      border-color: #ffb43e; }
    .m-trials-overview .progress:after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 5px solid #eee;
      position: absolute;
      top: 0;
      left: 0; }
    .m-trials-overview .progress .progress-left {
      left: 0; }
      .m-trials-overview .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
                transform-origin: center left; }
  .m-trials-overview .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .m-trials-overview .progress .progress-right {
    right: 0; }
    .m-trials-overview .progress .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 75px;
      border-bottom-left-radius: 75px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right; }
  .m-trials-overview .progress .progress-value div {
    margin-top: 10px; }
  .m-trials-overview .progress[data-percentage="10"] .progress-right .progress-bar {
    -webkit-animation: loading-1 1.5s linear forwards;
            animation: loading-1 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="10"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="15"] .progress-right .progress-bar {
    -webkit-animation: loading-1 1.5s linear forwards;
            animation: loading-1 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="15"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="20"] .progress-right .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards;
            animation: loading-2 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="20"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="25"] .progress-right .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards;
            animation: loading-2 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="25"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="30"] .progress-right .progress-bar {
    -webkit-animation: loading-3 1.5s linear forwards;
            animation: loading-3 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="30"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="35"] .progress-right .progress-bar {
    -webkit-animation: loading-3 1.5s linear forwards;
            animation: loading-3 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="35"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="40"] .progress-right .progress-bar {
    -webkit-animation: loading-4 1.5s linear forwards;
            animation: loading-4 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="40"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="45"] .progress-right .progress-bar {
    -webkit-animation: loading-4 1.5s linear forwards;
            animation: loading-4 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="45"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="50"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="50"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="55"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="55"] .progress-left .progress-bar {
    -webkit-animation: 0;
            animation: 0; }
  .m-trials-overview .progress[data-percentage="60"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="60"] .progress-left .progress-bar {
    -webkit-animation: loading-1 1.5s linear forwards 1.5s;
            animation: loading-1 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="65"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="65"] .progress-left .progress-bar {
    -webkit-animation: loading-1 1.5s linear forwards 1.5s;
            animation: loading-1 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="70"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="70"] .progress-left .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards 1.5s;
            animation: loading-2 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="75"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="75"] .progress-left .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards 1.5s;
            animation: loading-2 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="80"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="80"] .progress-left .progress-bar {
    -webkit-animation: loading-3 1.5s linear forwards 1.5s;
            animation: loading-3 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="85"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="85"] .progress-left .progress-bar {
    -webkit-animation: loading-3 1.5s linear forwards 1.5s;
            animation: loading-3 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="90"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="90"] .progress-left .progress-bar {
    -webkit-animation: loading-4 1.5s linear forwards 1.5s;
            animation: loading-4 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="95"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="95"] .progress-left .progress-bar {
    -webkit-animation: loading-4 1.5s linear forwards 1.5s;
            animation: loading-4 1.5s linear forwards 1.5s; }
  .m-trials-overview .progress[data-percentage="100"] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
            animation: loading-5 1.5s linear forwards; }
  .m-trials-overview .progress[data-percentage="100"] .progress-left .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards 1.5s;
            animation: loading-5 1.5s linear forwards 1.5s; }

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }
  .m-trials-overview .progress {
    margin-bottom: 1em; }

.medical-trials-tabs .nav-tabs {
  background-color: #F5F5F5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  padding: 8px;
  border-radius: 6px; }
  .medical-trials-tabs .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 0em;
    color: #7B828A; }
    .medical-trials-tabs .nav-tabs .nav-item .nav-link:hover {
      border-color: transparent; }
    .medical-trials-tabs .nav-tabs .nav-item .nav-link.active {
      border-color: #dee2e6 #dee2e6;
      color: #F1595B; }
      .medical-trials-tabs .nav-tabs .nav-item .nav-link.active .active-icon {
        display: inline-block; }
      .medical-trials-tabs .nav-tabs .nav-item .nav-link.active .inactive-icon {
        display: none; }
    .medical-trials-tabs .nav-tabs .nav-item .nav-link .active-icon {
      display: none; }

.m-view-details {
  width: 80%;
  max-width: 800px;
  height: calc(98.5vh - 15px);
  margin: 15px;
  border-radius: 12px;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #F1595B;
  z-index: 9;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(197, 197, 197, 0.5);
          box-shadow: 2px 2px 10px 1px rgba(197, 197, 197, 0.5);
  overflow: hidden; }
  .m-view-details .m-view-header {
    width: 100%;
    position: relative;
    background-color: white;
    height: 48px;
    border-radius: 12px 12px 0 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eeeeee; }
  .m-view-details .full-content {
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
    height: 90vh; }
    .m-view-details .full-content .m-trials-overview .m-trial-progress {
      padding: 0; }
    .m-view-details .full-content .m-trials-overview .progress {
      margin: 0 0 10px; }
    .m-view-details .full-content .card-head-lines .btn-11 {
      text-decoration: none;
      padding: 3px 20px 7px 10px;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      font-size: 12px;
      background-position: right 4px center; }
    .m-view-details .full-content .m-info {
      border: 1px solid #eeeeee;
      border-radius: 8px;
      background-color: #ffffff;
      padding: 15px;
      font-size: 12px;
      font-weight: 400;
      color: #050708;
      line-height: 2em;
      margin-bottom: 20px; }
      .m-view-details .full-content .m-info img {
        background-color: #F1F1F1;
        border: 1px solid white;
        -webkit-box-shadow: 0px 0px 1.64px 0px #0000001F;
                box-shadow: 0px 0px 1.64px 0px #0000001F;
        padding: 4.17px;
        border-radius: 50px;
        margin-right: 4px;
        max-height: 22px; }
      .m-view-details .full-content .m-info .badge-info {
        color: #050708;
        font-size: 10px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 4px;
           -moz-column-gap: 4px;
                column-gap: 4px;
        line-height: 2em;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .m-view-details .full-content .m-info .badge-info span {
          background-color: #DEFFEE;
          border: 0.6px solid #ffffff;
          -webkit-box-shadow: 0px 0px 2px 0px #0000001F;
                  box-shadow: 0px 0px 2px 0px #0000001F;
          padding: 0px 6px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
          .m-view-details .full-content .m-info .badge-info span.b2 {
            background-color: #F4EBFF;
            color: #6E1491; }
          .m-view-details .full-content .m-info .badge-info span.b3 {
            background-color: #FFE0F3;
            color: #D71489; }
          .m-view-details .full-content .m-info .badge-info span.b4 {
            background-color: #E2F1FF;
            color: #0080FF; }

.m-view-details.active {
  right: 0; }

.m-trial-apply .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  text-align: left; }
  .m-trial-apply .modal-body .icon {
    width: 60px;
    background-color: #E4F1FF;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 2.3px 0px #0000001F;
            box-shadow: 0px 0px 2.3px 0px #0000001F;
    padding: 5px;
    border-radius: 100px; }

.m-trial-apply .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .m-trial-apply .modal-footer label {
    padding-left: 20px;
    position: relative; }
  .m-trial-apply .modal-footer input {
    position: absolute;
    left: 0px; }
  .m-trial-apply .modal-footer .btn-11 {
    padding: 6px 30px 6px 18px; }

/*# sourceMappingURL=theme.css.map */
