/* Font Family */

h1,
h2,
h3,
h4,
h4,
h6,
p,
a,
button,
label,
input,
td,
th,
li {
  font-family: "Urbanist", sans-serif;
}

/* General Links */
a:hover {
  text-decoration: none;
}

/*
 * Component: Main Header (Sidebar)
 * ----------------------
 */

.skin-blue .sidebar a {
  color: #000000;
}

.main-sidebar {
  background: #f0ac00 !important;
}

.main-header,
.skin-blue .main-header .logo {
  text-align: center;
  background-color: #f0ac00 !important;
}

.skin-blue .main-header .navbar {
  background: #fff !important;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 30px 0px;
}

.skin-blue .sidebar-menu > li.active {
  border-left: 3px solid #fff;
}

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: transparent !important;
  border-radius: 4px;
  background: #fff;
  color: #000;
}

.sidebar-menu > li {
  padding-right: 20px;
  margin-top: 10px;
}

.skin-blue .sidebar-menu > li > a {
  margin-left: 20px;
}

.sidebar-menu-new li.active > a {
  border-left-color: transparent !important;
  border-radius: 4px;
  background: #f0ac00;
  padding: 11px 11px;
  width: 171px !important;
  display: inherit;
  color: #fff;
}

.skin-blue .sidebar-menu > li > a:hover {
  border-left-color: transparent !important;
  border-radius: 4px !important;
  background: var(--Primary-B, #fff) !important;
  color: #000 !important;
}

.skin-blue .sidebar-menu > li:hover > a {
  color: #f0ac00;
  background: #fff;
  border-radius: 4px;
}

.sidebar-menu-new {
  list-style-type: none !important;
  position: fixed;
  bottom: 0px;
  left: -8px;
}

.sidebar-menu-new li {
  font-size: 16px;
  margin-top: 20px;
}

.sidebar-menu > li:hover {
  padding-right: 20px;
  border-left: 3px solid #fff;
}

.sidebar-mini.sidebar-collapse .sidebar-menu {
  padding: 0px !important;
  margin: 0px;
  border-radius: 0px;
}

.sidebar-mini.sidebar-collapse span.logo-lg img {
  width: 50px;
  margin-bottom: 30px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu-new span {
  display: none;
}

.sidebar-mini.sidebar-collapse .sidebar-menu-new {
  padding: 10px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
  margin-right: 0;
  margin-left: 0px;
}

.sidebar-minic .sidebar-menu > li.active {
  position: relative;
  margin-left: 0px;
}

.sidebar-mini.sidebar-collapse .logo-div {
  text-align: center;
}

.sidebar-collapse .sidebar-menu-new li {
  font-size: 16px;
  margin-top: 20px;
  margin-left: 16px;
}

/*
 * Component: Main Header (Navbar)
 * ----------------------
 */

.skin-blue .main-header .navbar {
  background-color: #fff !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: #f0ac00 !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #fff !important;
  background-color: #f0ac00;
}

/*
 * Content Wrapper - contains the main content
 */

.content-wrapper {
  background-color: #fef8ff !important;
}

/*
 * Component: Content
 * --------------------
 */
.content {
  padding: 20px 50px !important;
}

/*
 * Component: Card (Dashboard)
 * --------------------
 */

.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  min-height: 132px;
}

.card h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

/*
 * Component: Modal
 * --------------------
 */
.modal h5 {
  color: var(--gray-900, #101828);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal p {
  color: var(--gray-600, #475467);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border: 0px !important;
  text-align: center;
}

.modal-footer .btn-secondary {
  border-radius: 8px;
  border: 1px solid var(--gray-300, #d0d5dd);
  background: var(--base-white, #fff);

  /* Shadow / xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.modal-footer .btn-primary {
  border-radius: 8px;
  border: 1px solid var(--error-600, #d92d20);
  background: var(--error-600, #d92d20);

  /* Shadow / xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#exampleModalLong #exampleModalLongTitle {
  font-family: "Urbanist", sans-serif;
}

#exampleModalLong .modal-header .close {
  margin-top: -24px;
  opacity: 1;
  font-family: "Urbanist", sans-serif;
}

#exampleModalLong .modal-header {
  border-bottom: 0px;
}

#exampleModalLong .modal-body {
  padding: 30px;
}

#exampleModalLong .modal-body .profile-img {
  padding: 20px;
  text-align: center;
}

#exampleModalLong .profile-img a {
  position: absolute;
  left: 56%;
  top: 90px;
  background-color: #fff;
  border-radius: 50%;
}

#exampleModalLong .has-feedback .form-control {
  border-radius: 10px;
}

#exampleModalLong .btn {
  background-color: #f0ad00;
  border-color: #f0ad00;
  border-radius: 10px;
}

.modal-dialog .modala-content {
  border-radius: 10px !important;
}

/*
 * Cancle button CSS  (in modal)
 * -----------------------------------------
 */
a.cancle-btn {
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #d0d5dd;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  padding: 8px 30px;
  border-radius: 10px;
  color: #344054;
}

/*
 * Delete button CSS (in modal)
 * -----------------------------------------
 */
a.dlt-btn {
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #d92d20;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  padding: 8px 30px;
  border-radius: 10px;
  background-color: #d92d20;
  color: #fff;
  margin-left: 20px;
}

/*
 * Component: search Box (for all Tables)
 * --------------------
 */
#myInput {
  background-position: 8px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/search.png");
  width: 40%;
  font-size: 16px;
  padding: 5px 6px 5px 38px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  margin-left: 5px;
}

/*
 * Component: refresh button (for all Tables)
 * --------------------
 */
.refresh-btn {
  color: #5a1f62;
  position: relative;
  top: 10px;
}

/*
 * Component: Toggle Switch (for all Tables)
 * --------------------
 */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 14px;
  top: -5px !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: -2px;
  bottom: -1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #08161424;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3adf00;
}

input:checked + .slider:before {
  background-color: #3adf00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*
 * Component: Table
 * ----------------
 */
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
  padding: 12px;
}

td {
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #fdf6e3 !important;
  border-radius: 5px;
}

table td.user-detail img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

table td {
  font-size: 14px;
  color: #292725;
  font-weight: 400;
}

span a.detail-view {
  color: #f0ac00;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.add-btn {
  background-color: #f0ad00;
  color: #000;
  padding: 8px 20px;
  border-radius: 8px;
  float: right;
  margin-bottom: 30px;
  font-family: "Urbanist", sans-serif;
}
.add-btn:hover {
  background-color: #f0ad00;
  color: #000;
  padding: 8px 20px;
  border-radius: 8px;
  float: right;
  margin-bottom: 30px;
  font-family: "Urbanist", sans-serif;
}
span.approved {
  color: #74c12c !important;
}

span.disapproved {
  color: #ff542df5 !important;
}

span.pending {
  color: #ffde33 !important;
}

/*
 * Component: Button (Submit Button)
 * ----------------
 */
#Recipients-page #myInput {
  width: 100%;
}

img.banner-image {
  width: 121px;
  height: 52px;
  border-radius: 6px;
}

#sponsorship-table td {
  vertical-align: middle;
}

/*
 * Component: Button (Submit Button)
 * ----------------
 */
 .create-btn {
  padding: 10px 20px;
  color: #000;
  background-color: #f0ad00;
  border-radius: 8px;
  top: 7px;
  position: relative;
  border: 0px;
}

.create-btn:hover {
  color: #fff;
  background-color: #f0ad00;
}
#create-business .form-control {
  border-radius: 8px;
}
#create-business label {
  color: #141010;
}

/*
 * Component: Panel (Settings Page)
 * ----------------
 */
.panel-default > .panel-heading {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 0px;
  padding: 20px;
}

.panel-default {
  border: 0px !important;
  background-color: transparent;
  border-top: 0px !important;
  box-shadow: none !important;
}

.panel-default > .panel-heading a:hover {
  color: #000 !important;
}

.panel-default > .panel-heading a:active {
  color: #000 !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0px !important;
}

#collapse1 {
  border-radius: 8px;
  background: var(--light-version-neutral, #fff);
}

/*
 * Component: Box area (Settings Page)
 * ----------------
 */

.box-area-1 {
  border: 1px solid #bdbdbd;
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
}

/*
 * Component: Box
 * ----------------
 */
.box {
  border-top: 0px;
  border-radius: 10px;
  padding: 10px;
}

.box h4 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #0d0c22;
}

.box span {
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #3d3d4e;
}

/*
 * for styling h4 tag (Settings Page)
 * ----------------
 */
h4.name {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

/*
 * Component: Profile (Setting Page and Add Hospital Page)
 * ----------------
 */
.profile-img {
  position: relative;
}

.profile-img .profile {
  width: 114px;
  height: 114px;
  border-radius: 50%;
}

.profile-img a {
  position: absolute;
  left: 80px;
  top: 80px;
  background-color: #fff;
  border-radius: 50%;
}

/*
 * Component: Filters (Table Header section)
 * ----------------------
 */

 select.filters {
  border-radius: 8px;
  border: 1px solid rgba(41, 39, 37, 0.2);
  background: #fff;
  font-family: "Inter", sans-serif;
  padding: 8px 20px;
  margin-right: 30px;
  width: 100%;
}

/*
 * Component: back button
 * ----------------------
 */
a.back-btn {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #04081a;
}

/*
 * Patient detail page CSS
 * -----------------------------------------
 */
.purple-box {
  height: 144px;
  border-radius: 16px;
  background: linear-gradient(
    4.12deg,
    rgba(240, 172, 0, 0.5) 2.28%,
    #f0ac00 161.97%
  );
}
.badge {
  background-color: #f0ac00;
}
h5.patient-name {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

.patient-box {
  position: relative;
  top: -100px;
  z-index: 99;
}

h5.patient-dob {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

h5.patient-dob span {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.detail-box {
  border: 1px solid #556ae233;
  padding: 20px;
  border-radius: 10px;
  margin-top: -50px;
  margin-bottom: 50px;
}

.detail-box h6 {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.detail-box p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.detail-box p span {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

/*
 * Add button CSS
 * -----------------------------------------
 */
.add-hospital-btn {
  background-color: #5a1f62;
  color: #fff;
  border-radius: 10px;
  position: relative;
  top: 10px;
  padding: 8px 30px;
}

.add-hospital-btn:hover {
  color: #fff;
}

/*
 * box-1 Component CSS (View detail Page)
 * -----------------------------------------
 */
.box-1 {
  background-color: #fef2ff !important;
  border-radius: 8px;
  padding: 20px;
}

.hospital-main-image {
  width: 193.96px;
  height: 193.96px;
  border-radius: 50%;
}

.box-1 h6 {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #5a1f62;
}

.box-1 h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000f1a;
  margin-top: 0px;
}

.box-1 .sub-1 {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000f1a99;
}

.box-1 .sub-2 {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000f1a;
}

h3.title {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000f1a;
  margin-left: 10px;
}

a.file-link {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #0280e6;
  position: relative;
  top: 10px;
}

.approved-btn-1 span {
  padding: 3px 8px 3px 8px;
  border-radius: 8px;
  color: #fff !important;
  background: #42b247;
  text-align: left;
  position: relative;
  top: 10px;
}

.approved-btn-1 {
  color: #fff;
}

.box-1 hr {
  border: 1px solid #000f1a24;
}

.bg-1 img.img-1 {
  width: 136.44px;
  height: 72.72px;
  position: relative;
}

.bg-1 .bg-2 img {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.box-2 {
  background-color: #fef2ff !important;
  border-radius: 8px;
  padding: 20px;
}

.box-2 p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #0d0c22;
}

/*
 * Document Detail Page CSS
 * -----------------------------------------
 */
.document-main-image {
  width: 556.29px;
  height: 296.49px;
  border: 18px;
}

.area-box {
  margin-bottom: 20px;
}

.area-box .sub-4 {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #00000067;
}

.area-box .sub-5 {
  font-family: "Urbanist" sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

.verify-btn {
  box-shadow: 0px 8px 52.79999923706055px 0px #0000001f;
  background-color: #5a1f62;
  color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
}

.verify-btn:hover {
  color: #fff;
}

h5.image-title {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #121212;
}

h5.image-title-1 {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: #121212;
}

p.iamge-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #140005;
}

.img-doc {
  margin-bottom: 10px;
  width: 114px;
  height: 76px;
}

.file-link-doc {
  margin-bottom: 10px;
  width: 114px;
  height: 76px;
}

.verify-btn-disable {
  box-shadow: 0px 8px 52.79999923706055px 0px #0000001f;
  background-color: #5a1f6234;
  color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
}

.verify-btn-disable:hover {
  color: #fff;
  background-color: #5a1f62;
}

.document-main-image-1 {
  width: 575.33px;
  height: 554.72px;
}

/*
 * login, forget password, reset password page CSS
 * -----------------------------------------------
 */
.login-page {
  background: url("../img/Rectangle\ 4339.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.login-box-body {
  box-shadow: 0px 2px 70px 0px #0000001f;
  border-radius: 14px;
  padding: 30px;
}

.login-box-msg {
  text-align: left;
  padding-left: 0px !important;
  color: #101212;
}

.login-logo {
  text-align: left;
  margin-bottom: 10px;
}

.login-logo img {
  width: 153px;
  height: 73px;
}

.login-page .has-feedback .form-control {
  border-radius: 8px;
}

.login-page .btn {
  background-color: #5a1f62;
  border-color: #5a1f62;
  border-radius: 8px !important;
  margin-bottom: 20px;
}

.login-page .btn:hover {
  background-color: #5a1f62;
  border-color: #5a1f62;
  border-radius: 8px !important;
}

.login-page a {
  color: #5a1f62;
  text-align: center;
}

.login-page a:hover {
  color: #5a1f62;
  text-align: center;
}

.login-box {
  width: 450px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.white-area {
  background: #ffffff66;
  border-radius: 20px;
  margin: 7%;
}

.login-page h4 {
  color: #000;
}

/*
 * Sponsorship Page CSS
 * -----------------------------------------
 */

.subsc-page {
  padding: 50px 30px;
  text-align: center;
}

.subsc-page img {
  width: 50%;
}

.subsc-page h5 {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.26697689294815063px;
}

.subsc-page p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.26697689294815063px;
  text-align: center;
  margin-bottom: 20px;
}

.subsc-page a.click-btn {
  background-color: #5a1f62;
  border-radius: 8px;
  padding: 8px 30px;
  color: #fff;
}

.subsc-page a.click-btn:hover {
  color: #fff;
  text-decoration: none;
}

.tab-area .btn-1-1 {
  border-bottom: 2px solid #5a1f62;
  color: #5a1f62;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.tab-area .btn-1-2 {
  border-bottom: 2px solid #000f1a34;
  color: #000f1a34;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.tab-area .col-md-6 {
  padding: 0px;
}

/*
*
*Create subscription page CSS
*/
.add-subscription {
  padding: 50px 30px;
}

.add-subscription form input,
.add-subscription form select,
.add-subscription form textarea {
  border: 1px solid #0212121f;
  border-radius: 8px;
  resize: none;
}

.add-subscription a.click-btn {
  font-family: "Urbanist", sans-serif;
  background-color: #5a1f62;
  border-radius: 8px;
  padding: 8px 30px;
  color: #fff;
}

.add-subscription a.click-btn:hover {
  color: #fff;
  text-decoration: none;
}

.bg-1 {
  position: relative;
  top: -28px;
  left: 94%;
}

#dynamic_field td {
  border: 0px;
  padding-left: 0px;
}

#dynamic_field #add {
  background-color: #5a1f62;
  border-color: #5a1f62;
}

/*
* Sponsorship Plan Page CSS
*
*/
#Sponsorship-plan-page .card {
  box-shadow: 0px 1.4734301567077637px 35.510650634765625px 0px #0000000d;
  border: 0.74px solid #0000001a;
  border-radius: 10px;
  padding: 16px;
  text-align: left;
}

#Sponsorship-plan-page .card p.sub-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #3d3d4e;
  margin-top: 16px;
  margin-bottom: 16px;
}

#Sponsorship-plan-page .card p.sub-txt-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #3d3d4e;
  margin-top: 24px;
}

#Sponsorship-plan-page .card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

#Sponsorship-plan-page .card .switch {
  top: 11px;
  float: right;
}

#Sponsorship-plan-page .card h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

#Sponsorship-plan-page .card ul {
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 30px;
  margin-top: 30px;
}

#Sponsorship-plan-page .card ul li {
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #3d3d4e;
}

#Sponsorship-plan-page .card a.card-btn {
  background: #fff;
  color: #56be04;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid #56be04;
  cursor: pointer;
}

#Sponsorship-plan-page .card a.card-btn-1 {
  background: #fff;
  color: #f32c05;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid #f32c05;
  cursor: pointer;
}

#Sponsorship-plan-page .card .card-btn-buy {
  background: #5a1f62;
  cursor: pointer;
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  box-shadow: 0px 8px 31px 0px #00000014;
  display: unset;
}

/*
 * View Recipients detail Page SS
 * ----------------
 */
.purple-box-light {
  background-color: #fef8ff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.purple-box-light h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #04081a;
}

.purple-box-light img.banner-detail {
  width: 347px;
  height: 139px;
  border-radius: 14px;
}

.purple-box-light h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #04081a;
}

.purple-box-light p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #04081a;
}

h3.heading-outer {
  font-size: 20px;
  font-weight: 500;
  color: #5a1f62;
  margin-bottom: 20px;
}

p.spon-button-area {
  text-align: right;
}

.reject-button {
  background: #fff;
  color: #f32c05;
  padding: 8px 30px;
  border-radius: 6px;
  border: 1px solid #f32c05;
  cursor: pointer;
}

.reject-button:hover {
  background: #fff;
  color: #f32c05;
  padding: 8px 30px;
  border-radius: 6px;
  border: 1px solid #f32c05;
  cursor: pointer;
}

.approve-button {
  background: #56be04;
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  border: 1px solid #56be04;
  cursor: pointer;
  margin-left: 14px;
}

/*
* Service Page CSS
*
*/
.box#service-page #myInput {
  width: 100% !important;
}

/*
* Add Service Page CSS
*
*/
#service .box {
  padding: 30px;
}

#service .profile-img {
  position: relative;
}

#service span.icon-txt {
  margin-left: 50px;
  font-size: 16px;
}

#service .profile-img img.profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

#create-service {
  margin-top: 30px;
}

#create-service .form-control {
  border-radius: 6px;
  padding: 8px 10px;
  margin-top: 20px;
}

#create-service label {
  font-size: 12px;
  background-color: #fff;
  position: absolute;
  left: 31px;
  top: 12px;
}

#create-service textarea {
  resize: none;
}

#create-service .red {
  color: #f32c05;
}

#create-service .reject-button-1 {
  background: #fff;
  color: #f32c05;
  padding: 8px 30px;
  border-radius: 6px;
  border: 1px solid #f32c05;
  cursor: pointer;
  top: 7px;
  position: relative;
  margin-right: 20px;
}

#service .button-1 img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0px;
}

/*
* Video Page CSS
*
*/
#Video-page #myInput {
  width: 100% !important;
}

#video-table .Video-thumb img {
  width: 162.26px;
  height: 52px;
  border-radius: 6px;
}

#video-table td {
  vertical-align: middle;
}

.file-upload {
  background-color: #ffffff;
}

.file-upload .glyphicon-download-alt {
  color: #16aca9;
  font-size: 32px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 1px dashed #5a1f62;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  letter-spacing: 0.01em;
  color: rgba(18, 18, 18, 0.4);
  padding: 40px 0;
  font-size: 14px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #5a1f62;
  border: none;
  padding: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  outline: none;
}

.remove-image:hover {
  background: #5a1f62;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

h5.label-txt {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #04081a;
}

.custom-color {
  color: #5a1f62 !important;
}

p.mandatory-txt {
  margin-top: 20px;
  text-align: right;
}

.file-uploadNEW {
  background-color: #ffffff;
}

.file-uploadNEW .glyphicon-download-alt {
  color: #16aca9;
  font-size: 32px;
}

.file-upload-btnNEW {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.file-upload-btnNEW:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-contentNEW {
  display: none;
  text-align: center;
}

.file-upload-inputNEW {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrapNEW {
  border: 1px dashed #5a1f62;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.image-title-wrapNEW {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-textNEW {
  text-align: center;
}

.drag-textNEW h3 {
  font-weight: 100;
  letter-spacing: 0.01em;
  color: rgba(18, 18, 18, 0.4);
  padding: 40px 0;
  font-size: 14px;
}

.file-upload-imageNEW {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-imageNEW {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #5a1f62;
  border: none;
  padding: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  outline: none;
}

.remove-imageNEW:hover {
  background: #5a1f62;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-imageNEW:active {
  border: 0;
  transition: all 0.2s ease;
}
.image-titleNEW {
  color: #fff;
}
/*
*
* Setting Page CSS
*/
#setting .form-control {
  border-radius: 10px;
}

/*
*
* Reveue Page CSS
*/
.box-1-revenue {
  background: #ffffff;
  border: 1px solid rgba(2, 128, 230, 0.04);
  box-shadow: 0px 2px 5px rgba(2, 128, 230, 0.07);
  border-radius: 8px;
  padding: 10px;
}

.box-1-revenue span.price {
  color: #00070a;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

#revenue-page #myInput {
  position: relative;
  top: 20px;
}

#revenue-page select.filters {
  position: relative;
  top: 20px;
}

#revenue-page .refresh-btn {
  position: relative;
  top: 25px;
}

.box-1-revenue select {
  background: transparent;
}

/* 
* Support Page CSS
* -------------------
*/
.section-1 {
  border-radius: 8px;
  border: 1px solid rgba(2, 128, 230, 0.04);
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(2, 128, 230, 0.07);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.section-1 h3 {
  color: var(--Black, #0f1413);

  /* Semibold */
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
  margin-top: 0px;
}

.section-1 img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
}

span.open-class {
  border-radius: 100px;
  background: #e0ffed;
  color: var(--functional-green, #5bb437);
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: -0.013px;
  padding: 8px 10px;
  position: relative;
  top: 10px;
}

td.class-opened {
  color: #5bb437;
}

td.class-pending {
  color: #ffc005;
}

td.class-closed {
  color: #48d4b4;
}

td.class-rejected {
  color: #ff312d;
}

.chat {
  width: 100%;
  background-color: #fbfbfb;
  padding: 0px !important;
}

.header-chat {
  height: 70px;
  align-items: center;
  padding-left: 20px;
  border-radius: 15px 15px 0px 0px;
  background: #fdf0ff;

  padding-top: 10px;
}

.header-chat img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
}

.chat .header-chat .icon {
  margin-left: 30px;
  color: #515151;
  font-size: 14pt;
}

.chat .header-chat .name {
  margin: 0 0 0 20px;
  color: var(--Brand-Black, #121212);
  /* Bold */
  font-family: "Metropolis", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.chat .header-chat span.subtxt {
  color: var(--Black, #000c14);
  /* Regular */
  font-family: "Metropolis", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: 0.12px;
  opacity: 0.6;
}

.chat .header-chat .btn {
  background: #ffffff;
  border-radius: 6px;
  color: #328a7c;
}

.chat .header-chat .right {
  position: absolute;
  right: 40px;
}

.chat .messages-chat {
  padding: 25px 35px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.chat .messages-chat .message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.chat .messages-chat .message .photo {
  display: block;
  width: 45px;
  height: 45px;
  background: #e6e7ed;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.chat .messages-chat .text {
  margin: 0 35px;
  padding: 15px;
  border-radius: 16px 16px 16px 0px;
  background: #fdf0ff;
}

.text-only {
  margin-left: 45px;
}

.time {
  font-size: 10px;
  color: lightgrey;
  margin-bottom: 10px;
  margin-left: 85px;
}

.response-time {
  float: right;
  margin-right: 40px !important;
}

.response {
  float: right;
  margin-right: 0px !important;
  margin-left: auto;
  /* flexbox alignment rule */
}

.response .text {
  color: #fff;
  border-radius: 16px 16px 0px 16px;
  background-color: #b46bbe !important;
}

.footer-chat {
  width: 94.6%;
  height: unset;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
  background-color: #fff;
  border-top: 2px solid #eee;
  left: 17px;
}

.chat .footer-chat .icon {
  margin-left: 30px;
  color: #c0c0c0;
  font-size: 14pt;
}

.chat .footer-chat .send {
  color: #fff;
  background-color: #5a1f62;
  position: absolute;
  right: 50px;
  padding: 12px 12px 12px 12px;
  border-radius: 10px;
  font-size: 14pt;
}

.chat .footer-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 13pt;
  color: #515151;
}

.chat .footer-chat .right {
  position: absolute;
  right: 40px;
}

.write-message {
  border: none !important;
  width: 80%;
  height: 50px;
  margin-left: 20px;
  padding: 10px;
  background-color: #fff;
}

.footer-chat *::-webkit-input-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
}

.footer-chat input *:-moz-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
}

.footer-chat input *::-moz-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
  margin-left: 5px;
}

.footer-chat input *:-ms-input-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
}

.clickable {
  cursor: pointer;
}

.main-complaint h3 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #00202e;
  margin-top: 0px;
}

.main-complaint h4 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #00202e;
}

.main-complaint p {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  opacity: 0.6;
}

.main-complaint p.date {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #00202e;
  opacity: 0.33;
}

.main-complaint span.pill {
  background: #edf8f6;
  border-radius: 19px;
  color: #328a7c;
  padding: 10px 20px;
}

.btn-tab {
  border-radius: 100px !important;
  border: 1px solid var(--Primary, #5a1f62);
  background: var(--Primary, #5a1f62) !important;
  color: var(--Brand-white, #fff) !important;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: -0.013px;
  float: right;
  margin-right: 10px;
  position: relative;
  top: 10px;
}

/*
 * Mobile View CSS
 * -----------------------------------------
 */
@media (max-width: 767px) {
  .card {
    margin-bottom: 20px;
  }

  #myInput {
    width: 100% !important;
    margin-bottom: 10px;
  }

  select.filters {
    width: 100%;
    margin-bottom: 10px;
  }

  #hospital #myInput {
    margin-top: 30px !important;
  }

  #hospital a.refresh-btn {
    position: absolute;
    top: -182px;
    right: 28px;
  }

  .bg-1 img.img-1 {
    width: 100%;
    height: 72.72px;
    position: relative;
    margin-bottom: 10px;
  }

  .document-main-image {
    width: 100%;
    height: 100%;
    border: 18px;
    margin-bottom: 20px;
  }

  .login-box {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .img-doc {
    margin-bottom: 10px;
    width: 100% !important;
    height: 100% !important;
  }

  .document-main-image-1 {
    width: 100% !important;
    height: 100% !important;
  }

  .table {
    margin-bottom: 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .login-box {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
}

/*
 * Tab View CSS
 * -----------------------------------------
 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .card {
    margin-bottom: 20px;
  }

  .login-box {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .table {
    margin-bottom: 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  #myInput {
    width: 100% !important;
    margin-bottom: 10px;
  }

  select.filters {
    width: 100%;
    margin-bottom: 10px;
  }

  #hospital #myInput {
    margin-top: 30px !important;
  }

  #hospital a.refresh-btn {
    position: absolute;
    top: -182px;
    right: 28px;
  }

  #modalRegistration {
    z-index: 9999;
  }

  .bg-1 img.img-1 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .document-main-image {
    width: 100%;
    height: 100%;
    border: 18px;
  }

  .img-doc {
    margin-bottom: 10px;
    width: 100% !important;
    height: 100% !important;
  }

  .document-main-image-1 {
    margin-bottom: 30px;
    width: 100% !important;
    height: 100% !important;
  }
}

span.image-title {
  color: #fff;
}

/*
* Ambulance Booking Detail Page css
*-------------------------
*/
a.download-btn {
  border: 1px solid #5a1f62;
  border-radius: 8px;
  color: #5a1f62;
  padding: 8px 30px;
}

a.download-btn:hover {
  border: 1px solid #5a1f62;
  border-radius: 8px;
  color: #5a1f62;
  padding: 8px 30px;
}

.section-area-1 {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 20px;
}

.section-area-1 img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.section-area-1 p.heading-1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.002em;
  color: #5a1f62;
}

.section-area-1 p.heading-2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000f1a;
}

.progress-step p.p1 {
  position: absolute;
  top: -39px;
  color: #27ae60;
  width: 64px;
  font-size: 9px;
}

.progress-step p.p2 {
  font-size: 9px;
  width: 64px;
}

.progress-tracker {
  display: table;
  width: 100%;
  overflow: hidden;
  margin: 0px auto !important;
  padding: 170px 0px !important;
}

.progress-step {
  display: table-cell;
  width: 25%;
}

.progress-marker {
  min-width: 28px;
  min-height: 28px;
  display: inline-block;
}

.progress-step {
  position: relative;
}

.progress-step p.p1 {
  position: absolute;
  color: #27ae60;
  width: 97px;
  top: -155px;
  font-size: 11px;
}

.progress-step p.p2 {
  position: absolute;
  top: 36px;
  width: 200px;
}

.progress-step.is-complete .progress-marker {
  background-color: #27ae60 !important;
}

.progress-step.is-active .progress-marker {
  background-color: #b6b6b6 !important;
}

.progress-step:not(:last-child)::after {
  z-index: unset !important;
}

.progress-step:not(:last-child)::after {
  background-color: #27ae60 !important;
}

#tracking .progress-step p.p1 {
  color: #000f1a;
  opacity: 0.4;
  font-size: 12px;
  top: -32px !important;
}

#tracking .progress-step.is-complete .progress-marker {
  background-color: #9aa3aa !important;
}

#tracking .progress-step.is-complete::after {
  background-color: #9aa3aa !important;
}

.progress-step:not(:last-child)::after {
  background-color: #9aa3aa !important;
}

.progress-step:last-child {
  margin-right: 55px;
}

/*
* Dummy Page CSS
*-----------------
*/
.label-1 {
  margin-right: 50px;
  margin-bottom: 50px;
}

#select-customer button {
  background: #5a1f62;
  border: 1px solid #5a1f62;
  border-radius: 6px;
  color: #fff;
  padding: 10px 30px;
}

#select-customer .form-control {
  display: block !important;
  border: 1px solid #08161432;
  border-radius: 8px;
}

#select-customer1 button {
  background: #5a1f62;
  border: 1px solid #5a1f62;
  border-radius: 6px;
  color: #fff;
  padding: 10px 30px;
}

#select-customer1 .form-control {
  display: block !important;
  border: 1px solid #08161432;
  border-radius: 8px;
}

#select-customer1 .form-group {
  display: block !important;
}

#select-customer .form-group {
  display: block !important;
}
#dynamic_field td {
  border: 0px;
}

#dynamic_field #add {
  background-color: #5a1f62;
  border-color: #5a1f62;
}

.box-sub {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  border: 1px solid #d2d6de;
  height: 100px;
  overflow-y: auto;
  padding: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f0ac00;
  border-color: #f0ac00;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f0ac00 !important;
  border-color: #f0ac00 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}
.submit-btn {
  background-color: #f0ac00;
  border: 1px solid #f0ac00;
  border-radius: 8px;
  padding: 8px 20px;
}


.box b.text-danger span {
  color: #a94442;;
  font-weight: bold;
}



.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload input {
  display: none;
}

.avatar-upload label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload label:after {
  content: url("../img/edit.png");
  color: #757575;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.main-sidebar {
  position: fixed;}


  .card {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    min-height: 132px;
}

.patient-img{
  width: 225px;
  height: 225px;
  border-radius: 10px;
}
