/* You can add global styles to this file, and also import other style files */
/*
CSS Author: Praveen.G
Date:15:10: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;
  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 */
  /* 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;
  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;
  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;
  transform-origin: 0 0;
  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;
  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 10px;
  border-collapse: collapse;
}

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

.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;
  box-shadow: 0 0 2px #d2d2d2;
  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;
}

.custom-table-body-row td {
  vertical-align: middle !important;
  padding: 7px 15px;
  cursor: auto;
}

.table-text {
  font-weight: 400;
  color: #646464;
  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: #4D687E;
}

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

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

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

.resp-label {
  display: none;
}

/*Button Color*/
/*text color*/
/*navbar style*/
nav.navbar.topbar.navbar-expand-sm {
  height: 60px;
  padding: 0px 25px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 140;
  display: inline-flex;
  justify-content: space-between;
  top: 0px;
}

.topbar .topbar-left {
  color: #fff;
  text-align: center;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  transition: all .5s ease-in;
  position: relative;
  padding: 0;
}

.side-toggle-open .logo-hide {
  transition: width .5s ease, visibility 500ms;
  visibility: hidden;
  display: none;
}

.toggle-logo {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.side-toggle-open .topbar .toggle-logo {
  width: 60%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity .7s ease-in, height 0.1s ease-in, width 0.5s ease-in;
}

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

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

.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: #000;
  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;
  padding-right: 12px !important;
}

.topbar-right .right-bar .noti-link span {
  cursor: pointer;
}

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

.topbar-right .right-bar .down-img img {
  width: 9px;
  height: 9px;
  transform: rotate(0deg);
  transition: all .25s ease-in;
}

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

.topbar-right .right-bar .profile-link .profile-name {
  font-size: 13px;
  font-weight: 500;
  padding-right: 5px;
  color: #000;
}

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

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

.topbar-right .right-bar .pass-img {
  padding-right: 10px;
}

.topbar-right .right-bar .pass-img img {
  width: 16px;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 17rem;
  padding: .5rem 0;
  margin: 0 0;
  font-size: 12px;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E8EFF4;
  border-radius: .25rem;
  border-top: 4px solid #ff0000;
  box-shadow: 0px 0px 10px 0px #e3e9f9;
  padding: 4px 0px !important;
}

.drop-menu .drop-profile {
  font-size: 15px;
  color: #274a92;
  font-weight: 500;
  padding: 10px 10px;
  margin-bottom: 0px;
}

.notif-align {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8EFF4;
  justify-content: space-between;
}

label.notif-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #274a92;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 0px 10px;
  text-decoration: underline;
}

.notify-list.dropdown-item.drop-item.notif-left {
  padding: 10px;
}

.notif-inner {
  margin: 0;
  display: block;
}

.notif-duration {
  width: 100%;
  font-size: 12px;
  color: #a7a5a5;
}

label.notif-label:hover {
  text-decoration: none;
}

.inner-notif-label {
  white-space: normal;
  word-break: break-word;
  width: 100%;
  display: block;
  font-size: 13px;
  margin: 0;
}

.notif-detail {
  text-decoration: underline;
  transition: 0.3s ease;
  cursor: pointer;
}

.notif-detail:hover {
  color: #1E4A92;
  text-decoration: none;
}

.drop-item {
  display: block;
  width: 100%;
  padding: 0px;
  clear: both;
  font-weight: 400;
  color: #646464 !important;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  white-space: normal;
  cursor: pointer;
}

.drop-item .drop-img img {
  width: 16px;
  height: 16px;
}

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

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

.topbar .navbar-nav .dropdown-menu-left {
  right: 3px;
  top: 50px;
  left: auto;
  width: 310px;
  padding: 0px;
}

.text-menu-left {
  font-size: 12 !important;
  color: #E8EFF4 !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:last-child {
  border-radius: 0 0 4px 4px;
  width: 100%;
  font-size: 14px;
  margin-right: 0;
}

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

/*end navbar*/
/*notification style start*/
.dropdown-menu.drop-menu.dropdown-menu-left.navbar-dropdown.show::before,
.dropdown-menu.drop-menu.dropdown-menu-right.navbar-dropdown.show::before,
.dropdown-menu.filter-chioce.show:after {
  position: absolute;
  content: '';
  top: -8px;
  right: 16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  opacity: 1;
  transform: rotate(180deg);
}

.topbar-right .noti-count {
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  height: 14px;
  font-size: 8px;
  color: #fff;
  background: #4fadf2;
  border-radius: 22px;
  border: 1px solid #fff;
  text-align: center;
  padding: 1px 4px;
  min-width: 13px;
  display: inline-flex;
  align-items: center;
}

.noti-scroll {
  display: block;
  max-height: 200px;
  overflow-y: auto;
}

.noti-left {
  font-size: 13px !important;
  color: #000 !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
}

a.dropdown-item.drop-item.noti-left {
  display: flex;
}

a.dropdown-item.drop-item.noti-left .not-prfl {
  width: 15%;
}

a.dropdown-item.drop-item.noti-left .cntn {
  width: 85%;
  margin-left: 8px;
  overflow: hidden;
}

.not-prfl img {
  width: 35px;
  height: 35px;
}

a.dropdown-item.drop-item.noti-left .cntn h5 {
  font-size: 13px;
  margin: 0;
  position: relative;
}

a.dropdown-item.drop-item.noti-left .cntn h5 span {
  white-space: normal;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 3px;
}

.notify-list {
  max-height: 230px;
  margin: 0;
  font-size: .858rem;
  border-radius: 0;
  overflow: hidden;
  overflow-y: auto;
}

.notify-list::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.notify-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f6f8;
}

.notify-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.09);
  border-radius: 0;
}

.all-button {
  float: right;
  width: 50%;
  margin-right: -15px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding: 7px 15px !important;
}

/*notification style end*/
.main-menu label.home-lb {
  margin: 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  margin-right: 0px;
  transition: 0.3s;
  padding: 5px 15px;
  font-weight: 400;
  position: relative;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 3px;
}

.main-menu label.home-lb.active {
  border: 1px solid #00ADF2;
  border-radius: 3px;
  background: #163C7A;
}

.main-menu label.home-lb span {
  display: none;
}

.main-menu label.home-lb.active span {
  display: block;
  position: absolute;
  top: -1px;
  width: 30px;
  left: 0px;
  right: 0;
  margin: auto;
  height: 1px;
  background: #163c79;
  animation: animate 1s linear forwards;
}

.main-menu label.home-lb.active span:before, .main-menu label.home-lb.active span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid #00adf1;
  border-radius: 50%;
  top: -3px;
  background: #1e4a92;
  left: 0;
}

.main-menu label.home-lb.active span:after {
  right: 0;
  left: initial;
  width: 6px;
  height: 6px;
  top: -2px;
}

@keyframes animate {
  0% {
    width: 0;
  }
  50% {
    width: 15px;
  }
  100% {
    width: 30px;
  }
}

span.nav-link.slide-toggle {
  padding: 0;
  border-right: 1px solid #ddd;
  width: 100px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

span.nav-link.slide-toggle svg {
  width: 100%;
  height: 60px;
}

perfect-scrollbar#sidebar-ps {
  max-height: 100vh;
  height: calc(100vh - 60px);
  width: 100px !important;
  position: fixed;
  box-shadow: 0 9px 7px 2px #e0e0e0;
  -moz-box-shadow: 0 9px 7px 2px #e0e0e0;
  background: #fff;
  padding: 0;
  z-index: 11;
  top: 60px;
  transform: translateX(0px);
  transition: all .5s ease-in;
}

.side-toggle-open perfect-scrollbar#sidebar-ps.open-slide {
  transform: translateX(-10000px);
  width: 0px !important;
  transition: all .5s 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;
}

.cms-toggle-open .overlay-mob-menu.active {
  background: rgba(255, 255, 255, 0.1);
}

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

span.menu-title {
  font-size: 13px;
  opacity: 1;
  transition: all .5s ease-in;
}

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

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

.sidebar h6 {
  font-size: 15px;
  color: #00a2ea;
  padding: 10px 0px 0px;
  text-align: left;
  display: flex;
  align-items: center;
  width: 75%;
  margin: auto;
  transition: all .7s ease-in;
}

.side-toggle-open .sidebar h6 {
  padding: 10px 0px 0px;
  display: flex;
  align-items: center;
  transition: all .7s ease-in;
  width: 50%;
}

.sidebar .sidebar-nav .side-item {
  padding: 0px 0px;
  transition: 0.3s;
  position: relative;
  box-shadow: none;
  border-top: 1px solid #eaeaea;
}

.sidebar .sidebar-nav .side-item .side-link {
  font-size: 12px;
  text-decoration: none;
  color: #4f4c4b;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.sidebar .sidebar-nav .side-item:hover .side-link {
  color: #00a2ea;
}

.sidebar .sidebar-nav .side-item .side-link.active {
  color: #00a2ea;
  font-weight: 700;
  font-size: 15px;
}

.sidebar .sidebar-nav .custom-drop-down-li {
  padding: 5px 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 20px;
}

.sidebar .sidebar-nav .custom-drop-down-li .custom-dropdown-item {
  font-size: 13px;
  color: #fff;
  transition: all 0.5s ease;
}

.sidebar .sidebar-nav .custom-drop-down-li:hover .custom-dropdown-item {
  color: #00a2ea;
  transition: all 0.5s ease;
}

.sidebar .sidebar-nav .custom-drop-down-li.active .custom-dropdown-item {
  color: #00a2ea;
  transition: all 0.5s ease;
  font-weight: 700;
}

.sidebar .sidebar-nav .side-item .side-link .text-img {
  display: inherit;
  text-align: center;
  padding: 5px 5px 5px 10px;
  outline: none;
}

.sidebar .sidebar-nav .side-item .side-link .text-img svg path {
  fill: #ffffff;
}

.sidebar .sidebar-nav .side-item .side-link.active .text-img svg path {
  fill: #00a2ea;
}

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

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

.sidebar .sidebar-nav .side-item:hover .side-link, .sidebar .sidebar-nav .side-item.active .side-link {
  background: transparent;
  box-shadow: inset 0.3rem 0 0 #00a2ea;
}

/*end sidebar */
/*Button Color*/
/*text color*/
/* ===== new theme style======= */
.no-padding * {
  padding: 0px !important;
}

.pad-0 {
  padding: 0;
}

.pad-05 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-25 {
  padding: 25px;
}

.pad-30 {
  padding: 30px;
}

.pad-b-05 {
  padding-bottom: 5px;
}

.pad-b-10 {
  padding-bottom: 10px;
}

.pad-b-15 {
  padding-bottom: 15px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.pad-b-25 {
  padding-bottom: 25px;
}

.pad-b-30 {
  padding-bottom: 30px;
}

.pad-t-05 {
  padding-top: 5px;
}

.pad-t-10 {
  padding-top: 10px;
}

.pad-t-15 {
  padding-top: 15px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-t-25 {
  padding-top: 25px;
}

.pad-t-30 {
  padding-top: 30px;
}

.pad-r-05 {
  padding-right: 5px;
}

.pad-r-10 {
  padding-right: 10px;
}

.pad-r-15 {
  padding-right: 15px;
}

.pad-r-20 {
  padding-right: 20px;
}

.pad-r-25 {
  padding-right: 25px;
}

.pad-r-30 {
  padding-right: 30px;
}

.pad-l-05 {
  padding-left: 5px;
}

.pad-l-10 {
  padding-left: 10px;
}

.pad-l-15 {
  padding-left: 15px;
}

.pad-l-20 {
  padding-left: 20px;
}

.pad-l-25 {
  padding-left: 25px;
}

.pad-l-30 {
  padding-left: 30px;
}

.pad-lr-05 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-lr-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pad-tb-05 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.no-margin * {
  margin: 0px !important;
}

.mar-0 {
  margin: 0;
}

.mar-05 {
  margin: 5px;
}

.mar-10 {
  margin: 10px;
}

.mar-15 {
  margin: 15px;
}

.mar-20 {
  margin: 20px;
}

.mar-25 {
  margin: 25px;
}

.mar-30 {
  margin: 30px;
}

.mar-b-05 {
  margin-bottom: 5px;
}

.mar-b-10 {
  margin-bottom: 10px;
}

.mar-b-15 {
  margin-bottom: 15px;
}

.mar-b-20 {
  margin-bottom: 20px;
}

.mar-b-25 {
  margin-bottom: 25px;
}

.mar-b-30 {
  margin-bottom: 30px;
}

.mar-b-50 {
  margin-bottom: 50px;
}

.mar-t-05 {
  margin-top: 5px;
}

.mar-t-10 {
  margin-top: 10px;
}

.mar-t-15 {
  margin-top: 15px;
}

.mar-t-20 {
  margin-top: 20px;
}

.mar-t-25 {
  margin-top: 25px;
}

.mar-t-30 {
  margin-top: 30px;
}

.mar-t-35 {
  margin-top: 35px;
}

.mar-t-40 {
  margin-top: 40px;
}

.mar-t-45 {
  margin-top: 45px;
}

.mar-t-50 {
  margin-top: 50px;
}

.mar-r-0 {
  margin-right: 0;
}

.mar-r-0-imp {
  margin-right: 0 !important;
}

.mar-r-05 {
  margin-right: 5px;
}

.mar-r-10 {
  margin-right: 10px;
}

.mar-r-15 {
  margin-right: 15px;
}

.mar-r-20 {
  margin-right: 20px;
}

.mar-r-25 {
  margin-right: 25px;
}

.mar-r-30 {
  margin-right: 30px;
}

.mar-l-05 {
  margin-left: 5px;
}

.mar-l-10 {
  margin-left: 10px;
}

.mar-l-15 {
  margin-left: 15px;
}

.mar-l-20 {
  margin-left: 20px;
}

.mar-l-25 {
  margin-left: 25px;
}

.mar-l-30 {
  margin-left: 30px;
}

.mar-lr-05 {
  margin-left: 5px;
  margin-right: 5px;
}

.mar-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mar-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mar-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mar-lr-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mar-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mar-tb-05 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mar-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mar-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mar-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mar-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mar-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.inline-list {
  padding: 0;
  font-size: 0;
}

.flex-div {
  display: inline-flex;
}

.btn {
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 13px;
}

.primary-btn {
  background: #00AEEF;
  color: #ffffff;
  -ms-box-shadow: 0 3px 8px #00AEEF4D;
  -o-box-shadow: 0 3px 8px #00AEEF4D;
  box-shadow: 0 3px 8px #00AEEF4D;
}

.secondary-btn {
  background: #4D687E;
  color: #ffffff;
  -ms-box-shadow: 0 3px 8px #4D687E4D;
  -o-box-shadow: 0 3px 8px #4D687E4D;
  box-shadow: 0 3px 8px #4D687E4D;
}

.footer-action-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 100px);
  margin-left: 100px;
  background: #ffffff;
  -ms-box-shadow: 0px -5px 15px #ddd;
  -o-box-shadow: 0px -5px 15px #ddd;
  box-shadow: 0px -5px 15px #ddd;
  padding: 15px 30px;
}

.footer-action-btn .footer-left, .footer-action-btn .footer-right {
  display: inline-block;
  width: 50%;
}

.footer-action-btn .footer-left {
  text-align: left;
}

.footer-action-btn .footer-right {
  text-align: right;
}

.footer-action-btn .footer-right button:first-child {
  margin-right: 15px;
}

/*=======common list style========*/
.list-section ul li {
  display: inline-flex;
  width: 100%;
}

.head-ls {
  width: 15%;
}

.head-ls label, .list-inner label {
  color: #4D687E;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.list-inner label {
  font-weight: 400;
  color: #000;
  margin: 0;
  font-size: 12px;
}

.inner-li {
  border: 1px solid #D0DBE5;
  border-radius: 4px;
  padding: 7px;
  background: #fff;
  margin-bottom: 6px;
}

.inner-li:last-child {
  margin-bottom: 0;
}

.list-inner {
  width: 15%;
}

.head-ls.wd-lg, .list-inner.lg-wd {
  width: 35%;
}

.head-ls:last-child, .list-inner:last-child {
  width: 20%;
}

span.view-sp, span.edit-sp {
  text-decoration: underline;
  margin-right: 20px;
  cursor: pointer;
}

span.edit-sp {
  margin: 0;
}

span.view-sp:hover, span.edit-sp:hover {
  text-decoration: none;
}

.main-panel.bg-list {
  background: #F8FBFD;
}

.table-container {
  display: inline-flex;
  width: 100%;
}

/*Theme hamburger menu start*/
#menuToggle {
  display: inline-flex;
  position: relative;
  z-index: 1;
  user-select: none;
  width: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0px;
}

#menuToggle span {
  display: inline-flex;
  width: 75%;
  height: 3px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 35px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle span:last-child {
  margin-bottom: 0px;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

.side-toggle-open #menuToggle span {
  width: 75%;
  height: 3px;
}

/*Theme hamburger menu start*/
span.nav-link.slide-toggle {
  display: none;
}

perfect-scrollbar#sidebar-ps {
  display: none;
}

/*Theme hamburger menu end*/
body {
  background: #16232e !important;
}

nav.navbar.topbar.navbar-expand-sm {
  background: #16232e;
  box-shadow: none;
}

li.nav-item.right-bar.divider:after {
  display: none;
}

.topbar-right .right-bar .profile-link .profile-set .profile-name.set-name {
  color: #0683d7;
  font-size: 14px;
  font-weight: 700;
}

.topbar-right .dropdown-menu.drop-menu {
  border: 1px solid #212b37;
  background: #212b37;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
}

.topbar-right .dropdown-menu.drop-menu.dropdown-menu-left.navbar-dropdown.show::before,
.topbar-right .dropdown-menu.drop-menu.dropdown-menu-right.navbar-dropdown.show::before {
  content: none;
}

.topbar-right .dropdown-item {
  color: #fff !important;
}

.topbar-right .dropdown-item:hover, .dropdown-item:focus,
a.dropdown-item.drop-item.noti-left:hover {
  background-color: #0683d7 !important;
}

.topbar-right .dropdown-item:hover, .dropdown-item:focus, a.dropdown-item.drop-item.noti-left:hover {
  color: #fff !important;
}

/* nav-menu start */
app-nav-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  padding: 0 25px;
  position: fixed;
  height: 50px;
  top: 60px;
  z-index: 130;
  background: #16232e;
}

.nav-menu-container {
  position: relative;
  margin-top: 0px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #212b37;
  border-radius: 35px;
}

nav.nav-menu-container > ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  padding: 0px 25px;
}

nav.nav-menu-container > ul > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  position: relative;
}

nav.nav-menu-container > ul > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 14px 0px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

nav.nav-menu-container > ul > li > a > span:first-child {
  margin-right: 10px;
}

nav.nav-menu-container > ul > li:after {
  content: "";
  width: 1px;
  height: 34px;
  background: #fff;
  position: absolute;
  right: 0;
  opacity: 24%;
}

nav.nav-menu-container > ul > li:last-child:after {
  display: none;
}

nav.nav-menu-container > ul > li > a:hover:before, nav.nav-menu-container > ul > li.active > a:before {
  content: "";
  width: 98%;
  height: 4px;
  background: #0683d7;
  position: absolute;
  bottom: 0;
  border-radius: 2px;
}

ul.head-custom-dropdown-menu.dropdown-menu {
  background: #212b37;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
  overflow: auto;
}

ul.head-custom-dropdown-menu.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 4px;
}

ul.head-custom-dropdown-menu.dropdown-menu .dropdown-item.no-item {
  opacity: 0.5;
}

ul.head-custom-dropdown-menu.dropdown-menu .dropdown-item:hover,
ul.head-custom-dropdown-menu.dropdown-menu .dropdown-item:focus {
  background: #0058a9;
  color: #fff;
}

/* nav-menu end */
section.main-panel {
  width: 100%;
}

.content-wrapper {
  padding: 180px 25px 350px;
}

.content-wrapper.minimize-wrapper {
  padding: 230px 25px 350px;
}

.content-wrapper.create-wrapper {
  padding: 120px 25px 350px;
}

.content-wrapper.minimize-wrapper.create-wrapper {
  padding: 160px 25px 350px;
}

.content-wrapper.search-content {
  padding: 360px 25px 350px;
}

.content-wrapper.minimize-wrapper.search-content {
  padding: 400px 25px 350px;
}

.content-wrapper.search-content2 {
  padding: 435px 25px 350px;
}

.content-wrapper.minimize-wrapper.search-content2 {
  padding: 475px 25px 350px;
}

.content-wrapper.transaction-wrapper {
  padding: 675px 25px 350px;
}

.content-wrapper.minimize-wrapper.transaction-wrapper {
  padding: 715px 25px 350px;
}

.pad-wrapper {
  padding-bottom: 150px;
}

.content-wrapper.minimize-wrapper,
.content-wrapper.create-wrapper {
  padding-bottom: 40px !important;
}

.content-wrapper.margin-content {
  padding: 110px 25px 350px;
}

.content-wrapper.margin-content.margin-wrapper {
  padding: 150px 25px 350px;
}

.content-wrapper.margin-content.search-content {
  padding: 360px 25px 350px;
}

.content-wrapper.margin-wrapper.search-content {
  padding: 400px 25px 350px;
}

/* Breadcrumb title start*/
.breadcrumb-item {
  color: #979797;
  letter-spacing: 0.64px;
  font-size: 15px;
  font-weight: 400;
}

.crumb-txt li.breadcrumb-item a {
  color: #979797;
}

.crumb-txt .breadcrumb-item.active {
  color: #0058a9;
}

.crumb-txt .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.page-details h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}

.page-details h3:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #0058a9;
  border-radius: 2px;
}

/* Breadcrumb title end*/
/* Form Primary, Secondary, Tertiary buttons style start */
button.rnd-btn.mat-raised-button {
  border-radius: 35px;
  padding: 0px 30px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  box-shadow: 0 10px 19px 0px rgba(0, 0, 0, 0.55);
  min-width: 110px;
}

button.primary-btn {
  background: #008ed4;
}

button.secondary-btn {
  background: #0058a9;
}

button.tertiary-btn {
  background: #79829d;
}

button.rnd-btn.log-btn.mat-raised-button {
  line-height: 40px;
}

button.rnd-btn.icon-btn.mat-raised-button {
  line-height: 34px;
  padding: 0px 20px;
  align-items: center;
  min-width: 100px;
}

button.rnd-btn.icon-btn.mat-raised-button span svg {
  margin-left: 10px;
  margin-top: -3px;
}

button.mat-button.tbl-icon-btn {
  width: 15px !important;
  padding: 0;
  max-width: 30px !important;
  min-width: 30px !important;
}

button.mat-button.tbl-icon-btn span.mat-ripple.mat-button-ripple {
  max-width: 30px !important;
  min-width: 30px !important;
}

button.mat-button.tbl-mat-btn {
  font-size: 11px;
}

button.mat-button.tbl-mat-btn.tbl-active-btn {
  color: #45d328;
}

button.mat-button.tbl-mat-btn.tbl-inactive-btn {
  color: #eb4000;
}

/* Form Primary, Secondary, Tertiary buttons style end */
.mat-menu-content {
  background-color: #212b37;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
}

.text {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.text.green-text {
  color: #45d328;
}

.text.yellow-text {
  color: #c3b71c;
}

.text.red-text {
  color: #eb4000;
}

.text.light-blue-text {
  color: #50e3c2;
}

.text.dark-red-text {
  color: #d0021b;
}

.text.blue-text {
  color: #008ed4;
}

.text.purple-text {
  color: #929BFF;
}

.mat-menu-panel {
  background-color: transparent !important;
  min-height: auto !important;
}

button.mat-menu-item {
  width: 100%;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  height: auto !important;
  line-height: 35px !important;
  border-bottom: 1px solid rgba(130, 130, 130, 0.18) !important;
}

button.mat-menu-item:last-child {
  border-bottom: none !important;
}

button.mat-menu-item svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  align-items: center;
  text-align: center;
  margin-top: -2px;
}

/* Table pre-header start */
.tbl-prehead {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0px 0px;
}

.icon-btns {
  display: inline-flex;
  align-items: center;
}

.icon-btns .form-group {
  margin-bottom: 0;
}

.show-results {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.show-results .show-num {
  display: flex;
  align-items: center;
}

.show-results .show-num .form-control {
  margin-bottom: 0px;
  width: auto;
  padding-left: 5px;
}

.show-results .show-num .form-control .pre-header-link-li .pre-header-link {
  padding: 3px 8px;
  border-radius: 30px;
  border: 2px solid #0058a9;
  margin-top: 0px;
  width: 50px;
  color: #fff;
  display: flex;
  background-color: transparent;
  background-size: 8px;
  background-position: right 9px bottom 9px;
}

.show-results .show-num .form-control .pre-header-link-li .pre-header-link span {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}

/* Table pre-header end */
.mattable .mat-button {
  width: 100%;
  padding: 0;
  display: inline-flex;
  min-width: auto;
  align-items: center;
  justify-content: flex-start;
}

.mat-button .mat-button-wrapper svg {
  width: 16px;
  margin-top: -2px;
  fill: #fff;
}

.mattable .mat-button:focus {
  box-shadow: 0 3px 8px transparent;
}

.mattable .mat-button:active {
  box-shadow: 0 3px 8px transparent;
}

.mat-menu-content:not(:empty) {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*Theme mat table start*/
mat-header-row.mat-header-row.cdk-header-row {
  background: #212b37;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mat-table {
  background: transparent !important;
}

mat-row.mat-row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

mat-header-row.mat-header-row.cdk-header-row mat-header-cell.mat-header-cell {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding-right: 10px;
}

mat-row.mat-row:nth-child(even) {
  background: #2e3c4c;
  border: 2px solid transparent;
}

mat-row.mat-row:nth-child(odd) {
  background: #1b2833;
  border: 2px solid transparent;
}

mat-row.mat-row mat-cell {
  color: #fff;
  font-size: 12px;
  transition: all 0.5s ease;
  padding-right: 10px;
  line-height: 19px;
  font-weight: 300;
}

.account-num {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.account-num:hover {
  color: #008ed4 !important;
}

mat-row.mat-row {
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

mat-row.mat-row:hover {
  transition: all 0.2s ease;
  border: 2px solid #0058a9;
}

mat-row.mat-row:hover .mat-button .mat-button-wrapper svg {
  fill: #0058a9;
}

mat-row.mat-row:hover mat-cell.account-num {
  color: #0058a9;
  cursor: pointer;
  font-weight: 700;
}

/*Theme mat table end*/
/* Search wrapper start */
section.search-wrap-container {
  background: #212b37;
  padding: 20px 15px 25px;
  border-radius: 5px;
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 15px 0px 0px;
}
section.search-wrap-container.smart-seg {
  margin: 0px 0px 15px 0px !important;
}

.search-form-wrapper form.form {
  display: inline-flex;
  flex: auto;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.search-form-wrapper form.form .form-group {
  display: inline-flex;
  position: relative;
  width: 22.5%;
  margin: 0px 15px;
  /* margin-right: 30px; */
}

.search-form-wrapper form.form .form-group .form-control {
  width: 100%;
}

section.search-wrap-container .srch-btn {
  width: 100%;
  margin: 0px -15px;
}

.search-form-wrapper {
  position: relative;
}

.close-section {
  position: absolute;
  right: 0px;
  top: -10px;
}

.close-btn {
  background-color: transparent;
  border: 1px solid #9b9b9b;
  border-radius: 100%;
  padding: 0px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.close-btn svg {
  width: 8px;
  height: 8px;
  margin-top: -8px;
}

.close-btn svg path {
  fill: #9b9b9b !important;
}

.close-btn:hover {
  border: 1px solid #fff;
}

.close-btn:hover svg path {
  fill: #ffffff !important;
}

.line-bar {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin: 10px 20px 20px 15px;
}

.text-group {
  width: 100%;
  margin: 0px 15px;
}

/* Search wrapper End */
.right-align {
  text-align: right !important;
}

table th.right-align {
  text-align: center !important;
}

.big-col {
  min-width: 160px !important;
  max-width: 160px !important;
}

.large-col {
  min-width: 195px !important;
  max-width: 195px !important;
}

/* Responsivemenu style start */
perfect-scrollbar#sidebar-ps {
  background: #212b37;
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.sidebar .sidebar-nav .side-item .side-link {
  flex-direction: row;
  align-items: center;
  padding: 7px 0px;
}

.sidebar .sidebar-nav .side-item {
  border-top: 1px solid #17242e;
}

.sidebar .sidebar-nav .side-item .side-link {
  color: #fff;
}

/* Responsivemenu style End */
@media only screen and (max-width: 1280px) {
  .search-form-wrapper form.form .form-group {
    display: inline-flex;
    width: 22.2%;
    margin: 0px 15px;
  }
}

@media only screen and (max-width: 1170px) {
  nav.nav-menu-container > ul > li > a {
    font-size: 11px;
  }
  .search-form-wrapper form.form .form-group {
    display: inline-flex;
    width: 21.9%;
    margin: 0px 15px;
  }
}

@media only screen and (max-width: 1070px) {
  .search-form-wrapper form.form .form-group {
    display: inline-flex;
    width: 21.6%;
    margin: 0px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .search-form-wrapper form.form .form-group {
    display: inline-flex;
    width: 100%;
  }
  .search-form-wrapper form.form .form-group .form-control {
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 720px) {
  .search-form-wrapper form.form .form-group {
    display: inline-flex;
    width: 100%;
  }
}

@media only screen and (max-width: 678px) {
  .search-form-wrapper form.form .form-group {
    display: inline-flex;
    width: 100%;
  }
  .search-form-wrapper form.form .form-group:nth-child(2n) .form-control {
    margin-left: 0px;
  }
  button.rnd-btn.mat-raised-button {
    border-radius: 35px;
    padding: 0px 25px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    box-shadow: 0 10px 19px 0px rgba(0, 0, 0, 0.55);
    min-width: 90px;
  }
}

.form .form-control label {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 3px;
}

.label-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-control {
  margin-bottom: 15px;
  position: relative;
}

.form-control input, .form-control select, .form-control textarea {
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #2e3c4c;
  font-size: 14px;
  margin-top: 0px;
  width: 100%;
  color: #fff;
  min-height: 36px;
}

.form-control.error-control input, .form-control.error-control select, .form-control.error-control textarea {
  color: #eb4000;
  font-size: 12px;
}

.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 button {
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
}

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

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

.form .form-control .success-btn {
  background: #1c7430;
  border: 1px solid #1c7430;
  color: #fff;
}

.form .text-control label {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  font-weight: 700;
}

.form .text-control textarea {
  min-height: 100px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #2e3c4c;
  font-size: 14px;
  margin-top: 0px;
  width: 100%;
  color: #fff;
  opacity: 0.5;
}

.form .form-control .large-btn {
  font-size: 18px;
}

.form .form-control .medium-btn {
  font-size: 14px;
}

.form .form-control .small-btn {
  font-size: 12px;
}

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

.ripple {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.ripple .rippling {
  position: absolute;
  border-radius: 50%;
  background-color: #ddd;
  pointer-events: none;
  opacity: .4;
  transform: translate3d(-50%, -50%, 0);
}

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

/*Login page from fields start*/
.log-field.log-email-field input {
  background-color: #2e3c4c;
  padding: 10px;
  padding-left: 35px;
  color: #fff;
  font-size: 12px;
}

.input-div {
  position: relative;
}

.input-div span.left-im {
  position: absolute;
  left: 9px;
  bottom: 12px;
}

.log-field.log-pwd-field {
  position: relative;
}

.log-field.log-pwd-field input {
  background-color: #2e3c4c;
  padding: 10px;
  padding-left: 35px;
  color: #fff;
  font-size: 12px;
}

.log-field.log-pwd-field .pswd-chk {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
  width: 30px;
  min-width: 30px;
  height: 30px;
  box-shadow: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.log-field.log-pwd-field .pswd-chk svg {
  width: 17px;
  height: 11px;
}

.log-field.log-pwd-field .pswd-chk svg#Capa_1 {
  width: 18px;
  height: 15px;
}

.log-field.log-pwd-field .pswd-chk svg#Capa_1 path {
  fill: #fff;
  opacity: 50%;
}

.error-label p {
  font-size: 11px;
  color: #eb4000 !important;
  letter-spacing: 0.09px !important;
  margin: 2px 0px 0px;
  display: block !important;
  text-align: right;
}

.form-control .pre-header-link-li {
  cursor: pointer;
}

.form-control .pre-header-link-li .pre-header-link {
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 14px;
  margin-top: 0px;
  width: 100%;
  color: #fff;
  display: flex;
  background: #2e3c4c url("../../images/arrow-down.svg") no-repeat;
  background-size: 8px;
  background-position: right 12px bottom 12px;
}

.form-control .pre-header-link-li .pre-header-link span {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
}

.form-control .pre-header-link-li.show .pre-header-link span {
  opacity: 1;
}

.form-control .pre-header-link-li ul.head-custom-dropdown-menu.dropdown-menu {
  width: 100%;
}

/*Login page from fields end*/
/*Button Color*/
/*text color*/
/*login 2 style start*/
.login-container {
  background: #f4f6f8;
}

.login-container .login-container {
  position: relative;
  margin: 0px auto;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.login-container .login-container .inner-login {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.login-container .login-container .inner-login:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100vh;
  right: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.309804);
  z-index: 0;
  top: 0;
  background-size: cover;
  background-position: bottom right;
  display: none;
}

.login-container .login-container .sign-in {
  background: #16232e url("../../images/Login-bg.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: flex;
  align-items: center;
  flex: 1 1 100%;
}

.login-container .login-container .sign-in .sign-inner {
  width: 26%;
  margin: 0 auto;
}

.login-container .login-container .sign-in .login-img {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: left;
}

.login-container .login-container .sign-in .login-img.text-align {
  text-align: center;
}

.login-container .login-container .sign-in .login-img.text-align h1 {
  margin-bottom: 5px;
}

.login-container .login-container .sign-in .login-logo {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.login-container .login-container .sign-in .login-logo img {
  width: 100%;
}

.login-container .login-container .sign-in form {
  width: 100%;
}

.login-container .login-container .sign-in form p strong {
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.login-container .login-container .sign-in form p strong:hover {
  text-decoration: underline;
}

.login-container .login-container .sign-in input::placeholder {
  color: #000;
}

.login-container .login-container .sign-in h1 {
  color: #a8b2d1;
  font-size: 20px;
  margin-bottom: 0;
  flex: 1 100%;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

.login-container .login-container .sign-in .align-pro {
  text-align: center;
  width: 100%;
  margin: 15px 0;
}

.login-container .login-container .sign-in .align-pro a {
  padding: 0 25px;
  font-size: 13px;
  color: #606577;
}

.login-container .login-container .lef-side {
  height: 100vh;
  min-height: 100%;
  border-radius: 2px;
  display: flex;
  align-items: center;
  z-index: 1;
  background-size: cover;
  justify-content: center;
  width: 50%;
  flex: 0 0 50%;
  position: relative;
}

.login-container .login-container .lef-side:before {
  background: transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 70%;
  background-size: 100%;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 9;
}

.login-container .login-container .lef-side .left-inner {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  position: relative;
  height: 100%;
}

.login-container .login-container .lef-side .left-inner:before {
  background: transparent;
  content: '';
  position: absolute;
  background-position: 70% 0;
  left: 0;
  top: -17%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-container .login-container .lef-side .left-inner:after {
  background: transparent;
  content: '';
  position: absolute;
  background-position: 70% 0;
  left: 0;
  top: 80%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.login-container .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;
}

.login-container .login-container .lef-side .logo {
  display: flex;
  align-items: center;
  flex: 1 100%;
  margin-bottom: 0px;
}

.login-container .login-container .lef-side .logo img {
  width: 70%;
  margin: auto;
}

.login-container .login-container .lef-side h3 {
  font-size: 24px;
  color: #66ccff;
  font-weight: 400;
  text-align: center;
  flex: 1 100%;
}

.login-container .login-container .lef-side p {
  color: #606577;
  font-weight: 300;
  font-size: 13px;
  flex: 1 100%;
  margin-top: 40px;
}

.creat-new-pwd h6 {
  color: #4A4A4A;
  text-align: center;
  font-size: 13px;
}

.creat-new-pwd {
  margin: 10px 0px 0px;
  display: inline-grid;
  width: 100%;
}

.bg_shape {
  position: absolute;
  background-color: #1E4A92;
  background: linear-gradient(45deg, #ffffff, #ffc3a3);
  width: 1100px;
  height: 1775px;
  display: block;
  border-radius: 120px;
  z-index: 1;
  animation: banner_move 20s linear alternate infinite;
}

.bg_shape.shape_one {
  right: -690px;
  transform: rotate(-43deg);
  top: -100px;
  width: 100%;
}

.bg_shape.shape_two {
  left: -700px;
  transform: rotate(-43deg);
  top: -1140px;
  width: 100%;
}

@keyframes banner_move {
  0%, 100% {
    transform: translateY(0px) rotate(-50deg);
  }
  50% {
    transform: translateY(80px) rotate(-50deg);
  }
}

.me-banner-two:after {
  animation: banner_move_two 10s linear alternate infinite;
}

@keyframes banner_move_two {
  0%, 100% {
    transform: translateX(1px) rotate(-63deg);
  }
  50% {
    transform: translateX(30px) rotate(-63deg);
  }
}

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

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

.keep-me {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.keep-me .check-box.checkbox {
  padding: 0px;
  display: inline-flex;
  width: 100%;
  flex: 1;
}

.keep-me .check-box.checkbox label.cbx {
  top: 0;
}

.keep-me .check-box.checkbox .terms-conds {
  font-size: 13px;
  color: #686868;
}

.keep-me .check-box.checkbox .terms-conds a,
.keep-me .check-box.checkbox .terms-conds a:not([href]):not([tabindex]) {
  color: #1E4A92;
  text-decoration: underline;
}

.keep-me label.cbx span {
  color: #9b9b9b;
  margin-bottom: 0;
  font-size: 14px;
}

.keep-me a {
  color: #a8b2d1;
  text-decoration: none;
}

.keep-me a:hover {
  color: #959db7;
}

.keep-me .cbx span:first-child {
  border-radius: 0;
  border: 1px solid #008ed4;
}

.top-log-link {
  position: absolute;
  bottom: 15px;
  left: 30px;
}

.top-log-link .bckto {
  font-size: 12px;
  color: #9b9b9b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pwd-note {
  display: none;
  margin: 0px 0px;
  width: 100%;
}

.pwd-note.show {
  animation: swal2-show .3s;
  display: inline-flex;
}

.pwd-note ul {
  margin: 0px;
}

.pwd-note ul li {
  line-height: 12px;
}

.pwd-note ul li span {
  font-size: 10px;
  line-height: 11px;
  color: #777;
}

.dnt-acc {
  text-align: center;
  color: #777;
}

.dnt-acc span {
  font-size: 13px;
}

.dnt-acc span.clk-spn {
  font-weight: 700;
  cursor: pointer;
  color: #204b93;
}

/*Alert Message Start*/
.alert-danger {
  color: #eb4000 !important;
  background-color: transparent !important;
  border-color: #eb4000 !important;
  border-radius: 5px !important;
}

.alert-msgs {
  font-size: 12px;
  margin: 15px 0px 10px !important;
  padding: 10px 10px !important;
  display: none;
}

.alert-msgs.show {
  display: block;
  animation: swal2-show .3s;
}

.alert-danger .err-cls-ico {
  background: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  font-size: 16px;
  color: #79829d;
  position: absolute;
  right: 10px;
  cursor: pointer;
  opacity: 0.4;
}

.alert-danger .err-cls-ico:hover {
  opacity: 1;
}

/*Alert Message End*/
/* Signup Success Message Start */
.success-msgs-container {
  margin: auto;
  background: #fff;
  padding: 20px;
  width: 60%;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.success-msg-icon {
  background: #f5f8f9;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-top: -55px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 1px 0px 0px #e8e8e8;
}

.sign-success {
  padding: 10px;
  margin: 30px 0px 10px;
}

.sign-success h5 {
  font-size: 14px;
}

.sign-success p {
  font-size: 12px !important;
  margin: 20px 0px !important;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 5;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.form-control.log-field {
  margin-bottom: 10px;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/* Signup Success Message End*/
@media only screen and (max-width: 992px) {
  .login-container .login-container .sign-in .sign-inner {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .login-container .login-container .sign-in .sign-inner {
    width: 75%;
  }
}

@media only screen and (max-width: 425px) {
  .login-container .login-container .sign-in .sign-inner {
    width: 90%;
  }
}
