/* @import url(custom-style-2.css); */
@import url('/assets/css/custom-style-2.css');
body {
  color: #333;
  font-size: 16px;
  list-style: 22px;
  background:#fff;
}
p {
  color: #333;
}
img {
  max-width: 100%;
}
a {
  color: #3399ff;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.logo {
  line-height: 30px;
}
.sub-line {
  line-height: 22px;
  font-size: 16px;
  color: #828282;
}
.navbar-demo .navbar-brand-box {
  padding: 0 1.5rem 0 0;
  text-align: left;
  width: 343px;
}
.navbar-header.navbar-demo {
  height: 110px;
  padding:0 0 0 0;
  align-items: flex-start;
  align-items: center;
}
.navbar-demo .btn-top {
  font-size: 16px;
  color: #333;
  list-style: 22px;
  margin-bottom: 5px;
}
.navbar-demo .btn {
  min-width: 163px;
}
.btn-primary {
  color: #fff;
  background-color: #1b2b8b;
  border-color: #1b2b8b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #101d68;
  border-color: #101d68;
}
.light-blue-bg {
  background-color: #e1f0ff;
}
.font-r {
  text-align: right;
}
.login-left {
  padding: 79px 0 50px 0;
}
.login-left p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  max-width:477px;
}
.login-header {
  font-size: 42px;
  color: #1b2b8b;
  line-height: 50px;
}
.text-primary {
  color: #1b2b8b !important;
}
.login-box-header h2 {
  font-size: 30px;
  line-height: 42px;
  color: #333;
}
.login-box-header p {
  font-size: 16px;
  line-height: 22px;
  color:#333;
}
.form-control-lg {
  /* height: 53px; */
  /* padding: 0 1.1rem; */
  font-size:16px;
  line-height:22px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  color: #686868;
  padding: 5px 25px 5px 15px;
    /* border: 0 none; */
    box-shadow: none;
    height: 42px;
}
.form-control-lg::placeholder {
  color: #BDBDBD;
  font-size:16px;
  line-height:22px;
}
.custom-checkbox-lg .custom-control-input {
  width: 1.85rem;
  height: 1.80938rem;
}
.custom-checkbox-lg .custom-control-label::before {
  width: 1.85rem;
  height: 1.80938rem;
  border-radius: 0px;
  left: -2.5rem;
  border: #d9d9d9 solid 1px;
}
.custom-checkbox-lg .custom-control-label::after {
  width: 1.85rem;
  height: 1.80938rem;
  border-radius: 0px;
  left: -2.5rem;
}
.custom-checkbox-lg.custom-control {
  min-height: 1.921875rem;
  padding-left: 2.295rem;
  margin: 16px 0;
}
.custom-checkbox-lg .custom-control-label {
  font-size: 16px;
  line-height: 33px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1b2b8b;
  background-color: #1b2b8b;
}
select::before {
  content: "\F0140";
  font-family: "Material Design Icons";
  display: block;
  float: right;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-size: 1rem;
  color: #000;
}
.login-footer {
  color: #1b2b8b;
  font-size: 45px;
  line-height: 63px;
  padding: 40px 0 10px 0;
  text-align: center;
}
.card {
  border-radius:10px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
}
fieldset:disabled,
fieldset:disabled .login-box-header h2,
fieldset:disabled .login-box-header p,
fieldset:disabled h5,
fieldset:disabled a {
  color: #ddd;
  cursor: default;
}
fieldset:disabled a:hover {
  color: #ddd;
  cursor: default;
}
.select-prof {
  height: 90%;
}
.select-prof .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-radio-outline.custom-radio-primary
  .custom-control-input:checked
  ~ .custom-control-label:after {
  color: #1b2b8b;
}
.custom-checkbox-primary
  .custom-control-input:checked
  ~ .custom-control-label:before,
.custom-radio-primary
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: #1b2b8b;
  border-color: #1b2b8b;
}
.onboarding-conaint .vertical-menu {
  width: 380px;
  top: 60px;
}
.onboarding-conaint .main-content {
  margin-left: 380px;
  /* background-color: #fff; */
  background-color: #FBFBFB;
  height: 100vh;
  overflow-y: auto;
}
.onboard-bar {
  min-width: 345px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
  justify-items: center;
  align-items: center;
  color: #4f4f4f;
  font-weight: 500;
}
.onboard-bar .progress {
  min-width: 245px;
}
.btn-warning {
  color: #1b2b8b;
  background-color: #ffca05;
  border-color: #ffca05;
  font-weight: 500;
}
.btn-warning:hover {
  color: #1b2b8b;
}
.onboarding-conaint .navbar-header {
  height: 60px;
}
.onboarding-conaint .page-content {
  padding: calc(60px + 24px) calc(24px / 2) 60px calc(24px / 2);
}
.onboarding-conaint #sidebar-menu {
  padding: 29px 0 30px 0;
}
.ondoarding-left-top {
  padding-top: 26px;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav {
  flex-direction: column;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link {
  color: #495057;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link em {
  font-style: normal;
  margin: 8px 0 0 13px;
  display: inline-block;
  width: 62%;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link h3 {
  color: #828282;
  font-size: 20px;
  font-family: Poppins, sans-serif;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link p {
  font-size: 16px;
  line-height: 22px;
  color: #bdbdbd;
  font-family: Poppins, sans-serif;
}
.twitter-bs-wizard
  .ondoarding-left-top
  .twitter-bs-wizard-nav
  .nav-link.active
  h3 {
  color: #39f;
  font-family: Poppins, sans-serif;
}
.twitter-bs-wizard
  .ondoarding-left-top
  .twitter-bs-wizard-nav
  .nav-link.active
  p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-family: Poppins, sans-serif;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .step-number {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 45px;
  border: 2px solid #828282;
  color: #828282;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.twitter-bs-wizard
  .ondoarding-left-top
  .twitter-bs-wizard-nav
  .nav-link.active
  .step-number {
  background-color: #fff;
  color: #39f;
  border: 2px solid #39f;
}
.onboarding-conaint .simplebar-mask {
  background-color: rgba(51, 153, 255, 0.03);
  border-right: 1px solid #c1cadf;
}
.twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav {
  background-color: rgb(255 255 255 / 0%);
  margin-top: 10%;
}
.onboarding-conaint #page-topbar {
  -webkit-box-shadow: 0 0.2rem 0.2rem rgb(18 38 63 / 9%);
  box-shadow: 0 0.2rem 0.2rem rgb(18 38 63 / 9%);
}
.text-black {
  color: #000;
}
.text-blue {
  color: #39f;
}
.onboarding-conaint .card {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}
.onboarding-conaint .card ng-autocomplete .autocomplete-container .input-container .x{
  right: -15px;
  top: 15px;
}
.onboarding-conaint .card .card-body {
  padding: 0px;
}
.onboard-custom-file span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #c8c8c8;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  font-weight: 600;
}
.onboard-custom-file .custom-file-input {
  position: absolute;
  z-index: 2;
  width: 148px;
  height: 148px;
  margin: 0;
  opacity: 0;
}
.address-input {
  max-height: 50px;
}
.yourself-input {
  min-height: 120px;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a {
  cursor: not-allowed;
  background-color: #ddd;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link li a {
  padding: 0.67rem 1.55rem;
}
.btn-info {
  color: #fff;
  background-color: #39f;
  border-color: #39f;
}
.form-group .badge {
  padding: 4px 2px 3px 5px;
  font-size: 10px;
}
.form-group .badge span.badge {
  color: #000;
}
.custom-checkbox.checkbox-add .custom-control-label::before {
  border-radius: 0rem;
  width: 28px;
  height: 28px;
}
.custom-radio-outline.checkbox-add
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-image: none;
  content: "\F0765";
  font-family: "Material Design Icons";
  font-size: 0;
  top: 6.5px;
  left: -19px;
  width: 18px;
  height: 18px;
  background-color: #2a40c8;
}
.checkbox-add .custom-control-label span {
  margin-left: 15px;
  padding-top: 2px;
  display: inline-block;
}
.btn-plus {
  padding: 12px 21px;
}
.week {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #39f;
  border: 1px solid #b9d6f2;
  background-color: #eaf5ff;
  padding: 13px 10px;
  text-align: center;
  white-space: nowrap;
}
.start-end-time .bootstrap-touchspin .input-group-btn-vertical {
  right: 1px;
}
.start-end-time .form-control-lg {
  padding: 0.5rem 0.5rem;
  font-size: 0.91563rem;
  height: calc(1.9em + 1.4rem + 2px);
}
.start-end-text label {
  font-size: 15px;
}
.badge-time {
  height: calc(1.9em + 1.4rem + 2px);
  display: flex;
  border-radius: 0px;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  line-height: 18px;
  color: #000 !important;
  width: 100%;
  cursor: default !important;
}
.badge-time:hover {
  color: #000;
}
.not-available-text {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  padding-top: 15px;
  display: inline-block;
}
.terms-box {
  padding: 20px;
  background-color: #fbfbfb;
  height: 300px;
  overflow-y: auto;
  margin-bottom: 25px;
}
.welcome-clinic {
  background-color: #f4f4f4;
  height: 100vh;
}
.font-size-30 {
  font-size: 30px;
}
.text-deepblue {
  color: #1b2b8b;
}
.welcome-point {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #c1cadf;
  margin-bottom: 12px;
}
.fw-500 {
  font-weight: 500;
}
.max-width-388 {
  max-width: 388px;
}
.min-width-98 {
  min-width: 98px;
}
.app-search {
  width: 100%;
  margin-left: 23px;
  position: relative;
}
body app-controlpanel header#page-topbar .app-search{
    max-width: 500px;
}
body .app-search .form-control {
  height: 42px;
  padding-left: 54px;
  padding-right: 20px;
  background-color: #FDFDFD;
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 16px;
  color:#000;
}




.calender-cont .navbar-brand-box {
  /* width: 523px; */
  background-color: #1b2b8b;
  padding: 1.6rem 1.5rem 0 2.9rem;
  text-align: left;
}
.calender-cont .navbar-brand-box p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0px;
}
.onboarding-conaint.calender-cont .vertical-menu {
  width: 250px;
}
.onboarding-conaint.calender-cont .main-content {
  margin-left: 250px;
  overflow: hidden;
}
.onboarding-conaint.calender-cont .simplebar-mask {
  background-color: #1b2b8b;
  border: 0px;
}
.dropdown.dropdown-mega.advance-search button {
  position: relative;
  top: 0;
  right: 48px;
  background-color: #f8f9fa00 !important;
}
.dropdown.dropdown-mega.advance-search button i {
  width: 20px;
  display: block;
}

#sidebar-menu ul {
  margin-top: 80px;
}
#sidebar-menu ul li a {
  padding: 0.625rem 1.5rem 0.455rem 2.5rem;
  color: #fff;
  font-size: 16px;
  margin-bottom: 2px;
}
#sidebar-menu ul li a:hover {
  background-color: #2a40c8;
  color: #fff;
}
.mm-active .active {
  color: #fff !important;
  font-weight: bold;
  background-color: #2a40c8;
}
#sidebar-menu ul hr {
  border-top-color: #3399ff42;
}
body .app-search span {
  font-size: 24px;
  line-height: 40px;
  left: 10px;
  top: 2px;
  color: #aaaaaa;
}
a.advance-search-icon{
    top: 0;
    line-height: 38px;
    color:#2d46c6;
}
.onboarding-conaint .page-content.calendar-page-content {
  padding-top: calc(90px + 7px);
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.advance-search .advance-search-containt {
  width: 70%;
  margin-left: 300px;
  padding: 0px;
  box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 30%);
  border-radius: 0px;
  background-color: #fff;
}
.search-table .table th {
  font-size: 12px;
  color: #000;
  padding-bottom: 10px;
}
.search-table .table td {
  border-top: 0px;
  padding-top: 9px;
}
.search-table thead th {
  border-top: 0px;
}
.search-table .table {
  color: #000;
}
.search-table .table tr a {
  display: inline-block;
  margin-right: 5px;
}
.advanced-search-box {
  background-color: #fbfbfb;
  box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 30%);
  height: 100%;
}
.hv-100 {
  height: 100vh;
}
.dropdown-menu.advance-search-containt.show {
  transform: translate3d(0px, 3px, 0px) !important;
}
.advanced-search-box label {
  font-size: 16px;
}
.advance-search-containt .fw-500 {
  font-weight: bold;
  color: #000;
}
.advance-search-containt .form-control-lg {
  font-size: 0.758954rem;
  height: calc(2.59em + 1rem + 2px);
}
.advance-search-containt .input-group-text {
  background: #fff;
  border-left: 0px;
}
.advance-search-containt .input-group > .form-control {
  border-right: 0px;
}
.clincs-left {
  background-color: #f4fbfd;
  padding: 20px 0px;
  height: 100%;
}
.clincs-left h5 {
  padding-left: 19px;
  margin: 10px 0 30px;
}
.clincs-left .cli span {
  border-radius: 5px;
  margin-right: 0;
  position: absolute;
  top: 4px;
  left: 0;
}
.clincs-left .cli {
  padding-left: 30px;
  position: relative;
}
.clincs-left .cli em {
  font-size: 12px;
  font-style: normal;
}
.clincs-left .list-group-item {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}
.clincs-left .list-group-item.active {
  z-index: 2;
  color: #000;
  background:rgba(51, 153, 255, 0.2);
  border-color: transparent;
  font-weight: 600;
}
.clincs-left .list-group-item.active em {
  font-weight: normal;
}
.d-patients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
  margin-bottom: 40px;
}
.today-btn-box .btn {
  background-color: #d6e3f0;
  border-radius: 0px;
  width: 110px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  color:#000;
  border: 0px;
}
.today-btn-box .btn.active {
  background-color: #39f;
}
.patients-tabe a.nav-link {
  padding: 0.75rem 1.25rem;
  color: #333;
  display: block;
  width: 100%;
  /* background-color: rgba(51, 153, 255, 0.05); */
}
.patients-tabe a.nav-link em {
  color: #828282;
}
.patients-tabe a.nav-link.active {
  background-color: #cee7ff;
}
.clincs-left .patients-tabe .cli {
  padding-left: 0px;
}
.patients-tabe .list-group-item {
  padding: 0px;
}
.profile-top-section {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  background-color: #fbfbfb;
}
.profile-pic {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.profile-pic h5 {
  color: #39f;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}
.profile-pic span {
  color: #828282;
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.profile-pic small {
  color: #828282;
  font-size: 10px;
  line-height: 14px;
}
.profile-btn-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 333px;
}
.p-phone {
  background-color: #f0f0f0;
  font-size: 12px;
  color: #333;
  height: 100%;
  padding: 10px 20px;
  min-width: 20%;
  margin-right: 20px;
  font-weight: 600;
}
.p-phone small {
  font-size: 9px;
  color: #828282;
  display: block;
}
.medical-history-right {
  background-color: #f7faff;
  height: 100%;
}
.medical-history-right label small{
    font-size: 12px;
    color:#333;
}
.medical-history-right .top-search-s {
  background-color: #e0e0e0;
  padding: 15px 10px;
}
.medical-history-right .top-search-s input {
  width: 58%;
  font-size: 11px;
  color:#BDBDBD;
  padding: 4px;
  height: 32px;
  border:0;
  margin-right:8px;
}
.medical-history-right .btn{
    line-height: 30px;
}
.medical-history-middle {
  padding: 10px;
  /* min-height: 200px; */
  height: calc(50% - 43px);
  min-height: calc(50% - 43px);
  max-height: calc(50% - 43px);
}
.middle-gray {
  background-color: #fdfdfd;
}
.history-add-delete {
  list-style: none;
  padding: 0px;
}
.history-add-delete li > a {
  font-size: 12px;
  color: #4f4f4f!important;
  font-weight: 500;
  line-height: 18px;
  padding: 0px 0 10px 10px;
  display: block;
  position: relative;
}
.history-add-delete li > a::before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 18px;
}
.fw-600 {
  font-weight: 600;
}
.history-add-delete li.active > a {
  color: #bdbdbd;
}
.history-add-delete li.active > a::before {
  content: "+";
}
div.patientpage .accorset .accordsetheader .created_date {
    line-height: 17px;
}
div.patientpage .accorset .accordsetheader .usernametime .text-black{
    color:#000!important;
    font-weight: 500;
}
.history-add-delete li > a small {
  font-size: 10px;
  display: block;
  color: #aeaeae;
}
.history-add-delete li > a small em {
  color: #39f;
  font-style: normal;
}
.name-create {
  border-radius: 50px;
  font-weight: 600;
  color: #1b2b8b;
  padding: 9px 8px;
}
.app-search-po .form-control {
  border: 1px solid #dfdfdf;
  padding-left:35px;
  padding-right: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #bdbdbd;
  padding-top: 0;
  padding-bottom: 0;
  line-height:30px;
  height: 32px;
}
div.patientpage .accorset .accordsetheader .rightActionWrapper {
    padding: 0px 13px 0px 0!important;
}
div.patientpage .accorset .accordsetheader .created_date{
    padding: 13px 10px!important;
}
.patient-action-btn-right .btn{
    line-height: 30px;
    font-size: 12px;
    border-radius: 0.2rem!important;
}
.app-search-po .bx-search-alt-2:before {
  content: "\eb2e";
}
.medical-history-middle h6{
    color:#333;
    font-size: 16px;
    font-weight: 500;
}
.medical-condition-wrap textarea.form-control{
    font-size: 12px;
    font-weight: 500;
    color:#BDBDBD;
    background: none;
    padding: 10px 0;
}
.app-search-po .bx-search-alt-2 {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 20px;
    color: #bdbdbd;
}
.create-view-box .card-header {
  position: relative;
  margin-left: 45px;
  padding: 0px;
}
.create-view-box .name-create {
  position: absolute;
  top: 0px;
  left: -32px;
}
.create-view-box .date-name-total {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
}
.create-view-box .date-left {
  text-align: center;
  color: #000;
  padding: 5px;
  background-color: #39f;
  min-width: 65px;
  margin-right: 5px;
  border-radius: 5px 0 0 0px;
}
.create-view-box .collapsed .date-left {
  border-radius: 5px 0 0 5px;
}
.create-view-box .name-right small {
  display: block;
}
.create-view-box .name-right {
  line-height: 13px;
}
.btn-mark-paid {
  background: #fa9917;
  color: #fff;
}
.btn-paid {
  color: #000;
  min-width: 90px;
}
.card-body-view {
  padding: 10px;
  border: 1px solid #f0f0f0;
  margin-left: 45px;
  font-size: 11px;
  line-height: 18px;
  position: relative;
}
.card-body-view a.edite {
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-body-view h6 {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 0px;
  margin-top: 10px;
}
.card-body-view .table td,
.card-body-view .table th {
  padding: 0.75rem 0.25rem;
}
.card-body-view .table th {
  border-bottom: 1px solid #f0f0f0;
}
.card-body-view .table tr:last-child th{
  border-bottom: 0 none;
}
.card-body-view .table tr:first-child th{
  border-bottom: 1px solid #f0f0f0;
}

.card-body-view .table tr:first-child td{
  border-top: 0 none;
}
.card-body-view .table th {
  font-weight: 500;
  vertical-align: middle;
}
.bootstrap.ng2-tag-input .ng2-tag-input__text-input::placeholder {
  color: #bdbdbd;
}
.bootstrap.ng2-tag-input .ng2-tag-input__text-input {
  font-size: 16px !important;
  color: #000;
}
.bootstrap.ng2-tag-input .ng2-tags-container {
  justify-content: flex-start;
}
.bootstrap.ng2-tag-input .ng2-tags-container tag {
  font-size: 10px;
  line-height: 14px;
  height: 28px;
  background: #39f !important;
  display: flex !important;
  align-items: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border-radius: 5px !important;
  padding: 7.5px 9px;
}
.bootstrap.ng2-tag-input .ng2-tags-container tag:hover {
  box-shadow: none !important;
}
.bootstrap.ng2-tag-input .ng2-tags-container delete-icon {
  width: 20px;
  height: 16px;
  margin-top: -3px;
}
.bootstrap.ng2-tag-input .ng2-tags-container delete-icon:hover {
  transform: scale(1.15) translateY(0px);
}
.bootstrap.ng2-tag-input .ng2-tags-container delete-icon svg {
  height: 20px;
}
.custom-control-input.add-cc-in {
  width: 1.5999rem;
  height: 1.80938rem;
}
.custom-radio-outline.checkbox-add
  .custom-control-input.add-cc-in:checked
  ~ .custom-control-label:after {
  top: 7px;
}

/*---28.3.22---*/
#progress-seller-details p {
  font-family: Poppins, sans-serif;
}
.bootstrap.ng2-tag-input .ng2-tags-container delete-icon svg path {
  fill: #333;
}
.lab-order-sec .autocomplete-container .input-container .x {
  transform: translateY(-14px);
}
.lab-order-sec .no-gutters .col-md-4 {
  margin-bottom: 10px;
}
.lab-order-sec ng-autocomplete .autocomplete-container .input-container input {
  height: 33px !important;
  padding: 0 10px;
    background: none;
}
.onb-bord .col-md-4 {
  padding: 0 10px;
  width: 103px;
  margin: 0 4px;
  background-color: #39f;
  max-width: 103px;
  flex: 103px;
}
.onb-bord .col-md-4 button {
  background-color: transparent !important;
  border: none !important;
  height: 52px;
  padding: 0;
}
.onb-bord .col-md-4 button span:first-child {
  margin-left: 0;
}
.onb-bord .row {
  flex-wrap: nowrap;
}
.modal-header {
  padding: 1rem 20px;
}
.modal-body {
  padding: 20px;
}
/* .form-control-lg {
  padding: 0.5rem 18px;
} */
.patient-btn button {
  padding: 0px 35px !important;
  line-height: 38px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.dropdown-divider {
  margin: 0;
}
.no-border input {
  border: none !important;
}
.no-border i {
  border-left: none !important;
}
body app-controlpanel header#page-topbar .app-search{
    border-radius: 3px;
}
.clincs-left .btn-group .btn{
    font-size: 12px;
    padding: 0 5px;
}
.doc-top-title-right a.btn, .profile-btn-top a.btn{
    border-radius: 3px;
}
select.form-control option{
    color:#000;
}
.doc-files-list ul li{
    flex-shrink: inherit;
}
.thumb-image-wrap.group-doc-files .align-items-start{
    flex-wrap: wrap;
}

@media (min-width: 1800px) {
  .col-md-10.col-lg-8.m-auto {
    max-width: 658px;
  }
  .mt-m {
    padding-top: 8%;
  }
  .app-search {
    min-width: 500px;
  }
  .calender-cont .navbar-brand-box {
    width: 250px !important;
  }
}
@media (max-width: 1400px) {
  .app-search-po .form-control {
    padding-left: 29px;
    padding-right: 5px;
    font-size: 12px;
    height: calc(1.5em + 0.54rem + 2px);
  }
  .app-search-po .bx-search-alt-2 {
    top: 7px;
    font-size: 17px;
  }
  .create-btn-panel a.btn{
    padding: 0 5px;
  }
  body .appointment-pic-inner{
    width:35px;
    height:35px;
  }
  body .appointment-content h3{
    font-size: 16px;
    line-height: 22px;
  }
  body .appointment-content h4{
    font-size: 13px;
    line-height: 18px;
  }
  body .appointment-content p{
    font-size: 12px;
    line-height: 18px;
  }
  body .appointment-pic{
    margin-right:12px;
  }
  body .calander-btn{
    margin-left:6px;
    margin-bottom: 6px;
    width:48px;
    height:48px;
  }
  body .distance-payment-pan{
    margin-left:6px;
  }
  .chartlistRight{
    width:300px;
  }
  body .profile-pic{
    flex-direction: row!important;
  }
  .profile-pic h5, .profile-pic small{
    text-align: left;
    display: block;
  }
  .profile-pic-x{
    margin-right:15px;
  }
  .patients-tabe a.nav-link .cli{
    font-size: 15px;
  }
  .patients-tabe a.nav-link{
    padding: 5px 10px;
  }
  .d-patients{
    margin:0 10px;
  }
  body form.cp-cal-setting-wrapper .btn-plus{
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  body .today-btn-box{
    display:flex;
    flex-direction: row!important;
    margin-left:10px!important;
    margin-right: 10px!important;
    width:calc(100% - 20px)!important;
  }
  .documents-btn-box.today-btn-box .btn{
    font-size: 12px;
    padding: 0 10px;
  }
  .profile-btn-top .p-btn-left a{
    margin-left:0!important
  }
  .profile-btn-top .p-btn-left a.relative{
    margin-top:20px;
  }
  .patient-info-flds-row .upload-add-file{
    max-width:100%!important;
    }
}
@media (min-width: 1365px) {
  .login-left {
    margin-right: 4%;
  }
  .login-cont {
    max-width: 436px;
    margin-left: auto;
  }
}
@media (max-width: 1180px) {
  .week {
    font-size: 11px;
  }
  body.sidebar-enable.vertical-collpsed
    .onboarding-conaint.calender-cont
    .main-content {
    margin-left: 70px;
  }
  body.sidebar-enable.vertical-collpsed .calender-cont .navbar-brand-box p {
    display: none;
  }
  .vertical-collpsed .calender-cont .navbar-brand-box {
    padding: 2.6rem 1.5rem 2rem 2.9rem;
  }
  .advance-search .advance-search-containt {
    width: 72.5981548%;
  }
  .search-table .table tr a {
    margin-right: 2px;
  }
  .onboarding-conaint.calender-cont .vertical-menu {
    width: 250px;
  }
  .onboarding-conaint.calender-cont .main-content {
    margin-left: 250px;
  }
  .clincs-left .list-group-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .clincs-left {
    min-width: 180px;
  }
  
}

@media (max-width: 992px) {
  .onboarding-conaint .vertical-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav {
    flex-direction: row;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link {
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link em {
    margin: 13px 5px 0;
    width: 100%;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav {
    margin-top: 3%;
  }
  .onboarding-conaint .simplebar-mask {
    border-right: 0px solid #c1cadf;
    border-bottom: 1px solid #c1cadf;
  }
  .onboard-bar {
    min-width: 300px;
  }
  .onboard-bar .progress {
    min-width: 200px;
  }
  .start-end-text label {
    font-size: 12px;
  }
  .mt-m {
    padding-top: 10%;
  }
  .welcome-clinic .col-md-6.col-lg-7 {
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }
  .onboarding-conaint.calender-cont .vertical-menu {
    position: absolute;
    display: none;
    width: 200px;
  }
  body.sidebar-enable .onboarding-conaint.calender-cont .vertical-menu {
    display: block;
  }
  #sidebar-menu ul li a {
    padding: 0.625rem 0.5rem 0.455rem 0.6rem;
    font-size: 12px;
  }
  .calender-cont .navbar-brand-box {
    width: 250px;
    padding: 1.6rem 0.5rem 0.59rem 0.9rem;
  }
  #sidebar-menu ul li a i img {
    width: 24px;
  }
  .calender-cont .navbar-brand-box p {
    font-size: 10px;
  }
  .advance-search .advance-search-containt {
    width: 99.598155%;
    left: 1px !important;
    margin-left: 0px;
  }
  .search-table .table tr td:last-child {
    width: 25%;
  }
}
@media (max-width: 1025px) and (min-width: 1023px) {
  .onboarding-conaint.calender-cont .vertical-menu {
    width: 307px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .login-left img {
    max-width: 80%;
  }
  .week {
    font-size: 9px;
    padding: 13px 5px;
  }
  .badge-time {
    height: calc(1.9em + 2.01rem + 2px);
    font-size: 8px;
  }
  .start-end-time .form-control-lg {
    padding: 0.5rem 0.2rem;
    font-size: 0.58563rem;
    height: calc(1.9em + 2.01rem + 2px);
  }
  .bootstrap-touchspin .input-group-btn-vertical > .btn {
    width: 1em;
  }
  .start-end-text label {
    font-size: 10px;
  }
  .advance-search .advance-search-containt {
    width: 99.598155%;
    left: 1px !important;
    margin-left: 0px;
  }
  .search-table .table tr td:last-child {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .navbar-demo .navbar-brand-box {
    padding: 0;
    width: 180px;
  }
  .sub-line {
    line-height: 14px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .navbar-demo .btn-top {
    line-height: 14px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .login-header {
    font-size: 34px;
    line-height: 45px;
  }
  .login-left {
    padding: 25px 0 0px 0;
  }
  .login-footer {
    font-size: 20px;
    line-height: 30px;
  }
  .select-prof {
    height: auto;
  }
  .onboarding-conaint #vertical-menu-btn {
    display: none;
  }
  .onboard-bar {
    min-width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
  }
  .onboard-bar .progress {
    min-width: 100%;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav li {
    width: 18%;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link p {
    display: none;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link h3 {
    font-size: 11px;
  }
  .onboarding-conaint .twitter-bs-wizard-tab-content {
    padding-top: 0;
  }
}
@media (max-width: 380px) {
  .navbar-demo .navbar-brand-box,
  .onboarding-conaint .navbar-brand-box {
    display: block;
  }
}

/* start design for tag input */

body .ng2-tag-input {
  height: auto;
  border-bottom: 0 !important;
}
.ng2-tag-input__text-input {
  height: 27px;
}

.ng2-tag-input__text-input {
  height: 27px;
}

body input.ng2-tag-input__text-input {
  height: 42px !important;
  /* background:url(../images/dropdown_icon.png) no-repeat 97% 5px #fff; */
  font-size: 12px !important;
  color: #a4a4a4;
  /* border-radius:7px; */
  border: 1px solid #e8e8e8 !important;
  padding: 0 10px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ng2-tag-input.ng2-tag-input--focused {
  border-bottom: 2px solid transparent !important;
}
.ng2-tag-input.ng2-tag-input--focused[_ngcontent-ovn-c283] {
  border: 0 !important;
  padding: 0 !important;
}
body .ng2-tag-input.ng2-tag-input--focused[_ngcontent-dft-c283] {
  border: 0 !important;
}
body .ng2-tag-input .ng2-tags-container {
  position: relative;
  padding-top: 60px;
  justify-content: space-between;
}

body .tag__text[_ngcontent-aug-c52] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #39f !important;
}

.ng2-tag-input__text-input {
  color: #544840 !important;
}

.calendar-page-content .fc .fc-button-primary:not(:disabled).fc-button-active,
.calendar-page-content .fc .fc-button-primary:not(:disabled):active {
  background-color: #3399ff !important;
  border-color: #3399ff !important;
  color: #fff !important;
}

.calendar-page-content .fc .fc-button-primary {
  border-color: #c3e0fc !important;
  background-color: #fff !important;
  color: #333 !important;
  text-transform: capitalize !important;
}

.calendar-page-content .fc .fc-button-primary.fc-generalnotification-button {
  background-color: #1b2b8b !important;
  border-color: #1b2b8b !important;
  color: #fff !important;
}

.calendar-page-content .fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
}

.calendar-page-content .fc-theme-standard th {
  background-color: #E0E0E0 !important;
}

.calendar-page-content .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  background: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 15px;
}

.calendar-page-content > .container-fluid.pl-10.pr-10.mt-4 {
  margin-top: 0 !important;
}

.calendar-page-content .fc-next-button.fc-button.fc-button-primary,
.calendar-page-content .fc-prev-button.fc-button.fc-button-primary {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.calendar-page-content .fc-scrollgrid-sync-inner {
  padding: 6px !important;
}

.calendar-page-content .fc-setting-button {
  /*
    cursor: none;
    pointer-events: none;
    */
}

.calendar-page-content .fc-print-button {
  cursor: none;
  pointer-events: none;
}

.calendar-page-content .fc-print-button.fc-button.fc-button-primary:before {
  content: "\F042A";
  display: inline-block;
  font: normal normal normal 56px/1 "Material Design Icons";
  font-size: 26px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: 8px;
  position: relative;
  top: 5px;
  opacity: 0.3;
}

.calendar-page-content .fc-setting-button.fc-button.fc-button-primary:before {
  content: "\F08BB";
  display: inline-block;
  font: normal normal normal 56px/1 "Material Design Icons";
  font-size: 26px;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: 8px;
  position: relative;
  top: 5px;
  opacity: 0.8;
}

/* end design for tag input */

.btn-warning {
  margin-left: 0% !important;
}

.img-poss {
  position: relative !important;
  margin-right: 4px !important;
}

.img-positn {
  margin-left: 310px !important;
}

/* for autocomplete dropdown height */
.autocomplete-container .input-container input {
  height: 29px !important;
}

.width-increase {
  width: 80%;
}
.logo{
    line-height: 60px;
}
.logo .sub-line{
    padding: 0;
    margin:0;
} 
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn.focus, .btn:focus{
    box-shadow: none!important;
}
app-login .container{
    max-width:1118px;
}
.btn-group-lg>.btn, .btn-lg, .btn{
    line-height: 40px;
    padding: 0 1rem;
}
#page-header-user-dropdown span{
    font-size: 14px;
    color:#333;
}
#page-header-user-dropdown i{
    font-size:20px;
    color:#333;
    margin-left:8px;
} 
.patients-tabe a.nav-link .cli{
    font-size: 16px;
    line-height: 22px;
    color:#333;
    font-weight: 500;
}
.patients-tabe a.nav-link .cli em{
    color: #828282;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
}
.profile-top-section .btn-primary {
    color: #fff;
    background-color: #1b2b8b;
    border-color: #1b2b8b;  
}
.d-patients h6{
    line-height: 28px;
    color:#333;
}
.create-btn-panel a.btn{
    font-size: 12px;
    line-height: 30px;
}
.card-body-view h6{
    font-weight: 700!important;
    color:#000;
    padding-left: 0.25rem;
}
.card-body-view .table th{
    font-weight: 400;
    color:#333!important;
}
.card-body-view .table td{
    font-weight: 400;
    color:#000!important;
}
div.patientpage .accorset .accordsetheader .useraccordavatar{
    flex-shrink: 0;
}
.doc-info-row .doc-info-inner{
    width:55%;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.doc-info-row .doc-created{
    width:15%;
    flex-shrink: 0;
}
.doc-info-row .doc-time{
    width:15%;
    flex-shrink: 0;
}
.doc-info-row .doc-action-icons{
    width:15%;
    flex-shrink: 0;
    justify-content: flex-end;
}
.thumb-image-wrap a.doc-icon{
    border:0;
    padding: 0;

}
.thumb-image-wrap a.doc-icon .num{
    width: 20px;
    height: 20px;
    border: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background: #1B2b8b;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    padding: 0;
    text-align: center;
    position: absolute;
    top:-10px;
    right:0;
}
.doc-files-list{
    padding: 0;
    margin:0;
}
.doc-files-list ul{
    padding: 0;
    margin:0;
    list-style:none;
    display:flex;
    flex-wrap: wrap;
}
.doc-files-list ul li{
    padding: 0;
    margin:0px;
    /* width:14.5%; */
    flex-shrink: 0;
}
.doc-files-list ul li p{
    text-align: center;
}
.doc-files-list ul li .thumb-image-wrap{
     flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.doc-files-list ul li .thumb-image-wrap a{
    width:48px;
    height:48px;
}
/* body .medical-condition-list-wrap{
  max-height:360px;
} */
.start-end-timele .btn span{
  line-height: 18px;
}
.start-end-timele .form-control-lg{
  height:42px;
}
.start-end-timele .week{
  padding: 9px 10px;
}
body .patient-fld-bottom-buttons .btn{
  padding: 0 31px;
  line-height: 30px;
}
body .tooltip > div, body .tooltip{
  border-radius: 4px;
  background-color: #1B2B8B!important;
  /* box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.5); */
}

 body .tooltip-inner{
  background-color: #1B2B8B!important;
  color: #F3CA3E;
  font-size: 11px;
  line-height: 15px;
} 
body .top-search-panel .find-doctor-flds-block .form-control{
  height:48px;
  font-size: 16px;
}
.find-doctor-flds-btns .btn-blue{
  font-weight: 400;
}
.find-doctor-fld-near .search-btn{
  height:48px;
}
.top-search-panel .login-links a{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
body .appointments-list-top-btns a{
  line-height: 19px;
  border-radius: 3px;
  padding:8px 10px;
  min-width: 140px;
}
.appointments-list-top-btns a .coming-soon-tag{
  top:-16px;
}
body .appointments-date{
  font-weight: 500;
}
.appointments-list-heading .appointments-date button{
  margin-left:15px;
  margin-right: 15px;
}
body .appointment-content h3{
  margin-bottom: 0;
}
body .appointment-content h4{
  font-weight: 400;
}
.appointments-row .distance-tag{
  padding: 4px 20px;
  border-radius: 3px;
}
.appointments-row .payment-tag{
  padding:4px 12px;
  border-radius: 3px;
}
.appointment-pic-inner{
  overflow: hidden;
  display:flex;
}
.appointments-wrapper .container-fluid.appointments-wrapper-inner{
  padding: 0 0!important;
  overflow: hidden;
}
.doctor_table{
  background: #fff;
}
.doctor_table .doctor_name{
  width:40%;
  flex-shrink: 0;
}
.doctor_table .doctor_date, .doctor_table .doctor_time, .doctor_table .doctor_action{
  width:10%;
  flex-shrink: 0;
}
.doctor_table .doctor_address{
  width:30%;
  flex-shrink: 0;
}
.doctor_table .doctor_table_title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #030633;
}
.doctor_table .doctor_image{
  width:64px;
  height:64px;
  display:flex;
  border-radius: 500px;
  flex-shrink: 0;
  overflow: hidden;
}
.doctor_table .doctor_image img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.doctor_table h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #030633;
  padding: 0;
  margin:0;
}
.doctor_table p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #030633;
  padding: 0;
  margin: 0;
}
.doctor_table  .doctor_address h4{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #030633;
  padding: 0;
  margin: 0;
}
.doctor_table  .doctor_address p{
  color:#44454D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.doctor_table .border-bottom{
  border:0;
  border-bottom: 1px solid #D7E2EA;
}
.doctor_detail{
  margin-left:12px;
  flex-grow:1;
}

.onboarding-conaint .calendar-page-content.page-content{
  /* padding-top:  21px; */
  padding-top:  60px;
}
body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link.active p, 
body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .step-number{
  width:48px;
  height:48px;
  font-size: 20px;
}
body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link em{
  width:calc(100% - 58px);
}
.onboarding-conaint .form-control-lg{
  height:42px;
}
.onboarding-conaint .week{
  padding: 9px 13px;
}
.onboarding-conaint h4.card-title{
  font-weight: 700;
}
.doc-files-list ul li .thumb-image-wrap.ng-star-inserted{
  flex-direction:column;
  align-items: center;
  width:150px;
}
.doc-files-list ul li .thumb-image-wrap.ng-star-inserted.group-doc-files{
  align-items: flex-start;
  flex-wrap: wrap;
  width:inherit;
  background: #ebf6fd;
  padding: 8px;
  position: relative;
  border-radius: 4px;
}
.doc-files-list ul li .thumb-image-wrap.ng-star-inserted.group-doc-files p{
  padding: 0;
  margin:0;
  font-size: 14px;
  color:#333;
}
.doc-files-list ul li .thumb-image-wrap.ng-star-inserted.group-doc-files .close-btn{
  position: absolute;
  top: -5px;
  right: 4px;
  color: #ff0000;
  font-size: 14px;
}
.doc-files-list ul li .thumb-image-wrap.ng-star-inserted.group-doc-files a{
  background: #fff;
}
.upload-add-file{
  flex-grow:1;
}
.upload-add-file .ng-star-inserted{
  position: relative;
}
.upload-add-file .ng-star-inserted i:before{
  position: absolute;
  top:9px;
  right:-5px;
  z-index: 2;
}
h1.title{
  color: #030633;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  padding: 0;
  margin:0;
}
a.share_chart{
  color: #1B2B8B;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}
a.share_chart img{
  margin-right:8px; 
}
.chart-accor-header{
  padding: 15px;
  margin:0;
  background: #fff;
  border-bottom:1px solid #D7E2EA;
  cursor: pointer;
}
.active .chart-accor-header{
  background: #D7E2EA;
}
.chart-accor-header .useraccordavatar{
  display:flex;
  align-items: center;
}
.chart-accor-headerimg{
  width:64px;
  height:64px;
  border-radius: 50%;
  margin-right:8px;
  display:flex;
  overflow: hidden;
  flex-shrink: 0;
}
.chart-accor-headerimg img{
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.chart-accor-headertitle{
  flex-grow: 1;
}
.chart-accor-headertitle h3{
  color: #030633;;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding: 0;
  margin:0;
}
.chart-accor-headertitle p{
  color: #030633;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
  margin:0;
}
.chart-accor-headeraction a{
  margin-left:15px;
}
.start-end-time .badge-time, .start-end-time .onb-bord .col-md-4{
  line-height: normal!important;
  width: 147px;
  flex: 147px;
  max-width: 147px;
  margin-left: 0!important;
  flex-wrap: wrap;
    align-items: flex-start;
    /* justify-content: space-between; */
    padding:3px 0 0 5px!important;
    height:48px!important;
}
.start-end-time .badge-time span{
  width:100%;
  margin: 0;
}
.start-end-time .badge-time span:nth-child(3){
    position: absolute;
    left: 55%;
    top: 26px;
}
.clinical_imagelist{
  display:flex;
  margin:15px 0 0 0;
}
.clinical_imagelist .clinical_image{
  width:96px;
  height:96px;
  border: 1px solid #eee;
  margin-right:15px;
  display:flex;
  flex-shrink: 0;
}
.vitalSignpart{
  background: #fff;
  border-bottom:1px solid #D7E2EA;
  padding: 15px;
  margin:0;
}
.vitalSignpart h4{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding:15px 0;
  margin:0;
}
.vitalSignpart table thead th, .vitalSignpart tr td{
  border:0;
  border-bottom: 1px solid #D7E2EA;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.vitalSignpart tr td{
  border: 0;
}
.clicnical_list{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7E2EA;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.clicnical_list:last-child{
  border: 0;
}
.clicnical_list ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.clicnical_list ul li{
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin:0;
}
.clicnical_list ul li:after{
  content:'-';
  position: absolute;
  left:0;
  top:0;
  line-height: 21px;
  color: #000;
  font-size: 14px;
}
 .iframe-panel .center-img{
  width:100%;
}
.iframe-panel carousel{
  width:100%;
}
.iframe-panel .carousel{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
.iframe-panel  .carousel-inner{
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important;
}
.iframe-panel  .carousel-item{
  width:100%;
  margin:0;
  float:none;
  text-align: center;
} 
.iframe-panel iframe{
  width:100%;
  height:calc(72vh - 60px);
  border:0;
}
body .iframe-panel{
  padding: 30px;
}
.onb-bord .col-md-12.justify-content-center{
  padding-left: 0;
}
.start-end-time  .not-available-text{
  padding-top: 0;
  margin-left: 0;
  line-height: 42px;
  margin-bottom: 1rem;
}
.ng2-dropdown-menu {min-width: 390px;}
.ng2-dropdown-menu__options-container .ng-star-inserted *{min-width: 390px;}

body .app-search .form-control::-webkit-input-placeholder, .app-search-po .form-control::-webkit-input-placeholder, .medical-history-right .top-search-s input::-webkit-input-placeholder,
.patient-info-flds-row .form-control::-webkit-input-placeholder{
  color:#BDBDBD;
  font-size: 12px;
}

body .app-search .form-control::-moz-placeholder,  .app-search-po .form-control::-moz-placeholde, .medical-history-right .top-search-s input::-moz-placeholde,
.patient-info-flds-row .form-control::-moz-placeholder{
  color:#BDBDBD;
  font-size: 12px;
}

body .app-search .form-control::-ms-placeholder,  .app-search-po .form-control::-ms-placeholder, .medical-history-right .top-search-s input::-ms-placeholder, 
.patient-info-flds-row .form-control::-ms-placeholder{
  color:#BDBDBD;
  font-size: 12px;
}

body .app-search .form-control::placeholder,  .app-search-po .form-control::placeholder, .medical-history-right .top-search-s input::placeholder, 
.patient-info-flds-row .form-control::placeholder{
  color:#BDBDBD;
  font-size: 12px;
}
.chartlistRight{
  width:360px;
  height:calc(100vh - 137px);
  position: fixed;
  top:137px;
  right:0;
  background:#F7FAFF;
}
.chartlistRight .medical-history-middle{
  padding: 20px;
  height:calc(50vh - 130px);
  min-height:calc(50vh - 130px);
  max-height:calc(50vh - 130px);
}

.setu_card{
  padding: 20px;
  margin:0;
  background:#1B2B8B;
  height: 88px;
}
.setu_card h4{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color:#fff;
  padding: 0;
  margin:0;
}
.setu_card h3{
  font-size:20px;
  line-height: 28px;
  font-weight: 500;
  color:#EADB17;
  padding: 0;
  margin:0;
}
body .medical-condition-list-wrap.medical-condition-body, body .history-add-delete-wrap.medical-history-body{
  max-height:calc(50vh - 200px);
}
body .top-nav-panel ul li a .coming-soon-tag{
  top:1px;
  right: auto;
  width: auto;
}
body .today-btn-box{
  margin-left:20px;
  margin-right:20px;
  width:calc(100% - 40px);
}
/* .coming-soon-tag {
  background: #F3CA3E;
  border-radius: 2px;
  display: inline-block;
  font-size: 7px;
  line-height: 13px;
  color: #4F4F4F;
  text-align: center;
  padding: 0 8px;
  position: absolute;
  top: -1;
  left: 22px;
} */
.profile-top-section .btn-primary.relative{
  overflow: visible;
}

.modalpos{
    top: 19% !important;
    max-width: 643px !important;
}
.patient-info-flds-row .upload-add-file{
    max-width:calc(100% - 468px);
}
.upload-add-file .ng-star-inserted{
    display:flex!important;
    flex-wrap: wrap;
}

@media (min-width:11810px) and (max-width: 1365px){

    body app-controlpanel .vertical-menu{
        width:183px!important;
    }
    #sidebar-menu ul li a{
        padding: .625rem 0.5rem;
    }
    .calender-cont .navbar-brand-box{
        padding: 1.6rem 0.5rem 0 0.5rem;
    }
   
}


@media (min-width: 980px) and (max-width: 1024px){
    .login-header, .login-footer{
        font-size: 30px;
        line-height: 38px;
    }
    .login-box-header h2{
        font-size: 24px;
        line-height: 36px;
    }
    .login-left p, .login-box-header p{
        font-size: 15px;
        line-height: 20px;
    }
    app-login .container{
        max-width: 960px;
    }
    .clincs-left{
        min-width: inherit;
    }
    .today-btn-box .btn{
        padding: 0 4px;
        font-size: 10px!important;
    }
    body .profile-pic{
        flex-direction: row!important;
    }
    .profile-btn-top{
        width:60%;
    }
    body .profile-pic .ml-3{
        margin-left:10px!important;
    }
    .patients-tabe a.nav-link{
        padding:0.75rem 10px!important;
    }
    .d-patients{
        margin-left: 10px;
        margin-right:10px;
    }
    .clincs-left .text-center.mb-4{
        margin-left:10px!important;
        margin-right:10px!important;
    }
    .patients-tabe a.nav-link .cli{
        font-size: 12px;
        line-height: 16px;
    }
    .create-btn-panel a.btn{
        font-size: 10px;
        padding: 0 3px;
    }
    .profile-top-section .btn-primary{
        font-size: 12px;
        white-space: nowrap;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .medical-history-middle h6{
        font-size: 11px;
    }
    .history-add-delete li > a{
        font-size: 10px;
    }
    div.patientpage .accorset .accordsetheader .usersnapinfo{
        flex-direction: column;
    }
    body div.patientpage .accorset .accordsetheader .usersnapinfo > .d-flex{
        width:100%!important;
        margin-bottom: 8px;
       justify-content: flex-start;
    }
    .patient-action-btn-right .btn{
        padding: 0 5px;
    }
    body div.patientpage .accorset .accordsetheader .created_date{
        border-bottom-left-radius: 0;
    }
    body div.patientpage .accorset .accordsetheader .usersnapinfo .rightActionWrapper{
        padding: 0 6px!important;
        justify-content: space-between!important;
    }
    .profile-btn-top .p-phone{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    body .profile-pic .ml-3{
        text-align: left;
    }
    .doc-files-list ul li{
        /* width:30%; */
    }
    body .medical-condition-list-wrap{
      max-height: 160px;
    }
    body .calander-btn {
      margin-left: 4px;
      margin-bottom: 5px;
      width: 38px;
      height: 38px;
      font-size: 11px;
  }
  body .appointments-row{
    padding: 12px;
  }

}

@media (min-width: 768px) and (max-width: 979px){
    .login-header, .login-footer{
        font-size: 30px;
        line-height: 38px;
    }
    .login-box-header h2{
        font-size: 24px;
        line-height: 36px;
    }
    .login-left p, .login-box-header p{
        font-size: 15px;
        line-height: 20px;
    }
    app-login .container{
        max-width:720px;
    }
    .clincs-left{
        min-width: inherit;
    }
    .today-btn-box .btn{
        padding: 0 6px;
    }
    body .profile-pic{
        flex-direction: row!important;
    }
    .profile-btn-top{
        width:60%;
    }
    body .profile-pic .ml-3{
        margin-left:10px!important;
        text-align: left;
    }
    .patients-tabe a.nav-link{
        padding:0.75rem 10px!important;
    }
    .d-patients{
        margin-left: 10px;
        margin-right:10px;
    }
    .clincs-left .text-center.mb-4{
        margin-left:10px!important;
        margin-right:10px!important;
    }
    .patients-tabe a.nav-link .cli{
        font-size: 12px;
        line-height: 16px;
    }
    .create-btn-panel a.btn{
        font-size: 10px;
        padding: 0 3px;
    }
    .profile-top-section .btn-primary{
        font-size: 12px;
        white-space: nowrap;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .medical-history-middle h6{
        font-size: 11px;
    }
    .history-add-delete li > a{
        font-size: 10px;
    }
    div.patientpage .accorset .accordsetheader .usersnapinfo{
        flex-direction: column;
    }
    body div.patientpage .accorset .accordsetheader .usersnapinfo > .d-flex{
        width:100%!important;
        margin-bottom: 8px;
       justify-content: flex-start;
    }
    .patient-action-btn-right .btn{
        padding: 0 5px;
    }
    body div.patientpage .accorset .accordsetheader .created_date{
        border-bottom-left-radius: 0;
    }
    body div.patientpage .accorset .accordsetheader .usersnapinfo .rightActionWrapper{
        padding: 0 6px!important;
        justify-content: space-between!important;
    }
    .profile-btn-top .p-phone{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .doc-info-row .doc-cont h3, .doc-info-row  .doc-created h4, .doc-info-row  .doc-time h4{
        font-size: 10px;
        font-weight:500;
    }
    .doc-info-row .doc-time{
        width:20%;
    }
    .doc-info-row .doc-info-inner{
        width:50%;
    }
    .doc-files-list ul li{
        /* width:30%; */
    }
    body .appointments-info{
      width:100%;
    }
    body .appointment-content{
      max-width: inherit;
    }
    body .calander-btn.clinic-cal-btn{
      width:inherit;
      padding-left: 15px;
      padding-right: 15px;
    }
}
@media (max-width:767px) {
  body .appointments-info{
    width:100%;
  }
  body .appointment-content{
    max-width: inherit;
  }
  body .calander-btn.clinic-cal-btn{
    width:inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .distance-payment-pan{
    padding-left: 0;
    margin-left:0;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav{
    display:flex;
    flex-wrap: nowrap;
  }
  .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav li{
    width:inherit;
    margin:0 15px;
  }
  body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link em{
    width:inherit;
  }
  body .twitter-bs-wizard .ondoarding-left-top .twitter-bs-wizard-nav .nav-link h3{
    white-space: nowrap;
  }
  .doc-info-row .doc-info-inner{
    width:100%;
  }
  .doc-info-row .doc-created, .doc-info-row .doc-time, .doc-info-row .doc-action-icons{
    width:100%;
    flex-shrink: 0;
  }
  .doc-cont h3, .doc-cont p{
    text-align: left;
  }
  .doc-cont{
    max-width: inherit;
    flex-grow: 1;
    margin-left: 15px;
  }
  .doc-info-row{
    padding: 12px;
  }
  .doc-info-row .doc-action-icons{
    justify-content: space-between;
  }
  .doc-action-icons a{
    margin-left:0;
  }
  .vitalSignpart table thead th{
    white-space: nowrap;
  }
  .chart-accor-headertitle h3, .doctor_table h3{
    font-size: 16px;
    line-height: 22px;
  }
  .chart-accor-headertitle p, .doctor_table p{
    font-size: 12px;
    line-height: 18px;
  }
  .chart-accor-headerimg, .doctor_table .doctor_image{
    width:40px;
    height:40px;
  }
  .chart-accor-headeraction{
    display:flex;
  }
  .chart-accor-headeraction a {
    margin-left: 5px;
    max-width: 23px;
  }
  .chartpage .card-body, .inner-page-heading .card-body{
    padding: 12px;
  }
  .chartpage .card, .inner-page-heading .card{
    margin-bottom: 12px;
  }
  .appointments-res-table{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .appointments-res-table .doctor_table{
    min-width:900px;
  }
}

.translated-ltr body {
  top: 0 !important;
}
.navbar-header select:focus,.navbar-header select:focus-visible{
  border: none;
  box-shadow: none;
  outline: none;
}
.p-btn-left{
  display: flex;
}
.profile-btn-top .p-btn-left a{
  min-width: auto ;
  /* --------------removed on 16th jan2025----------- */
  /* width: 40% !important; */
  margin-left:5px !important;
}
.p-btn-left a i{
  margin-right: 0 !important;
}

.p-btn-left .popover-content{
  background-color: #2438ac;
  color: #fff;
  border-radius: 5px;
}