html {
  scroll-behavior: smooth;
}

.aside-secondary nav.nav-deep-hover > ul > li.nav-item.active,
.aside-secondary nav.nav-deep-hover > ul > li.nav-item:hover {
  background-color: #def3cf !important;
}

nav.nav-deep-light .nav-item.active > .nav-link,
nav.nav-deep-light .nav-item:hover > .nav-link {
  /* color: #4a7e20; */
  color: rgb(26, 172, 204);
}

.dropdown-menu {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05) !important;
}

.d-none {
  display: none;
}

.pointEvent-null {
  pointer-events: none;
  opacity: 0.9;
}

.message {
  margin-bottom: 20px;
}

.user-placeholder {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-placeholder.sender {
  color: #4a7e20;
  border-color: #def3cf;
  background-color: #def3cf;
}

.user-placeholder.receiver {
  color: #0052ea;
  border-color: #eaf1ff;
  background-color: #eaf1ff;
}

.message-sender-header {
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}

.ml--60-mobile {
  margin-left: 50px;
}

.article-format img {
  margin-bottom: 5px !important;
}

.message p,
.article-format p {
  margin-bottom: 0px;
}

.text-right-mobile-left {
  text-align: right;
}

.tooltip-1,
.tooltip-2 {
  position: relative;
  display: inline-block;
}

.tooltip-1 .tooltiptext,
.tooltip-2 .tooltiptext-2 {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  /* margin-left: -75px; */
  /* opacity: 0; */
  transition: opacity 0.3s;
}

.tooltip-1 .tooltiptext::after,
.tooltip-2 .tooltiptext-2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-1:hover .tooltiptext,
.tooltip-2:hover .tooltiptext-2 {
  visibility: visible;
  opacity: 1;
}

.badge-completed {
  color: #fff;
  background-color: #6dbb30;
}

.badge-rejected {
  color: #fff;
  background-color: #dc3545;
}

.badge-pending {
  color: #212529;
  background-color: #fad776;
}

.badge-paid {
  color: #fff;
  background-color: #377dff;
}

.badge-shipped {
  color: #fff;
  background-color: #6c757d;
}

.pharmacyName {
  font-size: 40px;
}

.pharmacyLocation,
.contactSupport {
  font-size: 17px;
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: 0 !important;
  margin-top: 0px;
}

.pharmacy-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.pharmacy-list li {
  margin-right: 20px;
}

.align-items-center {
  align-items: center;
}

.pharmacy-list li a {
  text-decoration: none;
  color: #555555;
}

.pharmacy-list li.active a {
  color: #6dbb30;
}

.advanced-search {
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  min-height: 100vh;
  background: #fff;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 9998;
  box-shadow: 0px 7px 10px 0px #00000014;
}

body.layout-admin #middle > .page-title {
  padding: 10px 35px;
  background-color: #fff;
  margin: -30px -30px 30px !important;
  border-top: 1px solid #e9ecef;
  z-index: 2;
}

.empty-holder {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  /* flex-direction: column; */
}

.empty-image {
  height: 250px;
}

.notification-container {
  z-index: 300;
  position: fixed;
  left: 2%;
  bottom: -100%;
  width: 300px;
  transition: all 0.3s;
}

.notification-life {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}

.message-cont {
  display: flex;
  justify-content: space-between;
}

.close-message-text {
  width: 60px;
  display: flex;
  justify-content: flex-end;
}

.notification-toast {
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .notification-toast {
    margin: 0px;
    width: 100%;
  }
  .notification-container {
    width: 100%;
    z-index: 300;
    position: fixed;
    left: 2%;
    /* top: -100%; */
    width: 300px;
    transition: all 0.3s;
  }

  .p-5-mobile {
    padding: 40px 30px 60px 30px !important;
  }

  .hide {
    display: none;
  }

  .advanced-search {
    position: fixed;
    width: 100%;
  }

  .pharmacyName {
    font-size: 30px;
    font-weight: 600;
  }

  .pharmacyLocation,
  .contactSupport {
    font-size: 18px;
  }

  .flex-column-xs {
    flex-direction: column;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .btn-block-xs {
    display: block;
    width: 100% !important;
  }

  .user-placeholder {
    height: 40px;
    width: 40px;
  }

  .py-7-mobile {
    padding-bottom: 30px !important;
    padding-top: 100px !important;
  }

  .text-right-mobile-left {
    text-align: left;
  }

  .ml--60-mobile {
    margin-left: 50px;
  }

  table.mobile-center tr {
    text-align: center !important;
  }

  body.layout-admin #middle {
    padding: 30px 10px !important;
    overflow-x: hidden;
  }

  .dataTables_filter .form-control {
    margin-left: 0 !important;
  }

  div.dataTables_wrapper div.dataTables_length select {
    display: none !important;
  }

  .dataTables_wrapper
    > .col-sm-12.col-md-6.d-flex.align-items-center.justify-content-start {
    flex-direction: column !important;
  }
}

.serach {
  position: relative;
}

.w--100p {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.btn-search {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 20px 0 0;
  cursor: pointer;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0rem !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.cat_folder {
  width: 50%;
}

.cat_folder {
  font-size: 50px;
}

.mt-10 {
  margin-top: -5px;
}

.link_suctomized {
  color: #495057 !important;
  text-decoration: none;
}

.link_suctomized:hover {
  text-decoration: none;
}

.loader-div {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 47%;
}

.fi-spin {
  background: #fff;
  border-radius: 5px;
  width: 50px;
  box-shadow: 1px 1px 20px 11px #00000005;
}

/* SEARCH */
.search-area {
  width: 60%;
  position: relative;
  height: 100%;
}

.search-area-group {
  position: relative;
}

.seach-file-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.seach-file-btn:hover {
  background-color: #555;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}

.search-responce {
  width: 100%;
  /* height: 300px; */
  border-radius: 5px;
  background-color: white;
  position: absolute;
  top: 100%;
  margin-top: 5px;
}

.loader-search {
  display: flex;
  justify-content: center;
}

.loader-search i {
  margin-top: 120px;
}

.text-success-dark {
  color: #1e781e !important;
}

.h-120 {
  height: 120px !important;
}

#header nav.navbar:not(.h-auto),
header.main-nav nav.navbar:not(.h-auto) {
  min-height: 60px !important;
}

#header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.line-height {
  line-break: normal;
}

.file-container {
  transition: all 0.8s;
  padding-bottom: 5px;
}

.file-container:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

/* .text-add {
  color: #f1b53b !important;
} */

.table-striped.blue-odd tbody tr:nth-of-type(odd) {
  background-color: #eaf1ff !important;
}

.table-striped.blue-odd tbody tr:nth-of-type(even) {
  background-color: #f8f9fa !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #f8f9fa !important;
  color: #121212 !important;
}

/* table.dataTable tbody>tr, table.dataTable tbody>tr {
  background-color:#eaf1ff !important;
  color: #121212!important;
} */

nav.nav-deep-light .nav-item > a.nav-link {
  color: #ffffffb5;
}

nav.nav-deep-light .nav-item.active > .nav-link,
nav.nav-deep-light .nav-item:hover > .nav-link {
  color: #ffffffb5;
}

a {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  /* transform: translateX(3px); */
}

.list-inline-item a:hover {
  color: #6bcc89 !important;
  text-decoration: none;
}

.list-inline-item
  .prefix-link-icon:not(.prefix-icon-arrow)
  .dropdown-item.active
  > a:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow)
  .dropdown-item.show:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow)
  .dropdown-item.show
  > a:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow)
  .dropdown-item:hover:not(.prefix-icon-ignore):before,
.prefix-link-icon:not(.prefix-icon-arrow)
  .dropdown-item:hover
  > a:not(.prefix-icon-ignore):before {
  background-color: #43be87 !important;
}

nav.nav-deep > ul > li > a.nav-link > i:not(.nav-icon),
nav.nav-deep > ul ul > li > a.nav-link > i {
  margin-right: 15px;
  font-size: 20px;
}

.min-height-210 {
  min-height: 250px;
}

/* #efa91f */

.arahingirwa.portlet {
  background-color: #fbe7e9 !important;
  border: 1px solid #a71d2a3b;
}

.arahingirwa .table-striped tbody tr:nth-of-type(odd) {
  background-color: #a71d2a3b;
}

.arihingira.portlet {
  background-color: #efedfc !important;
  border: 1px solid #d8d3f3;
}

.arihingira .table-striped tbody tr:nth-of-type(odd) {
  background-color: #311bb61f;
}

.note-text {
  line-height: 1.7;
  font-weight: 300;
}

.btn-green {
  color: #fff;
  background-color: #60038b;
  border-color: #60038b;
  transition: all 0.5s;
}

.btn-green:hover {
  color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(84 197 136);
  outline: 0;
  box-shadow: 0 0 25px rgb(92 199 136 / 10%);
}

.color-green {
  color: #60038b !important;
}

.bg-green {
  background-image: linear-gradient(
    209.21deg,
    rgb(96, 3, 139) 13.57%,
    rgb(26, 172, 204) 98.38%
  );
  /* background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 1)) !important; */
}

nav.nav-deep-light .nav-item > a.nav-link {
  color: #fdfafa;
}

nav.nav-deep-light.nav-deep-hover > ul > li.nav-item.active,
nav.nav-deep-light.nav-deep-hover > ul > li.nav-item:hover {
  background-color: rgb(149 220 139 / 70%);
}

nav.nav-deep-light .nav-item.active > .nav-link,
nav.nav-deep-light .nav-item:hover > .nav-link {
  color: #ffffff;
}

nav.nav-deep-light .nav-item > a.nav-link {
  color: #fdfafa;
  font-size: 17px;
}

.form-label-group > .form-control:not(:placeholder-shown) ~ label {
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 13px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(97 4 140 / 12%);
  outline: 0;
  box-shadow: 0 0 25px rgb(95 4 139 / 12%);
}

nav.nav-deep-light.nav-deep-hover > ul > li.nav-item.active,
nav.nav-deep-light.nav-deep-hover > ul > li.nav-item:hover {
  background-color: hsl(0deg 0% 100% / 8%);
}

nav.nav-deep-light .nav-item > a.nav-link {
  font-size: 16px;
}

.text-light-gray {
  color: #d0d4d8;
}

.list-inline-item a:hover {
  color: #5941e2 !important;
  text-decoration: none;
}

.requestConfig {
  width: 300px;
  height: 100vh;
  position: fixed;
  right: -150%;
  top: 65px;
  z-index: 999;
  box-shadow: -10px 1px 10px 0px rgb(0 0 0 / 9%);
  transition: all 0.3s;
}

.right--0 {
  right: 0 !important;
}

.header-title {
  border-bottom: 1px solid #eee;
}

.header-title span,
.header-title i {
  padding: 15px;
  color: #000;
}
/* spinner  css*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* end if spinner css */


.paymanetOption {
  display: grid;
  grid-template-columns: 1fr 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.position-relative {
  position: relative;
}

.photo-bg {
  position: absolute;
   top: 38%; 
   left: 50%; 
  height: 90px; 
  transform: translate(-50%, -50%);
  opacity: 0.2
}

@media print {
  #printarea {
    display: block;
  }
  .row#printarea { 
    width: 100%;
  }
   #printarea .col-md-6 {
    width: 50%;
  }

  .col-md-6.text-right {
    text-align: left !important;
  }

  .d-print-none {
    display: none;
  }
}
/* my css */
.col-6{
  padding: 10px;
}
.a-card{
  color: #ffffff;
  background-color:rgb(255, 255, 255);
  text-align: left;
  width: 100%;
  border-radius:20%;
}
.a-link{
  color: #ffffff;
  width: 100%;
  /* border-radius:20%; */
  /* background-color:red; */
}
.a-icon{
  color: #ffffff;
  padding: 0rem; 
  width:40px;
  height: 40px;
  text-align: center;
  /* border-radius:50%; */
  font-size: 1.5rem;
  /* background-color:rgb(8, 146, 58); */
}
.a-text{
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  padding: 2px;
}
.a-content{
  color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 18pt;
  padding-top:5px;
}
.a-ApplicationSubmitted {
  /* background-color: #104b55 !important; */
  background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(10, 188, 105));
  /* color: #0c601a !important; */
  padding: 5px 10px !important;
  border-radius: 15px !important;
  font-weight: bold !important;
  /* display: inline-block !important; */
}
.a-Approved{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(10, 195, 241));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }
  .a-Completed{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(144, 167, 30));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }
  .a-PendingRevisions{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(167, 30, 112));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }
  .a-OnHold{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(150, 160, 106));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }
  .a-UnderReview{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(21, 249, 143));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }
  .a-FundingAllocated{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(89, 126, 167));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }
  .a-Scheduled{
    /* background-color: #104b55 !important; */
    background-image: linear-gradient(to right, rgb(54, 99, 167), rgb(47, 14, 212));
    /* color: #0c601a !important; */
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    /* display: inline-block !important; */
  }