/* You can add global styles to this file, and also import other style files */
/* ================================================== */
/* 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%;
  font: inherit;
  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; }

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; }

/**
 * 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; }

/*login 2 style start*/
.mylogin2 {
  background: #ab1c48; }
  .mylogin2 .top-right-gradient {
    position: absolute;
    top: -50%;
    right: 20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: linear-gradient(#ff7497, #ff2e63);
    z-index: 1; }
  .mylogin2 .bottom-left-gradient {
    position: absolute;
    bottom: -50px;
    left: -9%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(#75dab5, #5bffbb); }
  .mylogin2 .login-container {
    position: relative;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    background: url(../../../assets/images/header.jpg) no-repeat;
    background-size: cover;
    background-position: 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;
      background: rgba(0, 0, 0, 0.3019607843); }
    .mylogin2 .login-container .sign-in {
      background: transparent;
      width: 33%;
      height: 70vh;
      position: absolute;
      top: 15%;
      padding: 10px;
      right: 6%;
      border-radius: 2px 0 0 2px;
      z-index: 9;
      display: flex;
      align-items: center; }
      .mylogin2 .login-container .sign-in .sign-inner {
        width: 90%;
        margin: 0 auto; }
      .mylogin2 .login-container .sign-in .login-img {
        width: 100%;
        height: auto;
        margin: 10px 0 20px 0;
        text-align: center; }
        .mylogin2 .login-container .sign-in .login-img img {
          width: 200px;
          height: auto;
          border-radius: 5px; }
      .mylogin2 .login-container .sign-in form {
        width: 100%; }
        .mylogin2 .login-container .sign-in form a {
          font-size: 13px;
          color: #fff;
          padding: 0px 15px; }
        .mylogin2 .login-container .sign-in form p {
          font-size: 13px;
          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 form .error-msg {
          position: absolute;
          bottom: 9px;
          font-size: 13px;
          color: #222123; }
      .mylogin2 .login-container .sign-in input::placeholder {
        color: #fff; }
      .mylogin2 .login-container .sign-in .create-account {
        position: absolute;
        bottom: -45px;
        color: #ddd;
        font-weight: 400;
        width: 100%;
        font-size: 12px;
        text-align: center; }
        .mylogin2 .login-container .sign-in .create-account a {
          color: #66ccff; }
      .mylogin2 .login-container .sign-in h1 {
        font-weight: 300;
        color: #fff;
        font-size: 28px;
        margin-bottom: 0;
        flex: 1 100%; }
      .mylogin2 .login-container .sign-in p {
        font-size: 30px;
        color: #c7c7c7;
        font-weight: 500;
        flex: 1 100%; }
      .mylogin2 .login-container .sign-in .form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
        border-radius: 0;
        padding: 6px 0;
        margin: 0 0 30px;
        font-size: 14px;
        color: #fff;
        outline: none; }
        .mylogin2 .login-container .sign-in .form-control :focus {
          background-color: transparent;
          outline: 0;
          border-bottom: 1px solid #fff;
          outline: none;
          box-shadow: none; }
        .mylogin2 .login-container .sign-in .form-control ::placeholder {
          color: #fff; }
      .mylogin2 .login-container .sign-in .align-pro {
        text-align: right;
        width: 100%;
        margin: 0 15px; }
        .mylogin2 .login-container .sign-in .align-pro a {
          padding: 0 25px;
          font-size: 13px;
          color: #5b5b5b; }
        .mylogin2 .login-container .sign-in .align-pro button {
          border: none;
          outline: none;
          color: #ab1c48;
          font-size: 13px;
          padding: 12px 35px;
          box-shadow: none;
          background: linear-gradient(to right, #d0bdc8 0%, #efebec 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cb5b', endColorstr='#769c27', GradientType=1); }
          .mylogin2 .login-container .sign-in .align-pro button :focus {
            box-shadow: none; }
    .mylogin2 .login-container .sign-in.sign-up, .mylogin2 .login-container .sign-in.frgt-pswd {
      display: none; }
    .mylogin2 .login-container .lef-side {
      width: 50%;
      position: absolute;
      left: 8%;
      top: 2%;
      padding: 80px 250px 50px 0px;
      height: auto;
      min-height: 55vh;
      border-radius: 2px;
      display: flex;
      align-items: center;
      z-index: 1; }
      .mylogin2 .login-container .lef-side .left-inner {
        width: 100%; }
      .mylogin2 .login-container .lef-side h1 {
        font-weight: 300;
        color: #4582c0;
        font-size: 28px;
        flex: 1 100%;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 0; }
      .mylogin2 .login-container .lef-side .welcome-user {
        font-size: 25px;
        text-align: left;
        color: #4582c0;
        font-weight: 500;
        flex: 1 100%;
        margin: 0 0 50px 0; }
      .mylogin2 .login-container .lef-side .logo {
        display: flex;
        align-items: center;
        flex: 1 100%;
        margin-bottom: 0px; }
        .mylogin2 .login-container .lef-side .logo svg {
          width: 28px;
          height: 28px; }
          .mylogin2 .login-container .lef-side .logo svg path {
            fill: #66ccff; }
        .mylogin2 .login-container .lef-side .logo img {
          width: 35%; }
        .mylogin2 .login-container .lef-side .logo span {
          color: #0a58a7;
          font-weight: 600;
          font-size: 40px;
          padding: 0 10px; }
      .mylogin2 .login-container .lef-side h3 {
        font-size: 24px;
        color: #66ccff;
        font-weight: 400;
        text-align: center;
        flex: 1 100%; }
      .mylogin2 .login-container .lef-side p {
        color: #224c61;
        font-weight: 300;
        font-size: 13px;
        flex: 1 100%;
        margin-top: 40px; }
      .mylogin2 .login-container .lef-side .email-us {
        text-align: left;
        width: 100%;
        display: table; }
        .mylogin2 .login-container .lef-side .email-us button {
          background: transparent;
          color: #0b5cae;
          outline: none;
          font-size: 13px;
          padding: 8px 20px;
          border-radius: 3px;
          border: 1px solid #0b5cae;
          flex: 1 100%;
          cursor: pointer; }

/*login2 style end*/
.mylogin2.frgt-pswd .login-container .sign-in, .mylogin2.frgt-pswd .login-container .frgt-pswd {
  display: block; }
  .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd {
    display: block;
    position: relative; }
    .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd h1, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd h1 {
      margin-bottom: 30px; }
    .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd .back-btn svg, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd .back-btn svg {
      width: 24px;
      height: 24px;
      position: absolute;
      top: -25%;
      left: 0;
      transition: 0.3s;
      cursor: pointer; }
      .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd .back-btn svg path, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd .back-btn svg path {
        fill: #00ffcc; }
      .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd .back-btn svg:hover, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd .back-btn svg:hover {
        left: 3%; }
        .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd .back-btn svg:hover path, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd .back-btn svg:hover path {
          fill: #fff; }
    .mylogin2.frgt-pswd .login-container .sign-in form.frgt-pswd .align-pro, .mylogin2.frgt-pswd .login-container .frgt-pswd form.frgt-pswd .align-pro {
      text-align: left; }
.mylogin2.frgt-pswd .login-container .inner-login .sign-in.index, .mylogin2.frgt-pswd .login-container .inner-login .sign-in.sign-up {
  display: none; }

.mylogin2.signup .login-container .sign-in.sign-up {
  display: block;
  top: 2%; }
  .mylogin2.signup .login-container .sign-in.sign-up form.sign-up {
    display: block; }
    .mylogin2.signup .login-container .sign-in.sign-up form.sign-up h1 {
      margin-bottom: 30px; }
    .mylogin2.signup .login-container .sign-in.sign-up form.sign-up p.create-account.exist-acc {
      position: unset;
      padding: 4px 0; }
      .mylogin2.signup .login-container .sign-in.sign-up form.sign-up p.create-account.exist-acc a {
        position: unset;
        padding: 0;
        color: #3967cc; }
        .mylogin2.signup .login-container .sign-in.sign-up form.sign-up p.create-account.exist-acc a:hover {
          text-decoration: underline; }
.mylogin2.signup .login-container .inner-login .sign-in.index, .mylogin2.signup .login-container .inner-login .sign-in.frgt-pswd {
  display: none; }
.mylogin2.signup .login-container .align-pro {
  text-align: left; }

@font-face {
  font-family: 'SFUITextRegular';
  src: url("/../assets/fonts/SFUITextRegular.eot");
  src: url("/../assets/fonts/SFUITextRegular.eot") format("embedded-opentype"), url("/../assets/fonts/SFUITextRegular.woff2") format("woff2"), url("/../assets/fonts/SFUITextRegular.woff") format("woff"), url("/../assets/fonts/SFUITextRegular.ttf") format("truetype"), url("/../assets/fonts/SFUITextRegular.svg#SFUITextRegular") format("svg"); }
@font-face {
  font-family: 'SFUITextBold';
  src: url("/../assets/fonts/SFUITextBold.eot");
  src: url("/../assets/fonts/SFUITextBold.eot") format("embedded-opentype"), url("/../assets/fonts/SFUITextBold.woff2") format("woff2"), url("/../assets/fonts/SFUITextBold.woff") format("woff"), url("/../assets/fonts/SFUITextBold.ttf") format("truetype"), url("/../assets/fonts/SFUITextBold.svg#SFUITextBold") format("svg"); }
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: #fff;
  text-fill-color: #fff; }

body {
  font-family: 'SFUITextRegular', sans-serif !important; }

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

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

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

.main-panel {
  width: calc(100% - 150px);
  margin-left: 150px;
  display: inline-block;
  padding: 30px !important;
  background: #f7f8fa; }

.btn.btn-primary {
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  padding: 12px 35px;
  box-shadow: none;
  background: linear-gradient(to right, #ab1b48 0%, #b7365e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cb5b', endColorstr='#769c27', GradientType=1); }

.btn.btn-secondary {
  padding: 12px 30px !important; }
