/* You can add global styles to this file, and also import other style files */
/*
CSS Author: Praveen
Date:27:02:2020
*/
/* ================================================== */
/*Button Color*/
/*text color*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  text-decoration: none; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
  text-decoration: none !important; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

ul {
  padding: 0; }

/* Common */
.body-container {
  padding: 20px;
  background: #f5f5f5; }

.ix-no-pad {
  padding: 0; }

.row-space {
  margin: 30px 0; }

/* End Common */
/* Basic table */
/*.ix-table-bg h5 {
  margin: 0;
  background-color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
*/
.ix-table-bg {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dde1e5;
  overflow-x: auto;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(154, 154, 204, 0.22);
  -moz-box-shadow: 0px 1px 2px 2px rgba(154, 154, 204, 0.22);
  padding: 25px;
  border-radius: 4px; }

.table-padding {
  padding: 20px; }

.ix-table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse !important;
  border-spacing: 0;
  padding: 24px; }

.ix-table1 {
  border-collapse: separate !important;
  border-spacing: 0 10px;
  padding: 0 20px; }

.ix-table-responsive {
  display: block;
  width: 100%; }

.ix-table .ix-thead th {
  vertical-align: bottom; }

.ix-table td, .ix-table th {
  padding: 12px 20px;
  vertical-align: top;
  border: 1px solid #dee2e6; }

.ix-table th {
  font-size: 15px;
  font-weight: 600; }

.ix-table td {
  font-size: 14px;
  font-weight: 500; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 0; }

th {
  text-align: inherit; }

/* Basic table */
/* Hover table */
.ix-table .ix-tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* Hover table */
/* Responsive table */
.table-pagination {
  float: right;
  text-align: right;
  margin: 20px 0;
  padding: 12px 0px;
  border-radius: 4px;
  border: 1px solid #d3d3d378; }

.resp-table {
  overflow: scroll; }

.table-pagination .pagination-button {
  padding: 8px 16px; }

.table-pagination .pagination-button:hover {
  box-shadow: none !important;
  background: #0e2856 !important;
  border-radius: 4px;
  color: #fff !important; }

/* End Responsive table */
/* IWL table css */
.mob-label, .mob-label-1, .time {
  display: none; }

.table-row tr {
  padding: 10px 0; }

.table-row tr {
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  color: #4a4a4a; }

.ix-table1 .ix-thead th {
  vertical-align: bottom;
  font-size: 13px;
  color: #566483;
  cursor: pointer;
  position: relative; }

.ix-table1 td, .ix-table1 th {
  padding: 12px 14px;
  vertical-align: middle; }

.ix-table1 td, .ix-table1 th {
  border: none; }

.mid-txt {
  vertical-align: text-bottom; }

/*th {
  text-align: inherit;
}
a:hover{
  text-decoration:none;
}*/
.badge-orange {
  background: #0e2856;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 4px 14px; }

.table1 .under-text, .table2 .under-text {
  color: #3597ec;
  font-weight: 600;
  font-size: 14px; }

.down-arrow {
  padding-left: 8px; }

.table1 .under-text:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 14px;
  width: 63px;
  border-bottom: 2px solid #5dabec;
  bottom: 0px;
  justify-content: center;
  align-items: center;
  display: inline-table;
  vertical-align: middle; }

.table1 .under-text:hover {
  color: #5dabec;
  text-decoration: none; }

.table-row {
  font-size: 13px;
  color: #9fa9bc; }

.table-row .table-name img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -8px 0;
  max-width: 30px; }

.prfl-align a {
  display: inline-block;
  width: 8%;
  vertical-align: middle; }

.table-row td:first-child {
  position: relative; }

.prfl-align {
  vertical-align: inherit; }

.midd-name {
  padding: 0 0 0 20px; }

.midd-name {
  display: inline-block;
  padding: 0 0 0 20px;
  width: 85%;
  vertical-align: middle;
  word-break: break-word; }

.table-sec {
  width: 100%; }

.table-row td:last-child {
  cursor: pointer; }

tr.collapse.show td.caret {
  transform: rotate(180deg);
  transition: 0.4s ease; }

.dropdown-menu.drop-ul-head {
  position: absolute;
  will-change: transform;
  top: 2px;
  left: -16px !important;
  right: 0;
  width: 220px;
  transform: translate3d(-86px, 43px, 1px) !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.23);
  border: none;
  z-index: 9999; }

ul.dropdown-menu.drop-ul-head.show:before {
  position: absolute;
  content: '';
  top: -9px;
  right: 16px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #ffffff;
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.txt-img svg {
  justify-content: center;
  align-items: center;
  vertical-align: middle; }

.item-drop {
  padding: 10px;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.active-pink-4 input {
  font-size: 13px; }

.item-drop:hover {
  color: #4b4c4e !important; }

.drop-li {
  max-height: 137px;
  overflow-y: auto; }

.drop-li.btn-li {
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  margin: auto;
  padding-top: 12px; }

.btn-span .cancel-btn, .btn-span .filter-btn {
  background: #656565;
  border: none;
  font-size: 13px;
  font-weight: 600; }

.btn-span .filter-btn {
  background: #f47b22; }

.btn-span {
  margin-right: 7px; }

.btn-span.mr-span {
  margin-left: 44px; }

/*select box style ends*/
/*inner-table css begin*/
.ul-inner-1 .li-inner-1, .ul-inner-2 .li-inner-2 {
  display: inline-block;
  text-align: left;
  color: #000;
  font-size: 13px;
  font-weight: 600 !important;
  padding: 12px 0;
  width: 33.3%;
  position: relative; }

.overall-ul-inner .li-inner-2 {
  width: 33.3%;
  position: relative;
  display: inline-block; }

.overall-ul-inner .li-inner-2 {
  display: inline-block; }

.ul-inner-2 .overall-li-inner, .overall-ul-inner {
  display: inline-flex;
  width: 100% !important; }

.ul-inner-2 .li-inner-2 {
  color: #423d3d;
  font-weight: 400;
  z-index: 999; }

.in-negative.inner-badge {
  background: #445f80; }

.square-bg {
  width: 22px;
  height: 22px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  line-height: 21px;
  cursor: pointer; }

.ul-inner-1, .ul-inner-2 {
  align-items: normal;
  justify-content: space-evenly;
  display: flex; }

.inner-badge {
  padding: 6px 12px;
  font-size: 11px;
  background: #445f80;
  font-weight: 500; }

.li-inner-1 .dot_1 {
  background: #7455e5;
  height: 8px;
  width: 8px;
  z-index: 999;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 19px; }

.li-inner-2 .table-time {
  text-align: center;
  background: #fff;
  padding-left: 20px;
  padding-top: 0px;
  color: #000; }

.order1 .no-pad {
  padding: 17px 0px;
  background: #fff; }

span.dot_1:after, p.table-time:after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 20px;
  background: #cbcfde;
  text-align: center;
  margin: 0 auto;
  left: -1px;
  right: 0px;
  top: 10px; }

p.table-time:after {
  height: 40px;
  z-index: -1; }

p.table-time:before {
  content: " ";
  background: #fa5100;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50px; }

.table-time.p-table:before {
  bottom: -8px;
  background: #fa5100; }

.li-inner-2.color-li {
  color: #0e2856;
  font-weight: 600; }

.visit {
  color: #008da2; }

.no-visit {
  color: #ff0000; }

.table-li .inner-elements {
  padding-bottom: 20px; }

.txt-center {
  text-align: center !important; }

.li-inner-txt {
  text-align: center !important; }

.prfl-align .mob-arrow {
  background: #f27932;
  height: 16px;
  width: 16px;
  display: inline-block;
  float: right;
  border-radius: 3px;
  display: none; }

.li-inner-text {
  display: none; }

.badge-danger {
  background: #cf483b; }

.mob-arrow {
  display: none; }

.mob-arrow-down {
  display: none; }

.date-sec {
  padding: 0 20px; }

.date-box .date-count {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background: #0e2856;
  padding: 4px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative; }

span.date-count:after {
  content: "";
  position: absolute;
  left: auto;
  top: 26px;
  right: 0px;
  width: 0;
  right: -18px;
  height: 0;
  margin-left: 0;
  box-sizing: border-box;
  border: 9px solid #000;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(224deg);
  box-shadow: -2px 2px 4px 0 rgba(149, 149, 149, 0.4);
  border-color: transparent transparent #0e2856 #0e2856; }

.date-display {
  overflow: hidden;
  position: relative;
  flex: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }

.date-display .date-box {
  display: table;
  flex: auto;
  justify-content: flex-end;
  margin: 0;
  z-index: 1;
  cursor: default; }

.date-box:after {
  content: ' ';
  position: absolute;
  width: 100%;
  border: 1px dashed #ddd;
  height: 1px;
  display: inline-block;
  margin-top: 0px;
  z-index: -1;
  margin: auto;
  top: 0;
  bottom: 1px; }

/* table css ends */
/*==========================================================*/
@media only screen and (max-width: 768px) {
  .ix-table1 td, .ix-table1 th {
    padding: 12px 9px !important; }

  span.dot_1:after, p.table-time:after {
    height: 47px; }

  p.table-time:after {
    height: 84px; }

  .table1 .under-text:before {
    left: 10px; }

  .ix-table1 .table-th {
    padding: 0px 0px;
    vertical-align: middle !important; } }
@media only screen and (max-width: 567px) and (min-width: 320px) {
  .prfl-align .mob-arrow {
    display: block; }

  .mob-label {
    color: #3597ec;
    font-weight: 600;
    font-size: 14px;
    display: block; }

  .mob-label1 {
    width: 100% !important; }

  .resp-inner {
    display: none; }

  .table1 .under-text:before {
    top: 40px; }

  .ix-thead, p.table-time:before, .li-inner-1 .dot_1 {
    display: none; }

  .dot-none {
    display: none !important; }

  .ix-table1 td {
    width: 100%;
    float: left; }

  .mob-arrow-down {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block; }

  .arrow-down {
    display: none; }

  .ul-inner-1 .li-inner-1, .ul-inner-2 .li-inner-2 {
    width: 100%; }

  .li-inner-text {
    display: block;
    background: #f4f5fa;
    font-weight: 100; }

  .mob-label1, .time {
    padding: 0; }

  .mob-label1, .time {
    display: inline-block;
    text-align: left;
    color: #566483;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
    width: 33.3%;
    position: relative; }

  .ul-inner-2 .li-inner-2 {
    z-index: auto; }

  .li-inner-txt {
    text-align: left !important; }

  .ml-auto {
    margin-left: 0 !important; }

  .midd-name {
    padding: 0 0 0 15px; } }
/* End IWL table css */
/* madhavi */
.ix_table-responsive {
  background: #fff;
  padding: 10px 10px;
  border-radius: 4px; }

.ix_table-responsive .card {
  margin: 0 0 10px 0; }

.ix_table-responsive .card a.card-link:focus {
  outline: none; }

.ix_table-responsive .card .card-header {
  background: #e6e9ee; }

.ix_table-responsive .card a.card-link {
  color: #122856;
  font-weight: 400;
  font-size: 15px; }

.ix_table-responsive .card .card-body {
  background: #f5f7fa;
  font-size: 14px;
  padding: 10px 20px; }

.ix_table-responsive .card .card-body table, .ix_table-responsive .card .card-body table tbody, .ix_table-responsive .card .card-body table, .ix_table-responsive .card .card-body table tbody tr {
  width: 100%; }

.ix_table-responsive .card .card-body table tbody tr td, .ix_table-responsive .card .card-body table tbody tr th {
  padding: 10px 15px;
  min-width: 50px;
  max-width: 50px; }

table.table-header {
  background: #fff;
  box-shadow: 0px 4px 5px 0 #ddd;
  z-index: -1;
  border-radius: 4px 4px 0 0; }

table.table-body {
  background: #fff;
  box-shadow: 3px 2px 2px #ddd;
  z-index: 9;
  -moz-box-shadow: inset 0 0 5px #ddd;
  -webkit-box-shadow: inset 0 0 5px #ddd;
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 0 0 4px 4px; }

.ix_table-responsive .card .card-body table.table-body tbody tr td {
  /*   padding: 10px 15px;*/
  line-height: 18px;
  font-size: 12px; }

.ix_table-responsive .card .card-body table tbody tr th {
  font-size: 13px;
  font-weight: 600;
  color: #565656; }

.table-1:nth-child(2n), .ix_table-responsive .card:nth-child(2n) {
  margin: 10px 0; }

.table-1:last-child, .ix_table-responsive .card:last-child {
  margin: 10px 0 0 0; }

.table-1.active-tab .table-body {
  display: table; }

.table-body, .mob-list-header, tr.mob-table-detaile .mob-view {
  display: none; }

@media (max-width: 567px) {
  .ix_table-responsive .card .card-body table tbody tr th, th.mob-table-header span,
  .ix_table-responsive .card .card-body table tbody tr.mob-table-detaile td.id {
    display: none; }

  .ix_table-responsive .card .card-body table tbody tr th.mob-table-header {
    display: block;
    padding: 5px;
    max-width: 100%; }

  .ix_table-responsive .card .card-body table tbody tr th.user-name, tr.mob-table-detaile .mob-view {
    display: inline-flex; }

  .ix_table-responsive .card .card-body table tbody tr th.user-name label {
    padding: 0 6px;
    text-decoration: underline;
    color: #122856; }

  ul.mob-list-header, ul.mob-list-header li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-flow: row wrap; }

  ul.mob-list-header li {
    width: 50%; }

  ul.mob-list-header li a {
    padding: 0 4px;
    line-height: 24px;
    font-size: 11px; }

  .search-bar {
    position: relative; }

  .search-bar button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    border: none; }

  .search-bar input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 35px 8px 35px;
    width: 100%; }

  ul.mob-list-header li:last-child {
    margin-left: auto;
    justify-content: flex-end; }

  .ix_table-responsive .card .card-body table tbody tr.mob-table-detaile td {
    display: block;
    max-width: 100%; }

  .table-1.active-tab .table-body {
    display: block; }

  label.mob-view {
    color: #566483;
    font-weight: 600;
    width: 80px; }

  .ix_table-responsive .card .card-body table tbody, .ix_table-responsive .card .card-body table tbody tr {
    display: block; }

  label.mob-view {
    display: inline-block; }

  .ix_table-responsive .card .card-body table tbody tr.mob-table-detaile td span {
    display: inline-block;
    width: 50%;
    vertical-align: text-top; }

  .ix_table-responsive .card .card-body table tbody tr {
    display: none; }

  .ix_table-responsive .card .card-body table tbody tr.mob-table-detaile,
  .ix_table-responsive .card .card-body table tbody tr.mobile-header,
  .search-bar .dropdown .dropdown-content.active {
    display: block; }

  .ix_table-responsive .card .card-body {
    padding: 10px; }

  .table-1:last-child, .ix_table-responsive .card:last-child, .table-1:nth-child(2n), .ix_table-responsive .card:nth-child(2n) {
    margin: 0; }

  .dropdown {
    position: absolute;
    left: 0; }

  button.dropbtn {
    position: absolute;
    left: 0;
    top: -30px;
    background: transparent;
    border: none;
    padding: 0 15px;
    outline: none;
    height: auto; }

  .dropdown-content a {
    display: block;
    width: 100%; }

  .search-bar .dropdown {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 0px 5px;
    z-index: 1; }

  .search-bar .dropdown .dropdown-content {
    display: none; }

  button.dropbtn i {
    font-size: 24px;
    color: #999; }

  .search-bar .dropdown .dropdown-content.active {
    box-shadow: 0 0 10px #ddd; } }
/* End madhavi */
.ix-content-details1.active, .ix-content-details2.active, .ix-content-details3.active,
.ix-content-details4.active, .ix-content-details5.active {
  display: block; }

.ix-content-details1, .ix-content-details2, .ix-content-details3, .ix-content-details4, .ix-content-details5 {
  display: none; }

.custom-table-space table {
  border-spacing: 0px 4px;
  border-collapse: separate; }

.custom-comm-table .custom-table-head .custom-table-head-row {
  background-color: #1a86c8;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  max-width: 100%; }

p.table-text-para a {
  color: #4A4A4A; }

.custom-table-head-row {
  border-radius: 0px;
  box-shadow: 0 0 10px 0 #e3e9f9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.custom-comm-table .custom-table-head .custom-table-head-row th:first-child {
  border: none;
  border-radius: 3px 0 0 3px;
  text-align: left; }

.custom-comm-table .custom-table-head .custom-table-head-row th:last-child {
  border: none;
  text-align: left;
  border-radius: 0 3px 3px 0; }

.custom-table-body-row {
  border-radius: 2px;
  background-color: #fff;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s; }

.custom-table-body-row:hover {
  box-shadow: 0 0 10px #ddd;
background-color: rgba(0,0,0,0.01);
 }

.custom-table-body-row:hover p.table-text-para a {
  font-weight: 600; }

.custom-table-body-row td {
  vertical-align: middle !important;
  padding: 8px !important;
  min-width: 130px;
  cursor: auto; }

.table-text {
  font-weight: 400;
  color: #4A4A4A;
  width: 95%;
  word-break: break-word; }

td.com-members-count {
  width: 200px; }

button.list-action-buttons svg path {
  fill: #4a4a4a; }

.custom-table-body-row td:first-child {
  border-radius: 2px 0 0 2px;
  text-align: left; }

.custom-table-body-row td:last-child {
  border-radius: 0 2px 2px 0;
  text-align: left; }

button.list-action-buttons:hover svg path {
  fill: #6ac185; }

.table-text-para {
  margin-bottom: 0px;
  font-size: 13px; }

.status-inactive {
  color: #d0021b;
  text-transform: capitalize; }

.status-active {
  color: #417505;
  text-transform: capitalize; }

.icons-ul {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%; }

.icons-li {
  display: inline-block; }

.edit-icon {
  padding-right: 10px; }

.edit-icon svg, .trash-icon {
  fill: #4a4a4a; }

.filter-para {
  margin-bottom: 0px; }

.filter-hold {
  padding-left: 10px;
  cursor: pointer; }

.dropdown-toggle::after {
  display: none !important; }

.filter-hold {
  position: relative; }

.filter-hold .branch-menu-options {
  position: absolute;
  transform: none !important;
  top: 26px !important;
  right: 0px !important;
  left: auto !important;
  will-change: transform; }

.custom-dropdown-menu .custom-branch-dropdown-item .check-box-text span {
  color: #4a4a4a;
  font-size: 12px; }

.custom-branch-dropdown-item {
  display: flex !important; }

.custom-checkbox {
  padding-bottom: 0px !important; }

.branch-select-common {
  position: relative;
  display: flex; }

.branch-filter-options {
  position: absolute !important;
  background: #fff !important;
  min-width: 200px !important;
  box-shadow: 0 0 10px 0 #e3e9f9 !important;
  top: 29px !important;
  left: auto !important;
  right: 45px !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 0 !important; }

.branch-filter-options.dropdown-menu.show:after {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  content: '';
  top: -15px;
  position: absolute;
  bottom: auto;
  right: 30px;
  transform: rotate(90deg);
  left: auto; }

.status-select-common {
  position: relative;
  display: flex; }

.status-filter-options {
  min-width: 200px !important;
  box-shadow: 0 0 10px 0 #e3e9f9;
  top: 28px !important;
  left: auto !important;
  right: -7px !important;
  bottom: auto !important;
  transform: none !important;
  padding: 0 0 12px 0 !important; }

.custom-checkbox {
  width: inherit !important; }

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

.branch-drop-ul.ps-branch-drop {
  height: 120px; }

.branch-drop-ul {
  margin-bottom: 0px; }

.branch-drop-li {
  display: flex;
  padding: 10px 5px;
  padding-left: 10px;
  border-left: 3px solid #fff;
  cursor: pointer; }

.branch-drop-li:hover {
  background: #f8f9fa; }

.checkbox-text {
  color: #4a4a4a; }

.branch-drop-li:hover {
  background: #edf5ff;
  border-left: 3px solid #01367a; }

.add-clear-buttons-grp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 15px 0px 15px !important;
  margin-bottom: 0px !important; }

.form-group .filter-action-buttons {
  font-size: 12px !important;
  padding: 2px 15px !important; }

.list-action-buttons {
  background: #fff;
  border: none;
  padding: 5px;
  outline: none;
  border-radius: 5px !important; }

.list-action-buttons:focus {
  box-shadow: 0 0 0 0.2rem #86d9e7 !important; }

.no-data-found-hold {
  width: 200px;
  height: auto;
  text-align: center;
  padding: 10px !important; }

.no-data-found-hold img {
  width: 100%; }

.no-data-text {
  color: #4a4a4a !important;
  margin-bottom: 0px !important;
  padding-top: 5px; }

.custom-search-input {
  color: #000 !important; }

.resp-label {
  display: none; }

/*Button Color*/
/*text color*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out;
  background-color: transparent;
  -webkit-text-fill-color: #828282;
  text-fill-color: #fff; }

body {
  font-family: 'Roboto', "Helvetica Neue", sans-serif !important;
  font-size: 13px;
  color: #4A4A4A; }

.body-wrapper {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  height: 100vh; }

.main-panel {
  width: calc(100% - 250px);
  margin-left: 250px;
  display: inline-block;
  padding: 30px !important;
  background: #f4f6f8;
  transition: all .7s ease-in;
  margin-top: 0px;
  padding-bottom: 100px !important;
  overflow: hidden;
  overflow-y: auto; }

.theme-container {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px #ddd;
  border-radius: 4px;
  margin-top: 15px; }

/*button style start*/
.def-btn, .def-btn:hover {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  background: linear-gradient(to right, #ab1b48 0%, #b7365e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cb5b', endColorstr='#769c27', GradientType=1);
  border-radius: 35px;
  background: #1a86c8;
  border: 1px solid transparent;
  font-weight: 400;
  min-width: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); }

.def-btn.primary-btn, .def-btn.primary-btn:hover {
  background: #1a86c8; }

.def-btn.secondary-btn, .btn.secondary-btn:hover {
  background: #9b9b9b; }

.def-btn:focus {
  box-shadow: none !important; }

.add-icon-btn {
  padding-right: 10px; }

/*search button css start*/
/*custom-search-input start*/
.custom-search-input {
  padding: 7px 10px;
  margin-top: 0px;
  font-weight: 400;
  font-size: 14px;
  border: 0px solid #ddd;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 140px;
  color: #606577;
  border-radius: 35px;
  box-shadow: 0 1px 6px 0 rgba(23, 23, 23, 0.16);
  background-color: #fff;
  padding-right: 40px; }

.custom-search-input:focus {
  width: 200px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

/*custom-search-input end*/
.custom-search-form {
  position: relative; }

.search-communities {
  text-align: right;
  padding: 10px 0;
  padding-bottom: 25px; }

/*search button css end*/
/*form input feild css start*/
.form-element ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: transparent; }

.form-element :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
  opacity: 1; }

.form-element ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
  opacity: 1; }

.form-element :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent; }

.form-element ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent; }

.form-element ::placeholder {
  /* Most modern browsers support this now. */
  color: transparent !important; }

.form-group {
  width: 100%; }

/*start check box css*/
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer; }

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0); }

.cbx span:first-child {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  border-radius: 100%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #606577;
  transition: all 0.2s ease;
  max-width: 20px;
  max-height: 20px; }

.cbx span:first-child svg {
  position: absolute;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: rotate(5deg);
  width: 12px;
  height: 11px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.cbx span:first-child:before {
  content: "";
  width: 32px;
  height: 32px;
  left: -8px;
  top: -8px;
  margin: auto;
  position: absolute;
  background: #606577;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%; }

.cbx span:last-child {
  padding-left: 8px;
  margin-right: 16px; }

.check-box.checkbox {
  position: relative; }

.check-box.checkbox label.cbx {
  color: #829ab0;
  font-size: 13px;
  display: flex;
  align-items: center; }

.inp-cbx:checked + .cbx span:first-child {
  background: #6ac185;
  border-color: #6ac185;
  animation: wave 0.4s ease; }

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0; }

.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(1.5);
  opacity: 0;
  transition: all 0.6s ease;
  border-radius: 50%; }

@keyframes wave {
  50% {
    transform: scale(0.9); } }
.blue-bg {
  background: #e1f5fe; }

.scroll-check {
  height: 77vh;
  overflow: hidden; }

/*End check box css*/
.login i.icon {
  position: absolute;
  left: 9px;
  top: 12px; }

.login i.icon svg {
  width: 20px;
  height: 20px; }

.pswd-chk {
  position: absolute;
  right: 0px;
  top: 25px;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  z-index: 9;
  outline: none; }

.pswd-chk svg {
  width: 100%; }

.form-element .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  border: 1px solid #829ab0;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  height: 50px;
  margin-bottom: 15px; }

.form-element label, .form-element input {
  transition: all 0.2s;
  touch-action: manipulation; }

.form-element input {
  font-weight: 500;
  font-size: 13px;
  border: 0;
  border-bottom: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  color: #333;
  background: transparent;
  padding: 18px 40px 0px 38px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.form-element input:focus {
  outline: 0;
  border-bottom: 0; }

.form-element label.inner-label {
  color: #829ab0;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.1px;
  font-size: 13px;
  width: 90%;
  margin-left: 36px;
  line-height: 19px;
  position: relative;
  top: -13px; }

.form-element input:placeholder-shown + label {
  cursor: text;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom; }

.form-element ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit; }

.form-element input:focus::-webkit-input-placeholder {
  opacity: 1; }

.form-element input:not(:placeholder-shown) + label,
.form-element input:focus + label {
  transform: translate(2px, -11px) scale(1);
  cursor: pointer;
  font-size: 10px; }

.login i.icon svg path {
  fill: #829ab0; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color; }

input::placeholder {
  color: #98abbe !important; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff !important; }

/*form input feild css start*/
/*common headings start*/
.head-title.page-detail-li.page-head-text {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px; }

.page-head-text h4 {
  color: #000;
  font-size: 20px;
  margin: 0;
  line-height: 1.15;
  position: relative;
  display: flex;
  font-weight: 400; }

.mat-select-panel {
  position: relative;
  top: 42px;
  left: 0;
  min-width: calc(99% + 32px) !important; }
.mat-select-search-panel {
  position: inherit !important;
}
.page-head-text h4 span {
  background: #f4f6f8;
  z-index: 1;
  padding-right: 20px; }

.page-head-text-hold:after {
  content: '';
  border: 1px dashed #ddd;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0; }

.page-details {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }

.page-details:before {
  display: none; }

.page-detail-ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px; }

.page-detail-li h4 {
  margin-bottom: 0px; }

/*common headings end*/
/*model css start*/
.modal-header.close-btn {
  border-bottom: 0;
  position: relative;
  padding: 15px 0 0 0; }

.modal-header.close-btn button {
  position: absolute;
  right: 28px;
  top: 22px;
  padding: 0 0; }

.modal-header.close-btn img {
  width: 12px;
  height: 12px; }

.modal-body.my-model-bdy h5 {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  color: #4A4A4A; }

.laddu-fott.modal-footer {
  padding: 0;
  border-top: 0;
  padding: 0 15px 25px 15px; }

.laddu-fott.modal-footer ul {
  width: 100%;
  text-align: center; }

.modal-dialog {
  min-width: 300px !important;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-dialog.modal-max-wid, .modal-dialog-wd {
  min-width: 850px !important; }

.modal-dialog.modal-max-wid .modal-content {
  background: #edeeee; }

/*model css end*/
/* Breadcrumb css start*/
.ul-list, .type4-breadcrumb, .skew-breadcrumb {
  width: 100%; }

.vertical a, .bread-slash a:after, .bread-list li, .arrow-breadcrumb {
  display: inline-block; }

.vertical, .vertical a, .vertical span.destination, .breadcrumbs,
.breadcrumbs1 > ul > li > a, .breadcrumbs2 > ul > li > a, .breadcrumbs3 > ul > li > a {
  font-size: 12px; }

.vertical {
  font-weight: 400;
  color: #000;
  padding: 5px 0px; }

.vertical a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease; }

.vertical-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0px;
  margin: 0 auto;
  list-style: none;
  background: transparent; }

.vertical-breadcrumb li {
  display: inline-flex; }

.vertical-breadcrumb li:first-child {
  cursor: pointer; }

.vertical-breadcrumb li a {
  color: #939393 !important;
  font-size: 13px;
  padding-right: 2px; }

.vertical-breadcrumb li a:hover {
  color: #171e3b !important; }

.vertical-breadcrumb li span {
  color: #3e4344;
  font-size: 13px; }

.bread-slash1 li:after {
  content: '';
  background: url(../images/next.svg) 2px 2px no-repeat;
  padding: 0 5px;
  color: #777;
  background-size: 10px;
  background-position: 0px; }

.bread-slash1 li:last-child:after {
  display: none; }

.nopad-left {
  padding-left: 0; }

.small {
  font-size: 10px; }

.right-bcrumb {
  padding-left: 5px; }

.mid-crumb {
  padding-left: 5px; }

/* End breadcrumb css start */
/*pagination css*/
.comm-pagination .pagination {
  display: block;
  text-align: center;
  margin: 0px 0 5px 0; }

.comm-pagination .pagination a {
  color: #4A4A4A;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 100%;
  font-size: 12px;
  margin: 0px 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center; }

.comm-pagination .pagination a.active, .comm-pagination .pagination a:hover {
  background-color: #1a86c8;
  color: white; }

.pagination a:hover:not(.active) {
  background-color: #1a86c8; }

.page-nav-arrow:hover {
  background: transparent; }

.page-nav-arrow .left-pg-hold svg, .page-nav-arrow .right-pg-hold svg {
  width: 10px;
  height: 10px; }

.pagination .page-nav-arrow:hover:not(.active) {
  background-color: transparent; }

/*pagination disabled arrow*/
.page-nav-arrow-left-diabled {
  opacity: 0.5 !important;
  cursor: inherit !important; }

.page-nav-arrow-left-diabled:hover {
  background-color: transparent !important; }

.page-nav-arrow-right-diabled {
  opacity: 0.5 !important;
  cursor: inherit !important; }

.page-nav-arrow-right-diabled:hover {
  background-color: transparent !important; }

.page-nav-arrow-left-diabled:hover .left-pg-hold svg {
  fill: #333 !important;
  opacity: 0.5 !important; }

.page-nav-arrow-right-diabled:hover .left-pg-hold svg {
  fill: #ddd !important;
  opacity: 0.5 !important; }

/*pagination ends*/
/*search btn  extra css without use of class names start*/
.search-com-button {
  padding: 2px 11px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  position: absolute;
  right: 5px;
  top: 3px;
  color: #445f80; }

.search-com-button i {
  color: #010101; }

/*search btn  extra css without use of class names end*/
/*Defalut Form Elements Style Start*/
.form .form-control {
  margin-bottom: 15px;
  position: relative;
  padding: 0;
  border: 0;
  height: auto; }

.form .form-control label {
  font-size: 13px;
  position: absolute;
  top: 0;
  color: #4a4a4a;
  left: 0;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start; }

.form-control input, .form-control select, .form-control textarea, .form-control .select-list {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #dde1f4;
  font-size: 13px;
  margin-top: 25px;
  width: 100%; }

.form .form-control .form-element label, .form .form-control .form-element {
  display: inline-block;
  position: static;
  top: inherit; }

.form .form-control .form-element input {
  vertical-align: middle;
  margin-top: auto;
  width: auto; }

.form .form-control textarea {
  min-height: 42px;
  max-height: 150px;
  height: 42px !important; }

.form .form-control .primary-outline-btn {
  background: transparent;
  color: #007bff;
  border: 1px solid #007bff; }

.form .form-control .primary-outline-btn:hover {
  background: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.form .form-control .secondary-outline-btn {
  background: transparent;
  color: #6c757d;
  border: 1px solid #6c757d; }

.form .form-control .secondary-outline-btn:hover {
  background: #6c757d;
  color: #fff;
  border: 1px solid #6c757d; }

.form .form-control span.file-name,
.form .form-control span.upload-text {
  display: none; }

.intl-tel-input {
  width: 100%; }

.form-control .intl-tel-input .phn {
  margin-top: 25px !important; }

.intl-tel-input .flag-container {
  top: 25px; }

.form-control select {
  -webkit-appearance: none;
  background-image: url("../assets/images/downarw.svg");
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }

.main-panel .form-control input, .select-calendar span label span {
  color: #8e8e8e !important; }

.error-msg {
  margin-left: 20px;
  background: #d0021b;
  color: #fff;
  padding: 1px 10px;
  font-size: 11px;
  border-radius: 2px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  display: none; }

.error-msg.show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s;
  display: inline-flex; }

.error-msg svg {
  width: 10px;
  height: 10px;
  margin-right: 5px; }

.error-msg svg path {
  fill: #fff; }

/*Default Form Elements Style End*/
/*Two column for form elements style start*/
.form.form-split-two {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  vertical-align: middle;
  width: 100%; }

.form.form-split-two .form-group {
  margin-bottom: 1rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  flex-wrap: wrap; }

.form.form-split-two .form-control {
  margin-bottom: 15px;
  position: relative;
  padding: 0;
  border: 0;
  height: auto;
  width: 43%;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  vertical-align: middle; }

/*Two column for form elements style end*/
/*Nav Bills Start*/
ul.ix-nav-bills {
  background: #fff;
  border: 1px solid #cfedff; }

ul.ix-nav-bills li:first-child {
  border-right: 1px solid #cfedff; }

.ix-nav-bills.nav-pills .nav-link, .ix-nav-bills.nav-pills .show > .nav-link {
  color: #000;
  font-size: 13px;
  border-radius: 0;
  padding: 10px 40px; }

.ix-nav-bills.nav-pills .nav-link.active:after, .ix-nav-bills.nav-pills .show > .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #36a1d7;
  width: 90%;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto; }

.ix-nav-bills.nav-pills .nav-item:first-child .nav-link {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important; }

.ix-nav-bills.nav-pills .nav-item:last-child .nav-link {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important; }

.ix-nav-bills.nav-pills .nav-link.active, .ix-nav-bills.nav-pills .show > .nav-link {
  color: #36a1d7;
  background-color: #fff;
  position: relative;
  font-weight: 600; }

ul.ix-nav-bills.nav.nav-fill.nav-pills {
  border-radius: 7px !important; }

.add-btn-text {
  font-weight: 600; }

.add-btn button {
  background: #6ac185 !important; }

/*Nav Bills End*/
/*Theme Footer Start*/
.footer-bg {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9; }

.footer-bg.mr-ft-left {
  margin-left: 240px;
  padding-right: 0;
  padding: 15px 25px;
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 240px);
  flex-direction: row; }

.m-0.foot-txt {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
  flex: 1;
  display: inline-flex; }

.footer-bg ul {
  display: inline-flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  margin: 0; }

.footer-bg ul.ftr-left-bx {
  justify-content: flex-start; }

.footer-bg ul.ftr-left-bx li {
  margin-right: 30px; }

.footer-bg ul.ftr-right-bx {
  justify-content: flex-end; }

.footer-bg ul.ftr-right-bx li {
  margin-left: 20px; }

.footer-bg ul.ftr-left-bx li span {
  font-size: 14px;
  cursor: pointer;
  color: #4dabd3;
  text-decoration: underline; }

/*Theme footer end*/
/*select phone and country code start*/
.mat-form-field-infix {
  padding: 0 6px !important;
  width: 55px !important;
  border-top: 0px solid transparent !important;
  position: relative;
  top: 3px;
  left: 4px; }

.mat-form-field-label-wrapper {
  top: 0 !important;
  overflow: inherit; }

.mat-form-field-underline {
  height: 0 !important; }

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: transparent !important;
  transition: none !important; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: none !important;
  width: 100% !important; }

.form-control.phn-select {
  display: inline-flex;
  align-items: center; }

.phn-state {
  border: 1px solid transparent;
  width: 15%; }

.phn-num input {
  margin-top: 0 !important;
  border: 0 !important;
  border-left: 1px solid #ddd !important;
  border-radius: 0;
  padding: 5px 0 5px 10px; }

.mat-form-field-wrapper {
  padding-bottom: 5px !important; }

.phn-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #dde1f4;
  border-radius: 3px;
  padding: 0 10px;
  margin-top: 25px; }

.phn-num {
  width: 85%;
  padding: 5px 0 5px 5px; }

.mat-select-arrow-wrapper {
  display: none !important; }

.mat-form-field {
  width: 100%;
  background-image: url(../icons/dropdown.png);
  background-repeat: no-repeat;
  background-position: 97%; }

.phn-state .mat-form-field {
  background-position: 75%; }

.mat-select-value {
  overflow: inherit !important;
  color: #8e8e8e !important; }

.mat-option-text {
  color: #4A4A4A; }

.mat-active .mat-option-text {
  color: #000; }

.cdk-overlay-pane {
  min-width: 28% !important; }

.form-control .select-list {
  padding: 8px 0; }

/*select phone and country code end*/
.select-calendar input {
  border: 0 !important;
  padding: 7px 7px;
  line-height: 15px;
  color: #4a4a4a; }

.select-calendar .mat-input-element {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px; }

.select-calendar {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #a4c3e2;
  background: #f4f4f4;
  border-radius: 2px;
  padding: 1px 0px; }

.select-calendar .mat-form-field {
  background-image: none; }

.select-calendar span label span {
  line-height: 30px; }

.form-group .form-control input.fill-bg, .form-control select.fill-bg,
.form-control textarea.fill-bg, .edit-form .phn-select.fill-bg,
.form-control .fill-bg.select-list,
.form-group .form-control .phn-select.fill-bg {
  border: 1px solid #a4c3e2;
  background: #f4f4f4; }

.form-group .form-control .phn-select.fill-bg .phn-num input {
  background: #f4f4f4; }

/*no data found start*/
.no-record-found {
  padding: 20px;
  text-align: center; }

.no-record-found img {
  width: 220px;
  height: 100%;
  margin: 50px auto 0 0; }

.no-record-found p {
  width: 80%;
  margin: auto; }

/*no data found end*/
/*navbar style*/
nav.navbar.topbar.navbar-expand-sm {
  height: 60px;
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  /* background: #fff; */
  z-index: 9; }

.topbar .topbar-left {
  color: #fff;
  text-align: center;
  height: 60px;
  /* background: #fff; */
  /* border-right: 1px solid #f7f7f7; */
  /* box-shadow: inset 0 -3px 11px -7px #b5b2b2; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 206px; }

.topbar-right {
  height: 60px;
  padding: 0px 15px;
  align-items: center; }

.topbar-right .right-bar {
  padding: 6px 0px;
  position: relative; }

li.mob-menu {
  display: none; }

.topbar-right .right-bar .pro-img img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #fff; }

.topbar-right .right-bar .profile-link {
  color: #fff;
  padding: 0px 0px 0px 10px;
  display: inline-flex;
  align-items: center; }

.topbar-right .right-bar .profile-link .pro-img {
  padding: 2px 7px; }

.topbar-right .right-bar .noti-link {
  padding: 9px; }

.topbar-right .dropdown-toggle::after {
  content: none; }

.topbar .navbar-nav .dropdown-menu-right:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.04); }

.topbar {
  height: 60px;
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  background: #4A4A4A;
  z-index: 1000;
  box-shadow: 0px 3px 10px #ddd; }

.topbar-right .right-bar .profile-link .profile-name {
  font-size: 14px;
  font-weight: 600;
  padding-right: 5px;
  color: #192453; }

.topbar-right .right-bar .profile-link .profile-design {
  font-size: 12px;
  margin-bottom: 0px; }

.topbar .navbar-nav .dropdown-menu-right {
  right: 30px;
  left: auto;
  min-width: 165px;
  padding: 0px; }

.drop-menu {
  border: 0 !important;
  box-shadow: 0px 0px 10px 0px rgba(188, 190, 193, 0.8196078431); }

.drop-menu .dropdown-item:focus, .dropdown-item:hover {
  color: #333;
  text-decoration: none;
  background-color: none !important; }

.drop-menu .dropdown-divider {
  border-top: 1px solid #ebebeb; }

.topbar .navbar-nav .dropdown-menu-left {
  right: 0;
  top: 58px;
  left: auto;
  width: 300px;
  padding: 0px; }

.text-menu-left {
  font-size: 12 !important;
  color: #ddd !important;
  font-weight: 400;
  margin-bottom: 0px; }

.list-of-users-common {
  margin: 15px 0; }

.navbar-expand-sm .navbar-nav .dropdown-menu a:first-child {
  border-radius: 4px 4px 0 0; }

.navbar-expand-sm .navbar-nav .dropdown-menu a {
  padding: 10px 15px 8px 10px;
  box-shadow: 0px 0px 1px 0px #cec8c8;
  font-size: 13px; }

.navbar-expand-sm .navbar-nav .dropdown-menu a:last-child {
  border-radius: 0 0 4px 4px;
  width: 100%;
  font-size: 14px;
  margin-right: 0;
  cursor: pointer; }

.navbar-expand-sm .navbar-nav .dropdown-menu a:last-child:hover {
  color: #1a86c8 !important; }

a.navbar-brand.topbar-left img {
  width: 123px; }

a.navbar-brand.topbar-left span {
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 7px;
  color: #50a8db; }

a.navbar-brand.topbar-left span strong {
  font-weight: 400;
  color: grey; }

/*end navbar*/
.perfect-scrollbar {
  max-height: 100vh;
  height: calc(100vh - 60px);
  width: 250px !important;
  position: fixed;
  transition: width 0.25s ease, background 0.25s ease;
  box-shadow: 0 9px 7px 2px #e0e0e0;
  -moz-box-shadow: 0 9px 7px 2px #e0e0e0;
  background: white;
  padding: 0;
  z-index: 11;
  top: 60px;
  transform: translateX(0px);
  transition: all .7s ease-in; }

.perfect-scrollbar.open-slide {
  transform: translateX(-240px);
  transition: all .7s ease-in; }

/*sidebar begins*/
.overlay-mob-menu.active {
  background: rgba(0, 0, 0, 0.56);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  cursor: pointer;
  transition: .1s; }

span.text-img svg, span.text-img img {
  width: 20px;
  height: 22px; }

span.menu-title {
  font-size: 13px;
  padding-left: 15px; }

nav.navbar.topbar.navbar-expand-sm .text-img {
  padding: 20px 12px 23px 12px;
  background: #4388c8; }

span.text-img svg path, span.text-img svg rect {
  fill: #fff; }

.sidebar .sidebar-nav .side-item.active .side-link .text-img, .sidebar .sidebar-nav .side-item:hover .side-link .text-img {
  background: #4388c8d6; }

.sidebar .sidebar-nav .side-item.active .side-link .text-img svg path, .sidebar .sidebar-nav .side-item:hover .side-link .text-img svg path {
  fill: #fff; }

.body-wrapper {
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px; }

.sidebar {
  min-height: calc(96vh - 60px);
  padding: 0;
  width: 250px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease; }

.sidebar .sidebar-nav .side-item {
  padding: 0px 0px;
  transition: 0.3s;
  position: relative;
  box-shadow: none;
  display: flex;
  flex-direction: row; }

.sidebar .sidebar-nav .side-item .side-link {
  font-size: 13px;
  text-decoration: none;
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 !important;
  box-shadow: 38px 0 1px 0 rgba(0, 0, 0, 0.13); }

.sidebar .sidebar-nav .side-item:hover .side-link {
  color: #4dabd3; }

.perfect-scrollbar:before {
  content: '';
  width: 50px;
  height: 100vh;
  background: #36a1d7;
  position: absolute;
  left: -6px; }

/*.sidebar .sidebar-nav .side-item .side-link.active
{
   color: #f09d1c;
   font-weight: 700;
   font-size:15px; 
}*/
.side-link svg path.active {
  fill: #f09d1c; }

.sidebar .sidebar-nav .side-item .side-link .text-img {
  display: inherit;
  text-align: center;
  padding: 20px 12px 20px 12px;
  outline: none;
  background: #4388c8; }

.sidebar li.nav-item.side-item.active .text-img svg path,
.sidebar li.nav-item.side-item:hover .text-img svg path {
  fill: #4dabd3; }

.sidebar i.material-icons {
  font-size: 1.125rem; }

.sidebar .sidebar-nav .side-item:hover, .sidebar .sidebar-nav .side-item.active {
  background: #edeeee; }

.sidebar .sidebar-nav .side-item:hover span.menu-title, .sidebar .sidebar-nav .side-item.active span.menu-title {
  font-weight: 400;
  color: #36a1d7; }

.sidebar .sidebar-nav .side-item.active span.menu-title {
  font-weight: 600; }

/*end sidebar */
/*Button Color*/
/*text color*/
/*login 2 style start*/
.mylogin2 {
  background: #f4f6f8; }
  .mylogin2 .login-container {
    position: relative;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    .mylogin2 .login-container .inner-login {
      display: inline-flex;
      width: 100%;
      align-items: center;
      justify-content: center; }
    .mylogin2 .login-container .inner-login:before {
      content: "";
      width: 100%;
      position: absolute;
      height: 100vh;
      right: 0;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3098039216);
      z-index: 0;
      top: 0;
      background-size: cover;
      background-position: bottom right;
      display: none; }
    .mylogin2 .login-container .sign-in {
      background: rgba(26, 136, 200, 0.83);
      background-size: cover;
      width: 100%;
      height: 100vh;
      z-index: 9;
      display: flex;
      align-items: center;
      flex: 1 1 100%; }
      .mylogin2 .login-container .sign-in .sign-inner {
        width: 35%;
        margin: 0 auto;
        background: transparent;
        padding: 30px;
        z-index: 9;
        border-radius: 2px; }
      .mylogin2 .login-container .sign-in .login-img {
        width: 100%;
        height: auto;
        margin: 10px 0 10px 0;
        text-align: left; }
        .mylogin2 .login-container .sign-in .login-img.text-align {
          text-align: center; }
          .mylogin2 .login-container .sign-in .login-img.text-align h1 {
            margin-bottom: 5px; }
      .mylogin2 .login-container .sign-in .login-logo {
        text-align: center;
        margin-bottom: 10px;
        position: relative; }
      .mylogin2 .login-container .sign-in form {
        width: 100%; }
        .mylogin2 .login-container .sign-in form a {
          font-size: 14px;
          color: #606577;
          position: absolute;
          right: 0;
          bottom: 4px;
          cursor: pointer;
          transition: 0.3s; }
          .mylogin2 .login-container .sign-in form a:hover {
            color: #3b80b2; }
        .mylogin2 .login-container .sign-in form p {
          font-size: 14px;
          position: absolute;
          left: 0px;
          width: 100%;
          font-weight: 300;
          bottom: -10%;
          text-align: center; }
          .mylogin2 .login-container .sign-in form p strong {
            color: #fff;
            cursor: pointer;
            transition: 0.3s; }
            .mylogin2 .login-container .sign-in form p strong:hover {
              text-decoration: underline; }
      .mylogin2 .login-container .sign-in input::placeholder {
        color: #829ab0; }
      .mylogin2 .login-container .sign-in h1 {
        color: #36a1d7;
        font-size: 26px;
        text-align: center;
        flex: 1 100%;
        line-height: 24px;
        margin: 20px 0 10px 0;
        font-family: 'SourceSansPro-Bold','Roboto', "Helvetica Neue", sans-serif; }
      .mylogin2 .login-container .sign-in p {
        color: #4a4a4a;
        font-weight: 400;
        flex: 1 100%;
        margin: 0 0px 25px 0;
        font-size: 16px;
        text-align: center; }
      .mylogin2 .login-container .sign-in .align-pro {
        text-align: center;
        width: 100%;
        margin: 35px 0px 30px 0; }
        .mylogin2 .login-container .sign-in .align-pro a {
          padding: 0 25px;
          font-size: 13px;
          color: #606577; }
        .mylogin2 .login-container .sign-in .align-pro button {
          padding: 8px 50px;
          min-width: 200px;
          font-size: 14px;
          background: #6ac185; }

.bg_shape {
  position: absolute;
  background-color: #1a86c8;
  width: 1100px;
  height: 1775px;
  display: block;
  border-radius: 120px;
  z-index: 1; }

.bg_shape.shape_one {
  right: -650px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-43deg);
  top: 0;
  width: 80%; }

.bg_shape.shape_two {
  left: -700px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-43deg);
  top: -1220px;
  width: 60%; }

.login input.form-control {
  padding-left: 30px; }

.login input:focus {
  outline: none;
  box-shadow: none; }

.inner-login {
  /* background: url(/assets/images/login-stethio.png) no-repeat; */
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 0 0px;
  z-index: 0;
  display: flex;
  align-items: center; }

.mylogin2 .login-container .lef-side .logo {
  display: none; }

.login-img .form-control .select-list {
  border: 1px solid #a4c3e2; }

.login-img .form-control {
  margin-bottom: 26px; }

.login-theme {
  background: #fff;
  padding: 20px;
  border-radius: 2px; }

span.bg-user {
  position: relative; }

span.bg-user svg {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto; }

span.bg-user input {
  padding: 10px 10px 10px 35px;
  border: 1px solid #a4c3e2; }

.check-box.checkbox.login-checkbox .cbx span:first-child {
  min-width: 15px;
  min-height: 15px;
  border-radius: 2px;
  margin-right: 10px; }

.check-box.checkbox.login-checkbox .cbx span:first-child svg {
  width: 11px; }

.check-box.checkbox.login-checkbox {
  padding: 8px 0 0 0; }

.pswd-chk svg path {
  fill: #a0a0a0; }

.mylogin2 .login-container .sign-in h1.forget {
  font-size: 20px; }

.mylogin2 .form .form-control label, .mylogin2 .check-box.checkbox label.cbx {
  font-size: 14px; }

ul.user-card {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: wrap; }

ul.user-card li {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.24);
  background: #fff;
  border-radius: 4px;
  width: 23%;
  margin: 8px 0;
  outline: 0;
  min-width: 23%;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 15px; }

.card-head img {
  width: 25px;
  height: 25px;
  border-radius: 100%; }

.user-name h3 {
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
  color: #fff; }

.user-name p {
  color: #4A4A4A;
  font-size: 12px;
  margin: 0;
  color: #4A4A4A;
  font-weight: 500; }

.card-head {
  display: flex;
  background: #36a1d7;
  padding: 10px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0; }

.user-name p {
  display: none; }

.user-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap; }

.user-name p span {
  font-weight: 400;
  color: #5d5d5d; }

.user-card .card-body {
  padding: 10px 10px;
  border-radius: 0 0 4px 4px; }

.card-body p {
  margin: 0;
  font-size: 13px;
  position: relative;
  padding: 4px 0 4px 25px;
  position: relative;
  word-break: break-all;
  color: #4a4a4a; }

.card-body p span {
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 0; }

.card-head ul {
  position: absolute;
  right: 0;
  display: flex;
  top: 0;
  align-items: center; }

.card-body p span img {
  width: 14px; }

.card-head ul li {
  background: transparent;
  box-shadow: none; }

.card-head li.edit-cls button svg path,
.card-head li.delete-cls button svg path {
  fill: #606577; }

.card-head ul li.edit-cls {
  margin-left: 7px; }

/*user card end*/
.form.form-split-two .current-user-img.form-control {
  width: 100%; }

.form.form-split-two .current-user-img.form-control img {
  width: 90px;
  height: 90px;
  border-radius: 100%; }

.patient-list .page-detail-li h4, .nursing-home-details h3 {
  color: #36a1d7;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px; }

.patient-list .page-detail-li h4:after, .nursing-home-details h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #36a1d7;
  width: 60px;
  height: 3px;
  border-radius: 15px; }

.patient-list .head-title.page-detail-li.page-head-text {
  margin-bottom: 0px;
  justify-content: initial; }

section.patient-list, .patient-list .custom-comm-table .custom-table-head .custom-table-head-row {
  background: #e1f4ff;
  padding: 0 7px; }

section.common-section.patient-list {
  background: #f4f6f8;
  padding: 0; }

section.patient-list .table thead th {
  color: #4a4a4a;
  font-weight: 400; }

section.patient-list .custom-table-head-row {
  box-shadow: none; }

section.patient-list .custom-table-space table {
  padding: 10px 0; }

section.common-section.patient-list .add-btn {
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 5px; }

section.patient-list .custom-search-form {
  margin-bottom: 5px; }

section.patient-list .ix-nav-bills.nav-pills .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0px !important; }

section.patient-list .ix-nav-bills.nav-pills .nav-item:last-child .nav-link {
  border-bottom-right-radius: 0px !important; }

section.patient-list ul.ix-nav-bills.nav.nav-fill.nav-pills {
  border-radius: 7px 7px 0 0 !important; }

section.patient-list .ix-nav-bills.nav-pills .nav-link, section.patient-list .ix-nav-bills.nav-pills .show > .nav-link {
  padding: 12px 30px; }

section.patient-list .ix-nav-bills.nav-pills .nav-link.active:after, section.patient-list .ix-nav-bills.nav-pills .show > .nav-link:after {
  width: 100%; }

.nursing-home-details h3 {
  margin-top: 0; }

.nursing-home-details h3 {
  color: #36a1d7;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px; }

.nursing-home-details h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #36a1d7;
  width: 60px;
  height: 3px;
  border-radius: 15px; }

.nursing-home-details {
  width: 100%; }

.nursing-home-details ul li label {
  color: #4a4a4a;
  margin-bottom: 0;
  font-weight: 400; }

.nursing-home-details ul li u {
  cursor: pointer; }

.nursing-home-details h3 {
  color: #36a1d7;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px; }

.nursing-home-details h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #36a1d7;
  width: 60px;
  height: 3px;
  border-radius: 15px; }

.nursing-home-details ul {
  display: flex;
  align-items: center;
  color: #4a4a4a;
  font-size: 13px; }

.nursing-home-details ul li {
  width: 30%;
  color: #000;
  font-weight: 600; }

.bottom-bots {
  margin-bottom: 30px;
  position: relative; }

.bottom-bots:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #979797; }

.bottom-bots:after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -1px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #979797; }

.nursing-home-details ul li:last-child p {
  margin-bottom: 0;
  background: #4286c8;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  margin-left: 20px; }

.nursing-home-details ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.patient-exam-list.nursing-home-details ul {
  border: 1px solid #a4c3e2;
  padding: 5px 15px;
  border-radius: 3px;
  margin-bottom: 5px; }

.patient-exam-list.nursing-home-details ul li {
  width: 25%; }

.nursing-home-details h5 {
  font-size: 14px;
  color: #6ac185;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%; }

.patient-exam-list.nursing-home-details h3 {
  margin-top: 25px; }

.form.form-split-two .form-group.bottom-bots:before {
  bottom: -15px; }

.form.form-split-two .form-group.bottom-bots:after {
  bottom: -19px; }

.bottom-bots.nursing-home-details.profile-details {
  margin-top: 20px; }

.bottom-bots.nursing-home-details.profile-details ul li {
  padding: 0px 15px;
  border: 1px solid #36a1d7;
  width: 24%;
  margin-right: 30px;
  min-height: 200px;
  border-radius: 3px;
  display: block; }

.four-list {
  display: block;
  width: 100%; }

.bottom-bots.nursing-home-details.profile-details ul {
  align-items: flex-start;
  margin-bottom: 25px; }

.four-list p {
  margin-bottom: 0;
  margin-left: 12px; }

.four-list strong {
  padding-right: 5px; }

.bottom-bots.nursing-home-details.profile-details ul li:last-child p {
  width: 100%;
  background: transparent;
  height: 100%;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 12px;
  line-height: initial; }

.nursing-home-details .check-box.checkbox {
  padding: 12px;
  border: 1px solid #a4c3e2;
  border-radius: 3px;
  margin-bottom: 5px; }

.nursing-home-details .four-list .check-box.checkbox {
  border: 0;
  margin-bottom: 0;
  padding: 0 0 15px 0; }

.form.form-split-two .form-control.select-form {
  width: 100%;
  margin-bottom: 0; }

.form.form-split-two .form-control.select-form img {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto; }

.form.form-split-two .form-control.select-form input {
  margin-top: 0;
  padding: 12px;
  border: 1px solid #a4c3e2; }

.drop-list {
  width: 100%;
  position: absolute;
  background: #fff;
  top: 73px;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0 0 6px #d1d1d1; }

.drop-list ul li {
  padding: 8px 10px;
  font-size: 13px;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  width: 100%; }

.drop-list ul {
  margin-bottom: 0;
  height: 140px;
  display: block; }

.drop-list ul li:hover {
  color: #36a1d7; }

.drop-list ul li:before {
  content: '';
  width: 0px;
  height: 100%;
  background: #36a1d7;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s; }

.drop-list ul li:hover:before {
  width: 3px; }

.drop-list:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.04); }

.form.form-split-two .form-control.select-form .drop-list {
  top: 50px; }

.drop-list ul li .check-box.checkbox {
  border: 0; }

.drop-list ul li:last-child {
  display: block; }

.drop-list ul.ftr-right-bx {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: flex-end; }

.drop-list ul.ftr-right-bx li {
  width: auto; }

.nursing-home-details h4 {
  color: #36a1d7;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 20px 12px 0 0px; }

.nursing-home-details h4 span {
  border-bottom: 1px solid #a5deff; }

.form-control.select-form .drop-list ul li:before {
  display: none; }

.device-table h5 {
  color: #36a1d7;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px; }

.device-table .ix-nav-bills.nav-pills .nav-link {
  padding: 10px 20px; }

.divice-count {
  padding: 15px;
  padding-left: 0 !important; }

.device-table .custom-table-space table {
  margin-bottom: 0;
  width: 100%;
  border-spacing: 0 2px; }

.device-table .community-name-hold p {
  width: 100%; }

.device-table .custom-table-body-row {
  background: #f5f5f5; }

.device-table .table-perfect-scroll {
  height: 320px; }

/* .device-table .table-text-para {
  font-size: 12px; } */

.device-table .custom-comm-table .custom-table-head .custom-table-head-row th {
  font-size: 13px;
  padding: 8px 10px;
  width: 50%; }

.device-table tbody.custom-table-body.tran-tab-body.custom-table-body-one tr td {
  width: 20%; }

.divice-count.last-orders {
  padding-right: 0 !important; }

.divice-count .device-table {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px; }

p.table-text-para button {
  background: #d0ffdf;
  border: 1px solid rgba(96, 101, 119, 0.19);
  border-radius: 2px;
  font-size: 12px;
  color: #000000;
  min-width: 90px;
  padding: 3px 0; }

p.table-text-para button.transit {
  background: #ebf8ff; }

.device-table .custom-table-body-row td {
  width: 90%; }

.divice-count.last-orders .custom-comm-table .custom-table-head .custom-table-head-row th {
  width: 20%; }
