/* 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
  opacity: 0.5;
}

/**
 * 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 0.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 rgba(211, 211, 211, 0.4705882353);
}

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

td ul li {
  width: 100% !important;
}

.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 rgb(134, 217, 231) !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;
}

p.no-slots span {
  display: block;
  font-size: 16px;
  color: #A3A3A3;
  padding-top: 3px;
  line-height: 18px;
}

p.no-slots {
  line-height: 20px;
  color: #7E818F;
  font-size: 18px;
}

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

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

.resp-label {
  display: none;
}

.mattable mat-row mat-cell a {
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  color: #036EB5 !important;
}

.mattable mat-row mat-cell a:first-child {
  margin-right: 20px;
}

mat-header-row.mat-header-row.cdk-header-row {
  background: #000000;
}

.mattable mat-table.mat-table.cdk-table {
  background: #F2F2F2;
  border-collapse: separate;
  border-spacing: 0 2px;
}

.mattable mat-table.mat-table.cdk-table mat-row:nth-child(even) {
  background: #FFFFFF;
}

.mattable mat-table.mat-table.cdk-table mat-row {
  border-bottom-width: 0;
  border-radius: 4px;
  margin: 5px 3px;
  box-shadow: inset 0 0px 3px -4px #cec9c9;
}

mat-row.active.cdk-row.mat-row mat-cell:first-child {
  border-radius: 4px 0 0 4px;
}

mat-row.active.cdk-row.mat-row mat-cell:last-child {
  border-radius: 0 4px 4px 0;
}

mat-table.mat-table.cdk-table {
  padding-bottom: 3px;
}

mat-table.mat-table.cdk-table.responsive-header {
  padding-bottom: 0;
}

.mattable mat-row mat-cell {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  font-weight: 300;
  text-overflow: inherit;
  word-break: break-word;
}

perfect-scrollbar.list-table.left-list {
  max-height: calc(100vh - 340px) !important;
}

.mattable mat-table.mat-table.cdk-table mat-row:nth-child(odd) {
  background: #E6E5E4;
}

.mattable mat-table.mat-table.cdk-table mat-row:last-child {
  margin-bottom: 8px;
}

.mattable mat-table.mat-table.cdk-table mat-row:nth-child(2) {
  margin-top: 10px;
}

mat-cell,
mat-header-cell,
mat-footer-cell {
  justify-content: center;
}

mat-cell,
mat-header-cell,
mat-footer-cell {
  justify-content: center;
}

mat-cell:last-of-type,
mat-header-cell:last-of-type,
mat-footer-cell:last-of-type {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

mat-cell,
mat-header-cell {
  padding: 0px 13px;
}

mat-cell:first-of-type,
mat-header-cell:first-of-type,
mat-footer-cell:first-of-type {
  padding-left: 20px !important;
}

.catagory-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.incatagory {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-width: 70%;
}

.incatagory span:last-child {
  width: 40px;
  min-width: 40px;
  display: block;
  font-weight: 400;
}

section.main-panel.map-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.main-panel.map-wrap .content-wrapper {
  width: 66%;
}

section.main-panel.map-wrap .content-wrapper.mapping-container {
  width: 32%;
}

button.primary-btn {
  min-width: 49%;
}

.map-wrap .content-wrapper.mapping-container .tbl-pre-header h6 span {
  display: inline-block;
  text-align: right;
  color: #036EB5;
  font-size: 14px;
  width: 100px;
  font-weight: bold;
  cursor: pointer;
}

.map-wrap .content-wrapper.mapping-container .tbl-pre-header h6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.content-wrapper.mapping-container .tbl-pre-header h6 {
  font-style: italic;
  color: #000;
}

.pre-head-btn.mapping {
  margin: 0;
  border: 1px solid #000000;
  height: calc(100vh - 400px) !important;
}

.content-wrapper.mapping-container .tbl-pre-header h6 strong {
  font-style: italic;
  color: #000 !important;
  white-space: nowrap;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 80%;
}

.alert-table mat-header-cell .radio-dash-btn .inp-cbx:checked+.cbx span:first-child,
.alert-table mat-header-cell .cbx span:first-child,
.alert-table mat-cell .radio-dash-btn .inp-cbx:checked+.cbx span:first-child,
.alert-table mat-cell .cbx span:first-child {
  border-radius: 3px;
  border: 2px solid #C9C9C9;
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.alert-table .inp-cbx:checked+.cbx span:first-child {
  border-color: #C9C9C9;
  background: #fff;
}

.alert-table .cbx span:first-child svg {
  stroke: #000;
  width: 12px;
  height: 11px;
}

.alert-table mat-row.cdk-row.mat-row mat-cell:last-child,
.alert-table mat-header-cell:last-child {
  text-align: center;
}

.alert-table .cbx span:first-child:before {
  background: #b5b2b2;
}

.custom-mat-table thead tr th {
  background: #1DB3E2;
  vertical-align: middle;
  font-size: 14px;
}

.custom-mat-table thead tr td {
  vertical-align: middle;
  color: #4A4A4A;
}

th.mat-header-cell:first-of-type {
  border-radius: 5px 0 0 0px;
}

th.mat-header-cell:last-of-type {
  border-radius: 0 5px 0 0;
}

.sort-with-lable {
  display: flex;
  align-items: center;
}

.sort-icon {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-left: 20px;
}

.sort-icon button {
  border: 0;
  background: transparent;
  padding: 0;
  flex: 1 1 100%;
  height: 13px;
  cursor: pointer;
}

.sort-icon button.reverse {
  transform: rotate(180deg);
}

.custom-mat-table tbody tr:nth-child(odd) {
  background: #F2F5F7;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.custom-mat-table tbody tr td {
  vertical-align: middle;
  border-bottom-color: rgba(221, 221, 221, 0.3490196078);
}

.custom-mat-table tbody tr td,
.custom-mat-table thead tr th {
  min-width: 130px;
  width: 130px;
  height: auto;
  font-size: 12px;
  padding: 8px 5px;
}

.custom-mat-table tbody tr td span {
  display: block;
  line-height: 25px;
}

.custom-mat-table tbody tr td a {
  color: rgba(0, 0, 0, 0.87) !important;
  text-decoration: none;
}

.custom-mat-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.custom-mat-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.read-more img {
  padding-left: 8px;
}

.read-more p {
  position: absolute;
  width: 230px;
  top: -30px;
  left: 102px;
  background: #1DB3E2;
  box-shadow: 0px 0px 3px #CCCDD0;
  border-radius: 5px;
  z-index: 3;
  display: none;
  padding: 10px;
  color: #fff;
  line-height: 23px;
}

.read-more {
  position: relative;
}

.read-more:hover p {
  display: block;
}

.read-more p:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1db3e2;
  left: -14px;
  transform: rotate(90deg);
  background: transparent;
  top: 36px;
  box-shadow: none;
}

.read-more button {
  border: 0;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.custom-mat-table tbody tr.disable td {
  opacity: 0.2;
}

.custom-mat-table tbody tr.disable td:last-child ul li:nth-child(2) {
  opacity: 0.2;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 16px;
  margin-bottom: 0 !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 0px solid #4a4a4a;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 2px;
  background-color: #15BE77;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: transparent;
}

input:focus+.slider {
  box-shadow: 0 0 1px #1DB3E2;
}

input:checked+.slider:before {
  transform: translateX(13px);
  background-color: #FF1D1D;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  line-height: unset;
}

.slider.round:before {
  border-radius: 50%;
}

ul.action-works {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

ul.action-works li:first-child {
  width: 90px;
}

ul.action-works li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  cursor: pointer;
}

ul.action-works li strong {
  margin-left: 10px;
  font-weight: normal;
}

ul.action-works li img {
  margin-right: 5px;
  cursor: pointer;
}

/*Button Color*/
/*text color*/
/*navbar style*/
nav.navbar.topbar.navbar-expand-sm {
  height: 70px;
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 999 !important;
  top: 0;
  background: #000000;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.2);
}

.topbar .topbar-left {
  color: #fff;
  text-align: center;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex: 0 0 280px;
  transition: all 0.5s ease-in;
  position: relative;
  margin: 0;
  box-shadow: 0 9px 7px 2px #e0e0e0;
}

.side-toggle-open .logo-hide {
  transition: width 0.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 0.7s ease-in, height 0.1s ease-in, width 0.5s ease-in;
}

.topbar-right {
  height: 60px;
  padding: 0px 15px;
  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 0.25s ease-in;
}

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

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

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 17rem;
  padding: 0.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: 0.25rem;
  border-top: 4px solid #ff0000;
  box-shadow: 0px 0px 10px 0px #e3e9f9;
}

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

.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: 10px !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: 0.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;
  font-family: "AvenirLTStdBolder";
}

.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;
  -webkit-animation: animate 1s linear forwards;
  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;
}

li.nav-item.right-bar.divider:after,
li.nav-item.right-bar.divider:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 0;
  background: rgba(224, 230, 245, 0.2196078431);
}

li.nav-item.right-bar.divider:before {
  left: 0;
}

a.dropdown-item.drop-item.noti-left:hover {
  background: rgb(234, 240, 253);
}

@-webkit-keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 15px;
  }

  100% {
    width: 30px;
  }
}

@keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 15px;
  }

  100% {
    width: 30px;
  }
}

span.nav-link.slide-toggle {
  padding: 0;
  width: 60px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

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

.breadcrumb-item+.breadcrumb-item::before {
  content: "" !important;
  opacity: 1;
  transform-origin: 0 8px;
  transform: rotate(225deg);
  box-shadow: -2px 2px 0 0px #878787;
  width: 8px;
  height: 8px;
}

/*Button Color*/
/*text color*/
perfect-scrollbar#sidebar-ps {
  max-height: 100vh;
  height: calc(100vh - 70px);
  width: 280px !important;
  position: fixed;
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.2);
  background: #F2F5F7;
  padding: 0;
  z-index: 999;
  top: 70px;
  transform: translateX(0px);
  transition: all 0.5s ease-in;
  padding-top: 0px;
}

.side-toggle-open perfect-scrollbar#sidebar-ps.open-slide {
  transform: translateX(0px);
  width: 73px !important;
  transition: all 0.5s ease-in;
}

.side-toggle-open perfect-scrollbar#sidebar-ps.open-slide span.menu-title {
  display: none;
}

a.navbar-brand.topbar-left.logo-collapse {
  width: 120px;
  flex: 0 0 120px;
}

.side-toggle-open perfect-scrollbar#sidebar-ps.open-slide .sidebar-nav .side-item .side-link {
  flex-direction: column;
}

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

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

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

.add-developer-img span.text-img svg {
  width: 20px !important;
  height: 20px !important;
}

span.menu-title {
  font-size: 14px;
  opacity: 1;
  transition: all 0.5s ease-in;
  text-align: left;
}

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

section.main-panel {
  width: 100%;
}

.sidebar {
  min-height: calc(96vh - 40px);
  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 0.7s ease-in;
}

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

.sidebar .sidebar-nav .side-item {
  padding: 0px 0px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  border-top: 1px solid #eaeaea;
}

.sidebar .sidebar-nav {
  padding: 0;
  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); */
}

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

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

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

.sidebar .sidebar-nav .side-item .side-link.active {
  color: #fff;
  font-size: 15px;
  background: #1DB3E2;
  font-weight: 600;
}

.side-link svg path.active {
  fill: #fff;
}

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

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

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

.sidebar .sidebar-nav .side-item:first-child {
  display: none;
}

.body-wrapper {
  height: 100%;
  min-height: 100%;
}

.search-wrapper {
  /* height: 100% !important; */
  position: absolute;
  width: calc(100% - 280px);
  top: 0;
  padding-top: 140px !important;
}

.side-toggle-open img.logo.logo-icon {
  margin-left: 17px;
}

.side-toggle-open .sidebar .sidebar-nav .side-item .side-link .text-img {
  margin-left: 0;
}

.side-toggle-open .search-wrapper {
  width: calc(100% - 70px);
}

/*end sidebar */
.container-wrapper {
  margin-top: 70px;
  width: calc(100% - 280px);
  margin-left: 280px;
  padding: 30px;
  transition: all 0.5s ease-in;
}

body.responsive-mat .container-wrapper {
  width: calc(100% - 70px) !important;
  margin-left: 70px !important;
}

.sidebar .sidebar-nav .side-item .side-link:before {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 100%;
  background: transparent;
  transition: 0.5s ease;
  top: 0;
}

.sidebar .sidebar-nav .side-item .side-link:before {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 100%;
  background: transparent;
  transition: 0.5s ease;
}

.sidebar .sidebar-nav .side-item .side-link:after {
  content: "";
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  right: 5px;
  bottom: 43%;
  margin: auto;
  transform: rotate(180deg);
  transition: 0.5s ease;
}

.sidebar .sidebar-nav .side-item .side-link.active:before {
  background: #ffffff;
}

.sidebar .sidebar-nav .side-item .side-link.active:after {
  border-left: 5px solid #ffffff;
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
  body.responsive-mat .container-wrapper {
    width: 100%;
    padding: 15px;
    margin-left: 0;
  }
}

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

.text-bold {
  font-weight: bold !important;
}

.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 rgba(0, 174, 239, 0.3019607843); */
  /* -o-box-shadow: 0 3px 8px rgba(0, 174, 239, 0.3019607843); */
  /* box-shadow: 0 3px 8px rgba(0, 174, 239, 0.3019607843); */
}

.secondary-btn {
  background: #4D687E;
  color: #ffffff;
  /* -ms-box-shadow: 0 3px 8px rgba(77, 104, 126, 0.3019607843); */
  /* -o-box-shadow: 0 3px 8px rgba(77, 104, 126, 0.3019607843); */
  /* box-shadow: 0 3px 8px rgba(77, 104, 126, 0.3019607843); */
}

.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0px;
  right: -120px;
  top: 7px;
}

#menuToggle span {
  display: inline-flex;
  width: 75%;
  height: 3px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #1d3945;
  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;
}

#menuToggle>span {
  height: 2px;
  width: 100%;
  display: block;
  background: #fff;
}

#menuToggle>span:not(.gradient-bg) {
  background: #4989ca !important;
}

#menuToggle>span:nth-child(2) {
  margin: 4px 0 4px auto;
  width: 75%;
  transition: 0.3s all;
}

#menuToggle>span:nth-child(3) {
  margin-left: auto;
  width: 45%;
  transition: 0.6s all;
}

#menuToggle:hover>span:nth-child(2),
#menuToggle:hover>span:nth-child(3) {
  width: 100%;
}

.side-toggle-open #menuToggle span {
  width: 100%;
}

/*Theme hamburger menu end*/
/*Button Color*/
/*text color*/
.form .form-control label {
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
}

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

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

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

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

.form .form-control 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 .form-control textarea {
  resize: none;
  height: 80px;
}

.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: 0.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: #fff url("../../images/Email.svg") no-repeat;
  background-size: 18px;
  background-position: 10px;
  padding: 10px;
  padding-left: 35px;
  color: #2e3c4c;
  font-size: 14px;
  padding: 10px 14px !important;
}

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

.log-field.log-pwd-field input {
  background: #fff url("../../images/Password.svg") no-repeat;
  background-size: 18px;
  background-position: 10px;
  padding: 10px;
  padding-left: 35px;
  color: #2e3c4c;
  font-size: 14px;
  padding: 10px 14px !important;
}

.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#Capa_1,
.log-field.log-pwd-field .pswd-chk svg {
  width: 24px;
  height: 24px;
  opacity: 25%;
}

.log-field.log-pwd-field .pswd-chk svg#Capa_1 path {
  fill: #000;
}

.login-container .login-container .sign-in form label {
  font-weight: 400;
  font-size: 14px;
}

.login-container .login-container .sign-in form .form-control:nth-child(2) {
  margin-bottom: 15px;
}

/*Login page from fields end*/
.add-form.form-group {
  width: 50%;
}

.add-form.form-group input {
  margin-top: 0;
}

button.primary-btn.secondary-btn {
  background: #ebebeb !important;
  color: black;
}

.form-control label span {
  position: absolute;
  right: 0;
  font-weight: 400;
  color: black;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}

.form .form-control label {
  color: #3C3C3C;
}

.conformation-content h5 {
  font-size: 18px;
  text-align: center;
  margin: 12px 0 15px;
}

.conformation-content img {
  width: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.d-block.fade.modal.show .modal-dialog {
  min-width: 300px;
}

.conformation-content p {
  font-size: 12px;
  color: #666666;
  width: 80%;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}

.modal .modal-dialog .modal-header h5 svg {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 12px;
  top: 12px;
  cursor: pointer;
  z-index: 1;
}

.modal .modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0;
}

.modal .modal-dialog .modal-header h5 svg path {
  fill: #CBCBCB;
}

.modal-footer button.primary-btn {
  width: 40%;
  min-width: 40%;
}

.modal-dialog {
  align-items: center;
  display: flex;
  height: 100vh;
}

.modal .modal-dialog .modal-header h5 svg:hover path {
  fill: #878787;
}

.alert-success {
  color: #008202;
  background-color: #D4EDDA;
  border-color: #5DB351;
}

label {
  margin-bottom: 3px !important;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}

.sort-list a.active .cbx span:first-child {
  border-radius: 100px;
  margin-left: 10px;
}

.sort-list a.active .cbx span:first-child:before {
  background: #15B717;
}

.sort-list a.active .inp-cbx:checked+.cbx span:first-child {
  background: #15B717;
  border-color: #15B717;
}

.sort-list a.active .inp-cbx:checked+.cbx span:first-child {
  background: #15B717;
  border-color: #15B717;
}

.alert-msgs.show {
  margin-bottom: 17px !important;
}

ngb-modal-window.d-block.fade.modal.show.user-list-popup0 .modal-dialog {
  transform: translate(60px, -60px);
}

ngb-modal-window.d-block.fade.modal.show.user-list-popup1 .modal-dialog {
  transform: translate(30px, -28px);
}

ngb-modal-window.d-block.fade.modal.show.user-list-popup2 .modal-dialog {
  transform: translate(0px, 0px);
}

.date-field .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  opacity: 1;
  width: 20px;
  height: 20px;
}

.date-field.form-control .mat-form-field {
  padding: 0;
  border: 1px solid #DCDCDC;
  background: #fff;
  border-radius: 4px;
  position: relative;
  min-height: 37px;
  transition: 0.3s;
}

.date-field.form-control input {
  border: 0;
  padding: 5px 0 0 0 !important;
  background: rgba(234, 236, 236, 0.1098039216);
  height: 15px;
}

.date-field.form-control input:focus {
  border: 0;
}

.date-field.form-control .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-top: 0;
  padding-right: 0 !important;
}

.mat-select-panel {
  margin-top: 36px !important;
}

.date-field.form-control .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  top: 0px;
  color: #CBCBCB;
  caret-color: #CBCBCB;
}

.date-field.form-control span.mat-form-field-label-wrapper.ng-tns-c209-0 {
  overflow: inherit !important;
}

.date-field .mat-form-field-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
}

.date-field.form-control .mat-form-field:focus {
  border: 1px solid #036EB5;
}

.date-field.form-control button.mat-focus-indicator.mat-icon-button.mat-button-base {
  width: 35px;
  height: 35px;
}

.date-label .date-field.form-control input {
  height: auto;
  padding-top: initial !important;
}

.date-label .date-field.form-control .mat-form-field-flex {
  align-items: center !important;
}

.date-label .form-control.date-field .mat-form-field-label-wrapper {
  top: 0px;
  font-size: 13px;
}

mat-form-field.min-height input {
  height: 37px;
}

.date-field.form-control button.mat-focus-indicator.mat-icon-button.mat-button-base svg path {
  fill: #878787 !important;
}

.upload-photo img {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}

.upload-photo .close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  padding: 4px;
  background: red;
  transition: 0.3s;
  right: -5px;
  opacity: 0.9;
  border-radius: 100px;
  top: -6px;
  box-shadow: 0 0 10px #ddd;
}

.upload-photo:hover .close-icon {
  opacity: 1;
}

.form-control.date-field .mat-form-field-label-wrapper {
  overflow: inherit !important;
}

.modal-content.updated-modal {
  border: 5px solid #1d1e29;
  padding-bottom: 20px;
}

.modal-content.updated-modal .modal-content {
  border: 1px solid #1d1e29;
  border-radius: 8px;
}

.modal-content.updated-modal .conformation-content img {
  width: 50px;
}

.modal-content.updated-modal .modal-heading-icon {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: -130px;
  left: 0;
  right: 0; */
  margin: auto;
  background: #fff;
  box-shadow: 0 20px 20px 0px #ddd;
}

.modal-content.updated-modal .conformation-content {
  position: relative;
}

/* .modal-content.updated-modal .modal-heading-icon:before {
  content: "";
  border: 10px solid #fff;
  border-radius: 0 0 100px 100px;
  background: #fff;
  z-index: 0;
  width: 120%;
  height: 56%;
  position: absolute;
  left: -10px;
  bottom: -10px;
} */

.modal-content.updated-modal .conformation-content h5 {
  margin-top: 50px;
  font-size: 28px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #1d1e29;
}

.modal-content.updated-modal .conformation-content p {
  color: #4a4a4a;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 20px;
}

.modal-content.updated-modal .modal-heading-icon:after {
  content: "";
  width: 120%;
  height: 85%;
  position: absolute;
  left: -10px;
  top: -10px;
  background: transparent;
  z-index: -1;
  border-radius: 100px 100px 0 0;
}

.modal-bg-shadow {
  border: 4px solid #1d1e29;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 345px) {
  .dashboard .mat-form-field-wrapper {
    padding: 3px 0px !important;
  }
}

/*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.3098039216);
  z-index: 0;
  top: 0;
  background-size: cover;
  background-position: bottom right;
  display: none;
}

.login-container .login-container .sign-in {
  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: 50%;
  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: 20px 0 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* .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 {
  font-size: 13px;
  position: absolute;
  left: 0px;
  width: 100%;
  font-weight: 300;
  bottom: -10%;
  text-align: center;
}

.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::-moz-placeholder {
  color: #000;
}

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

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

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

.login-container .login-container .sign-in p {
  color: #f1f1f1;
  font-weight: 400;
  flex: 1 100%;
  margin: 0;
  font-size: 13px;
}

.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: 42%;
  flex: 0 0 42%;
  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%;
  background: #000;
}

.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;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
}

.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;
  -webkit-animation: banner_move 20s linear alternate infinite;
  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%;
}

/* .login-container .login-container .sign-in .login-logo img {
  width: 60px;
}

.login-container .login-container .sign-in .login-logo a {
  font-size: 24px;
  color: #32C5FF;
  margin-left: 5px;
} */

@-webkit-keyframes banner_move {

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

  50% {
    transform: translateY(80px) rotate(-50deg);
  }
}

@keyframes banner_move {

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

  50% {
    transform: translateY(80px) rotate(-50deg);
  }
}

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

@-webkit-keyframes banner_move_two {

  0%,
  100% {
    transform: translateX(1px) rotate(-63deg);
  }

  50% {
    transform: translateX(30px) rotate(-63deg);
  }
}

@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-family: "AktivGroteskCorpMedium";
}

.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: #404040;
  margin-bottom: 0;
  font-size: 14px;
}

.keep-me a {
  color: #404040;
  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 {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.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: #ddd;
}

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

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

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

/*Alert Message Start*/
.alert-msgs {
  font-size: 12px;
  margin: 15px 0px 10px !important;
  padding: 8px 10px !important;
  display: none;
}

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

.alert-msgs.show .far {
  color: black;
}

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

/*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;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  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;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

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

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

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

@-webkit-keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

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

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

/* Signup Success Message End*/
.login-register {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login-inside-box {
  width: 100%;

  /* Background properties with WebKit prefixes */
  -webkit-background-repeat: no-repeat;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
  background-size: cover;

  -webkit-background-position: center;
  background-position: center;

  -webkit-background-image: url("./../../images/login/loginbg.svg");
  background-image: url("./../../images/login/loginbg.svg");

  /* Shadow with WebKit prefix */
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); /* WebKit */
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);

  /* Flexbox with WebKit prefix */
  display: -webkit-box; /* Old WebKit */
  display: -ms-flexbox; /* IE10 */
  display: flex;
  
  -webkit-align-items: center; /* WebKit for align-items */
  -ms-flex-align: center; /* IE10 align-items */
  align-items: center;

  /* Height 100vh for mobile devices and full screen */
  height: 100vh;

  /* Ensures consistent box-sizing */
  -webkit-box-sizing: border-box; /* WebKit */
  box-sizing: border-box;
}

.login-face-recognition {
  width: 50%;
  height: 100%;
}

.login-steps-box {
  height: 95%;
  overflow: auto;
  background: #000000 !important;
  overflow: auto;
  width: 47%;
  border-radius: 8px;
}

/* .face-identity-app {
  height: 100%;
}

.face-regconition-chart .face-identity-app p {
  color: #1DB3E2;
  font-size: 22px;
  font-weight: 500;
}

.face-identity-app img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
} */

/* .login-logo {
  margin-bottom: 30px;
} */

.face-regconition-chart {
  height: 100%;
}

.login-face-recognition-inner-box {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.login-moves h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  position: relative;
  margin-bottom: 10px;
}

.login-moves h3 strong {
  color: #C2C2C2;
  font-size: 20px;
  position: absolute;
  right: 0;
}

.login-moves.register-page-login {
  width: 80%;
}

.form-control label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.1px;
  font-size: 14px;
  line-height: 17px;
  color: white;
  position: absolute;
  left: 0;
  top: 2px;
}

.container-body.profile-form .form-control label {
  color: #000000 !important;
}

.container-body.profile-form .update-mobile-field label.phone-no-label {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 1.1px;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #000000 !important;
}

/* 
.container-body.profile-form .update-mobile-field .ngx-mat-tel-input-container button {
  opacity: 1;
  background-position: 100%;
  font-size: 12px;
  background-color: #ffffff !important;
  color: #1f2430 !important;
  top: 0px !important;
} */


.login-moves {
  width: 60%;
  margin: 0 auto;
}

.login-moves .form-control input {
  border: 1px solid #f9ae04 !important;
}

.login-moves .check-box a {
  color: #f9ae04 !important;
}

.fotm-control-icon {
  position: absolute;
  top: 36px;
  right: 15px;
  display: flex;
  align-items: center;
}

.fotm-control-icon-mail {
  top: 42px !important;
}

.fotm-control-icon img {
  margin-left: 7px;
  cursor: pointer;
}

.form-control input {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
}

.form-control input:hover {
  border: 1px solid #4A4A4A;
}

.register-login .form-group-button button {
  /* background: linear-gradient(93.17deg, #5A57D4 -25.49%, #3F1B1B 119.55%), #671BE3 !important; */
  display: block;
  width: 100%;
  margin: 15px 0 10px 0;
  min-width: 48% !important;
}

.form-group-button button {
  display: block;
  width: 100%;
  margin: 30px 0 10px 0;
  min-width: 100% !important;
}

span.link-to-login {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: white !important;
  margin-bottom: 8px;
}

span.link-to-login:nth-of-type(1) {
  margin-top: 3px;
}

.form-group-button {
  text-align: center;
}

.register-login .form-group-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

span.link-to-login a {
  color: #f9ae04 !important;
  font-family: "Montserrat";
  cursor: pointer;
  text-decoration: none;
}

.login-moves h5 {
  font-size: 18px;
  line-height: 21px;
  color: white;
  font-family: "Montserrat";
  font-weight: 500;
}

.login-headings {
  margin-bottom: 30px;
}

.login-headings h5.hide-text {
  visibility: collapse;
}

.fotm-control-icon span {
  font-size: 12px;
  line-height: 15px;
  color: #F9A21B;
  cursor: pointer;
}

.thanks-notification {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background-color: white !important;
  /* border: 10px solid #000000; */
  padding: 20px;
  position: relative;
}

.thanks-svg {
  width: 130px;
  /* height: 160px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  /* position: absolute; */
  /* top: -60px; */
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}

.thanks-registration {
  /* margin-top: 50px; */
  padding: 20px 10px;
}

.thanks-svg img {
  /* border: 10px solid #1DB3E2; */
  border-radius: 100px;
  width: 110px;
  height: 110px;
  padding: 15px;
  z-index: 2;
  /* background: #fff; */
}

/* .thanks-svg:before {
  content: "";
  background: radial-gradient(49.42% 98.84% at 50.24% -0.62%, #9C9EA1 74.63%, #AFB0B2 79.11%, #D6D6D6 88.47%, #F1F0F0 95.75%, #FFFFFF 100%);
  position: absolute;
  top: 41%;
  width: 100%;
  height: 70%;
  z-index: 0;
} */

.thanks-registration h6 {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  font-family: "Montserrat";
  color: #1D1E29;
  margin: 0 0 30px;
}

.thanks-registration p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4A4A4A;
  font-family: "Montserrat";
}

.thanks-registration a {
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  color: #FBAD25 !important;
  text-align: center;
  font-weight: 700;
  display: block;
  font-family: "Montserrat";
  margin: 35px 0 0px 0;
}

.container-radio h2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat";
  width: 100%;
  color: #4a4a4a;
}

.container-radio {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.radio label {
  font-size: 13px;
  font-family: "Montserrat";
  color: #AAAAAA;
  margin-bottom: 0 !important;
}

.login-headings h6 {
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.login-headings a {
  font-size: 18px;
  line-height: 22px;
  color: #036EB5 !important;
}

.login-headings h3 {
  color: white !important;
}

.radio {
  margin: 0 20px 0 0;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
  content: "";
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(74, 74, 74, 0.2);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  bottom: 0;
  margin: auto;
  margin-right: 10px;
}

.radio input[type=radio]:checked+.radio-label:before {
  background: #1DB3E2;
  box-shadow: inset 0 0 0 4px #fff;
  border: 1px solid #ddd;
}

.radio input[type=radio]:focus+.radio-label:before {
  outline: none;
  border-color: #1DB3E2;
}

.radio input[type=radio]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.active.radio label {
  color: #1D1E29;
}

.login-headings a u {
  font-size: 14px;
}

.slider-moving-lines ul {
  padding: 0;
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: space-between;
  margin: 100px auto 60px auto;
}

.slider-moving-lines ul li span {
  width: 45px;
  height: 45px;
  background: #E9E9EA;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 16;
  font-size: 15px;
  position: relative;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  margin: 0 auto;
}

.slider-moving-lines ul li {
  width: 33.3333333333%;
  position: relative;
  z-index: 0;
  text-align: center;
}

.slider-moving-lines ul li:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #EAEAEA;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
}

.slider-moving-lines ul li label {
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  left: 0px;
  font-family: "Montserrat";
  color: white;
}

.slider-moving-lines ul li.active label {
  color: white;
}

.slider-moving-lines ul li span:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: #e1d5b8;
  z-index: -6;
  border-radius: 100px;
}

.slider-moving-lines ul li:last-child:before {
  display: none;
}

.slider-moving-lines ul li.active span:before {
  background: #f9ae04;
}

.form-control.phone-input:focus {
  box-shadow: none;
}

.login-steps-box .form-control input {
  padding-right: 70px !important;
}

/* .login-logo.responsive-logo {
  align-items: center;
  display: none;
} */

.iti .selected-dial-code {
  margin-left: 3px !important;
  font-size: 12px;
  min-width: 20px;
}

.iti.separate-dial-code .iti__selected-flag,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-2 .iti__selected-flag,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-3 .iti__selected-flag,
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag {
  width: 80px !important;
  padding-right: 0;
  border-right: 1px solid #ddd;
}

.iti__arrow {
  border: 0 !important;
  position: relative;
  margin-left: 8px !important;
}

.iti__arrow:before {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  content: "";
  display: inline-block;
  height: 5px !important;
  width: 5px !important;
  transform: rotate(45deg);
  margin-top: -3px;
  position: absolute;
}

.form-control.phone-input input:focus {
  box-shadow: none;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent !important;
}

ul.password-restrictions {
  padding: 0;
  margin: 0;
  margin-top: 19px;
}

input#country-search-box {
  padding: 8px 10px !important;
  font-size: 14px;
  width: 100%;
}

.iti__country-name {
  font-size: 13px;
}

.country-dropdown {
  width: 280px !important;
  max-width: 280px !important;
  min-width: 280px !important;
}

.iti__dial-code {
  font-size: 14px;
}

ul.password-restrictions li {
  color: #f9ae04 !important;
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 12px;
}

.name-input.select-mobile-number {
  margin-top: 7px;
}

.form-control input:focus {
  box-shadow: none !important;
}

.form-control.need-to-fill label,
.name-input.need-to-fill.select-mobile-number label {
  color: red !important;
}

.form-control.need-to-fill input,
.form-control.need-to-fill .form-select-box .mat-form-field,
.name-input.need-to-fill.select-mobile-number input {
  border: 1px solid red !important;
}

.slider-moving-lines ul li span i {
  width: 10px;
  height: 19px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-top: -5px;
}

.slider-moving-lines ul li span em {
  font-style: normal;
}

.login-steps-box.ng-star-inserted.register-thanks-popup .login-moves {
  width: 65%;
}

/* .login-face-recognition-inner-box .login-logo {
  margin-bottom: 0;
} */

.login-steps-box_2 {
  width: 100%;
}

.login-steps-box_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

body.responsive-mat.bg-blur {
  overflow: hidden;
}

small.text-danger {
  font-size: 12px;
}

@media only screen and (max-width: 1300px) and (min-width: 320px) {
  .slider-moving-lines ul {
    margin: 140px auto 60px auto;
  }

  .country-dropdown {
    width: 220px !important;
    max-width: 220px !important;
    min-width: 220px !important;
  }

  ul.password-restrictions li {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
  .slider-moving-lines ul {
    margin: 240px auto 60px auto;
  }

  .thanks-notification {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
  .login-face-recognition {
    display: none;
  }

  .login-register {
    padding: 50px 0px;
    overflow: scroll;
  }

  .login-steps-box_2 {
    height: 100%;
  }

  .login-steps-box_1,
  .login-moves,
  .login-inside-box {
    height: 100% !important;
  }

  .mobile-loginlogo {
    display: block !important;
    width: 70px !important;
    margin-right: 5px !important;
    margin-left: 0px !important;
  }

  /* .login-logo.responsive-logo {
    display: flex;
    margin: auto;
    margin-bottom: 10px !important;
    justify-content: center;
  }
  .login-logo.responsive-logo img {
    margin: 0px !important;
  } */
  .register-login .form-group-button button {
    width: 100%;
  }

  .login-steps-box {
    width: 100% !important;
  }

  .register-login .form-group-button {
    text-align: center;
  }

  .login-moves {
    width: 80%;
  }

  .login-inside-box {
    width: 50%;
    box-shadow: none;
    flex-direction: column;
    height: auto;
    align-items: end;
  }

  .login-steps-box {
    padding: 30px 5px;
  }

  /* .login-logo img {
    width: 250px;
    margin: 0 auto;
  }
  .login-logo {
    text-align: center;
    margin-bottom: 20px;
  } */
  .login-moves h3 {
    text-align: center;
    font-size: 22px;
  }

  .responsive-register-page {
    max-height: 250px;
    padding-right: 10px;
  }

  .responsive-register-page {
    max-height: 250px;
    padding-right: 10px;
  }

  .login-moves h5 {
    text-align: center;
    font-size: 15px;
  }

  .login-moves.register-page-login {
    width: 90%;
  }

  .form-control.name-input {
    width: 100%;
  }

  .form-group.name-div {
    flex-flow: row wrap;
  }

  .error-lb {
    font-size: 11px;
  }

  .form-group.name-div label.phone-no-label {
    position: relative;
    top: 3px;
  }

  .form-group.name-div .name-input {
    width: 100%;
  }

  .country-dropdown {
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
  }

  .slider-moving-lines ul {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .login-inside-box {
    width: 85%;
  }

  ul.password-restrictions li {
    font-size: 10px;
  }

  .slider-moving-lines ul {
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    width: 90%;
  }

  .custom-mat-table {
    box-shadow: 0 0 20px #ddd;
  }

  body.responsive-mat {
    padding-bottom: 0px;
  }

  .search-wrapper.list-wrapper {
    overflow: unset !important;
  }
}

.container-heading {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-flow: row wrap;
}

.add-key {
  margin-left: 10px;
  width: 240px;
  position: relative;
}

.add-key img {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
}

.margin-lf-auto {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  justify-content: flex-end;
}

/* .add-key input {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  padding: 8px 12px;
  padding-right: 37px;
  font-size: 14px;
} */

.add-key input {
  width: 100%;
  border: 1px solid #CC5220;
  border-radius: 6px;
  padding: 8px 12px;
  padding-right: 37px;
  font-size: 14px;
}

.add-key-btn button {
  /* background: #036EB5; */
  background: linear-gradient(90deg, #AB121C 0%, #FBAD25 99.99%) !important;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 9px 20px;
  border-radius: 4px;
  min-width: 220px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
}

.add-key-btn button img {
  margin-right: 10px;
  width: 20px;
  filter: invert(1);
}

.add-key-btn.collection-label button img {
  filter: inherit !important;
  width: 16px !important;
  height: auto !important;
}

.container-heading h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

/* The container */
.check-box {
  margin-top: 20px;
  position: relative;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "Montserrat";
  user-select: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-tick {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  border: 1px solid rgba(74, 74, 74, 0.2);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark-tick {
  background-color: #f9ae04;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-tick:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark-tick:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-tick:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.add-developer-key {
  position: fixed;
  right: -390px;
  width: 370px;
  height: 100vh;
  padding: 20px;
  z-index: 1009;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px 0px 0px 15px;
  top: 0;
  padding-top: 40px;
  transition: 0.5s ease;
}

.developer-key-side {
  width: 550px;
}

.add-developer-key.open-add {
  right: 0;
}

.form-group.face-search {
  overflow: auto;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 120px;
}

.add-developer-key h4 {
  color: black;
  font-size: 22px;
  font-family: "Montserrat";
  margin-bottom: 15px;
}

.footer-bottom-btns button {
  /* background: linear-gradient(90deg, #AB121C 0%, #FBAD25 99.99%) !important; */
  background: #AB121C;
  color: #fff;
  font-size: 14px;
  width: 47%;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  font-family: "Montserrat";
}

.container-checkbox a {
  font-family: "Montserrat";
  color: #036EB5 !important;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: underline !important;
}

.footer-bottom-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 0px 15px;
  left: 0;
  padding: 20px;
}

.footer-bottom-btns button:first-child {
  background: #fff !important;
  color: #cf5820;
  border: 1px solid #cf5820;
}

.form-group.merge-2-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.form-group.merge-2-inputs .form-control {
  width: 46%;
}

span.divider {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 12px;
}

.face-search.form-group .form-control input.upload-photo-input-file {
  width: 100%;
  border: 0;
  position: absolute;
  margin: 0;
  height: 100%;
  background: #fff;
  z-index: 30;
  color: #131721;
  opacity: 0;
}

.face-search.form-group .form-control .upload-list em {
  position: absolute;
  top: 92px;
  z-index: 9;
  font-style: normal;
  font-size: 12px;
  font-family: "Montserrat";
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}

.face-search.form-group .form-control .upload-list i {
  position: absolute;
  top: 135px;
  z-index: 9;
  font-style: normal;
  font-size: 12px;
  font-family: "Montserrat";
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  color: #036EB5;
  text-align: center;
  text-decoration: underline;
}

.face-search.form-group .form-control .upload-list span {
  position: absolute;
  bottom: 37px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545454;
  font-size: 11px;
}

.face-search.form-group .form-control .upload-list {
  position: relative;
}

.img-content {
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
}

.choose-seach-list .radio {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 10px 0;
}

.choose-seach-list .radio label,
.choose-seach-list .active.radio .choose-search-label {
  position: unset;
  margin-bottom: 10px !important;
}

.choose-seach-list .radio label,
.choose-seach-list .active.radio label {
  position: unset;
  font-size: 12px;
  margin-bottom: 0 !important;
}

label.choose-search-label {
  position: unset;
  margin-bottom: 10px !important;
}

.choose-seach-list .radio span {
  color: #000000;
  padding-left: 27px;
  font-family: "Montserrat";
  font-size: 12px;
  display: block;
  line-height: 16px;
}

.upload-photo {
  width: 100%;
  height: 170px;
  position: relative;
  background: #EBEBEB;
  border: 1px dashed #000000;
  box-shadow: 0px 0px 15px rgba(74, 74, 74, 0.15);
  border-radius: 6px;
}

/* .upload-photo em {
  color: white !important;
} */

.upload-photo i {
  color: #ab121c !important;
}

img.drag-img {
  position: absolute;
  top: 24px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
}

.form-control.choose-seach-list {
  margin-top: 5px;
}

.search-container input {
  padding-left: 10px !important;
}

.selected-collection {
  background: rgba(29, 179, 226, 0.2);
  margin: 0 0px 0 5px;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 12px;
  padding-right: 33px;
  color: #000000;
  position: relative;
  min-width: 100px;
  display: flex;
  align-items: center;
}

.category-list .mat-form-field .mat-form-field-wrapper {
  overflow: inherit;
}

.selected-collection:before {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.selected-collection i svg {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: 0.2s;
}

.selected-collection:hover i svg {
  width: 10px;
  height: 10px;
}

.form-control.uploaded-image .upload-list {
  display: flex;
  align-items: center;
}

.upload-photo .close-icon {
  cursor: pointer;
}

.upload-photo .close-icon path {
  fill: #fff;
}

.mat-sort-header-container {
  align-items: flex-start !important;
}

.search-wrapper {
  /* margin-bottom: 100px; */
}

app-search-input.search-field {
  width: 250px;
}

app-search-input.search-field .add-key {
  margin-bottom: 0;
}

app-search-input.search-field .add-key {
  width: 100%;
  margin-left: 0;
}

.person-action-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.person-action-btns .add-key-btn button {
  margin: 0;
  width: 100%;
}

.person-action-btns .add-key-btn {
  width: 48%;
}

.person-action-btns .add-key-btn {
  margin-left: 10px;
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
  .container-heading {
    flex-flow: row wrap;
  }

  .margin-lf-auto {
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
  }

  app-search-input.search-field {
    margin-bottom: 5px;
  }

  .add-key {
    width: 70%;
    margin-bottom: 12px;
  }

  .container-heading h4 {
    width: 100%;
  }

  .add-developer-key {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .collectionComponent .add-key-btn button {
    margin-left: 0px !important;
  }

  .margin-lf-auto,
  .person-action-btns {
    width: 100%;
  }

  .person-action-btns {
    margin-top: 10px;
  }

  .person-action-btns .add-key-btn {
    width: auto !important;
    margin-left: 0;
  }

  .person-action-btns .add-key-btn:nth-of-type(2) {
    display: flex !important;
    margin-left: 5px !important;
    margin-left: auto !important;
    justify-content: flex-end;
  }

  app-search-input.search-field {
    width: 80%;
  }

  .selected-face-search-list-items {
    max-width: 100% !important;
    margin-bottom: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 490px) and (min-width: 320px) {
  .personComponent .margin-lf-auto {
    justify-content: flex-start;
    width: 100%;
  }

  .personComponent .person-action-btns {
    flex-direction: column;
  }

  .personComponent .add-key-btn button {
    padding: 10px 10px;
    font-size: 12px;
    width: 96%;
    margin: 0;
    margin-left: auto;
  }

  .personComponent .add-key-btn {
    width: 50%;
  }

  .personComponent .add-key {
    width: 100%;
    margin-left: 0;
  }

  .selected-face-search-list-items {
    max-width: 100% !important;
    margin-bottom: 0px;
    width: 100%;
  }
}

@media (min-width: 540px) and (max-width: 768px) {
  .developerComponent .add-key-btn {
    width: 80% !important;
  }
}

@media screen and (max-width: 465px) {
  .personComponent .person-action-btns {
    align-items: flex-start !important;
  }

  .personComponent .person-action-btns .add-key-btn:nth-of-type(2) {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aca9a9;
}

::-webkit-scrollbar-thumb:hover {
  background: #7e7a7a;
}

.custom-mat-table thead tr th {
  background: #1DB3E2;
  vertical-align: middle;
  position: -webkit-sticky;
  position: sticky;
  font-size: 14px;
  top: 0;
  z-index: 5;
}

.custom-mat-table thead tr td {
  vertical-align: middle;
  color: #4A4A4A;
}

th.mat-header-cell:first-of-type {
  border-radius: 5px 0 0 0px;
}

th.mat-header-cell:last-of-type {
  border-radius: 0 5px 0 0;
}

.sort-with-lable {
  display: flex;
  align-items: center;
}

.sort-icon {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-left: 20px;
}

.sort-icon button {
  border: 0;
  background: transparent;
  padding: 0;
  flex: 1 1 100%;
  height: 13px;
  cursor: pointer;
}

.sort-icon button.reverse {
  transform: rotate(180deg);
}

.custom-mat-table tbody tr:nth-child(odd) {
  background: #F2F5F7;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.custom-mat-table tbody tr td {
  vertical-align: middle;
  border-bottom-color: rgba(221, 221, 221, 0.3490196078);
}

.custom-mat-table thead tr th {
  min-width: 130px;
  width: 130px;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px 5px;
}

.custom-mat-table tbody tr td {
  min-width: 130px;
  width: 130px;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  padding: 8px 5px;
}

.custom-mat-table tbody tr td span {
  display: block;
  line-height: 25px;
}

.custom-mat-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.custom-mat-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.read-more img {
  padding-left: 8px;
}

.read-more p {
  position: absolute;
  width: 230px;
  top: -30px;
  left: 102px;
  background: #1DB3E2;
  box-shadow: 0px 0px 3px #CCCDD0;
  border-radius: 5px;
  z-index: 3;
  display: none;
  padding: 10px;
  color: #fff;
  line-height: 23px;
}

.read-more {
  position: relative;
}

.read-more:hover p {
  display: block;
}

.read-more p:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1db3e2;
  left: -14px;
  transform: rotate(90deg);
  background: transparent;
  top: 36px;
  box-shadow: none;
}

.read-more button {
  border: 0;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.custom-mat-table tbody tr.disable td {
  opacity: 0.2;
}

.custom-mat-table tbody tr.disable td:last-child ul li:nth-child(2) {
  opacity: 0.2;
}

.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  min-width: 43px;
  height: 25px;
  margin-bottom: 0 !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ECF3F8;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3.1px;
  transition: 0.4s;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

input:checked+.slider {
  background: #15BE77;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

input:focus+.slider {
  box-shadow: 0 0 1px #1DB3E2;
}

input:checked+.slider:before {
  transform: translateX(17px);
  background-color: #FFF;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  line-height: unset;
}

.slider.round:before {
  border-radius: 50%;
}

ul.action-works {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

ul.action-works li:first-child {
  width: 90px;
}

ul.action-works li {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

ul.action-works li strong {
  margin-left: 10px;
  font-weight: normal;
}

ul.action-works li img {
  margin-right: 5px;
  cursor: pointer;
}

.custom-mat-table tbody tr.disable td:last-child {
  opacity: 1;
}

.custom-mat-table tbody tr.disable td:last-child ul li {
  opacity: 0.2;
}

.custom-mat-table tbody tr.disable td:last-child ul li:nth-child(3) {
  opacity: 1 !important;
}

.custom-mat-table {
  width: 100%;
  max-height: 600px;
  overflow: auto;
}

.sort-with-lable span {
  text-align: left;
}

/*# sourceMappingURL=main-themes.css.map */

.demo-page {
  margin-bottom: 55px;
  z-index: 10;
}

.demo-page h4 {
  font-size: 16px;
  font-weight: 200 !important;
  font-family: 'Montserrat', sans-serif;
}

.login-main .face-identity .demo-page h4 {
  font-size: 16px;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif;
  color: black !important;
}

.demo-page h1 {
  font-size: 40px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: "Montserrat";
  /* color: #ffffff !important; */
}

.demo-page .d-flex {
  align-items: center;
}

.demo-page .d-flex h1 {
  font-size: 33px !important;
  font-weight: 400;
}

.demo-page .faceid {
  width: 140px !important;
  height: 43.5px !important;
  cursor: pointer !important;
}

.demo-page .right-arrow {
  width: 35px;
}

.demo-page button {
  background: transparent !important;
  border: 1px solid #f9ae04 !important;
  /* margin-left: 10px; */
  border-radius: 10px;
  padding: 5px;
  font-family: "Montserrat";
}

.demo-page button .demo-txt {
  margin: 0px 16px 0px 10px;
  color: white;
}

.demo-page.mobile,
.mobile-loginlogo {
  display: none;
}

.mobile-companylogo {
  height: 58px;
  width: 165px;
}

@media screen and (max-width: 991px) {
  .demo-page.mobile {
    display: flex;
    margin-bottom: 10px !important;
    flex-direction: column;
    align-self: center;
  }

  .demo-page.mobile h1,
  .demo-page.mobile p,
  .demo-page.mobile button {
    color: #AB121C;
  }

  .demo-page.mobile button {
    padding: 0px 5px !important;
  }

  .demo-page.mobile h1 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 18px !important;
  }

  .demo-page.mobile .d-flex {
    align-items: center !important;
  }

  .demo-page.mobile .d-flex h1 {
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Montserrat";
    font-weight: 400;
  }
}

.red-yellow-primary-btn {
  background: linear-gradient(90deg, #AB121C 0%, #FBAD25 99.99%) !important;
  color: white;
  letter-spacing: 1.1px;
  border-radius: 5px;
  margin-top: -3px;
  padding: 6px;
  border: 0px;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;

  &.sub-btn {
    padding: 8.5px
  }

  & span {
    color: white !important;
  }

  & img {
    filter: invert(0) !important;
  }
}

.anchor {
  display: block;
  text-decoration: none;
}

.demo-p {
  font-size: 12px;
}

.ngx-mat-tel-input-container input.mat-input-element:disabled {
  color: #ffffff !important;
}


.darktheme .user-profile-container {
  /* background-color: #44488F !important; */
  background: linear-gradient(90deg, #AB121C 0%, #FBAD25 99.99%);

}

.darktheme nav.navbar.topbar.navbar-expand-sm {
  /* background-color: #292F3E !important; */
  background-color: #000000 !important;
}

.darktheme nav.navbar.topbar.navbar-expand-sm a,
.darktheme nav.navbar.topbar.navbar-expand-sm strong {
  color: #ffffff !important;
}

.darktheme nav.navbar.topbar.navbar-expand-sm .collapse-close-icon {
  filter: invert(1);
}

.darktheme nav.navbar.topbar.navbar-expand-sm .topbar-left {
  box-shadow: none !important;
}

.darktheme nav.navbar.topbar.navbar-expand-sm .main-logo-path {
  background: white;
}

.darktheme nav.navbar.topbar.navbar-expand-sm span.separate-logo {
  border: none;
  border-right: 1.7px solid #eaeaea;
}

.darktheme .navbar-brand.topbar-left.logo-collapse span.separate-logo {
  border-right: 0.1px solid rgba(255, 255, 255, 0.8) !important;
}

.darktheme ul.header-options li:hover {
  background: #1E2430 !important;
}

.darktheme .drop-menu {
  box-shadow: none !important;
  /* background-color: #292F3E !important; */
  background-color: #000000 !important;
  /* border: 2px solid #f9ae04 !important; */
  border: 2px solid #f9a21b !important;
  /* border-radius: 10px; */
  border-radius: 5px;
}

.darktheme .dropdown-menu.drop-menu.dropdown-menu-right.navbar-dropdown.show-menu::before,
.darktheme .dropdown-menu.drop-menu.dropdown-menu-right.navbar-dropdown.show-menu::after {
  background-color: transparent !important;
  /* border-top: 6px solid #f9ae04 !important; */
  border-top: 6px solid #f9a21b !important;
}

.darktheme .sidebar {
  /* background-color: #292F3E !important; */
  background-color: #000000 !important;
}

.darktheme .sidebar svg path {
  fill: white !important;
  fill-opacity: 1;
}

.darktheme .sidebar .nav-link.side-link:hover img {
  filter: inherit !important;
}

.darktheme .sidebar .sidebar-nav .side-item {
  /* background: #292F3E !important; */
  background: #000000 !important;
  border: none !important;
  box-shadow: #1E2430;
}

.darktheme .sidebar .sidebar-nav .side-item .side-link.active {
  color: #ffffff !important;
}

.darktheme .sidebar .sidebar-nav .side-item .side-link.active::before {
  background: #ffffff !important;
}

.sidebar .sidebar-nav .side-item .side-link.active.active {
  background: #1E2430;
}

.darktheme .search-wrapper {
  /* Background image with WebKit prefix */
  -webkit-background-image: url("./../../images/dashboard/dashboard_bg.svg") !important;
  background-image: url("./../../images/dashboard/dashboard_bg.svg") !important;

  /* Background color with WebKit prefix */
  -webkit-background-color: #ebebeb !important;
  background-color: #ebebeb !important;

  /* Background position with WebKit prefix */
  -webkit-background-position: center !important;
  background-position: center !important;

  /* Background repeat with WebKit prefix */
  -webkit-background-repeat: no-repeat;
  background-repeat: no-repeat;

  /* Background size with WebKit prefix */
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.darktheme .invoiceComponent,
.darktheme .collectionComponent,
.darktheme .developerComponent,
.darktheme .profile-wrapper {
  /* Background image with WebKit prefix */
  -webkit-background-image: url("./../../images/dashboard/dashboard_bg.svg") !important;
  background-image: url("./../../images/dashboard/dashboard_bg.svg") !important;

  /* Background color with WebKit prefix */
  -webkit-background-color: #ebebeb !important;
  background-color: #ebebeb !important;

  /* Background position with WebKit prefix */
  -webkit-background-position: center !important;
  background-position: center !important;

  /* Background repeat with WebKit prefix */
  -webkit-background-repeat: no-repeat;
  background-repeat: no-repeat;

  /* Background size with WebKit prefix */
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: calc(100vh - 71px);
}

.darktheme .subscriptionComponent {
  /* Background image with WebKit prefix */
  -webkit-background-image: url("./../../images/dashboard/dashboard_bg.svg") !important;
  background-image: url("./../../images/dashboard/dashboard_bg.svg") !important;

  /* Background color with WebKit prefix */
  -webkit-background-color: #ebebeb !important;
  background-color: #ebebeb !important;

  /* Background position with WebKit prefix */
  -webkit-background-position: center !important;
  background-position: center !important;

  /* Background repeat with WebKit prefix */
  -webkit-background-repeat: no-repeat;
  background-repeat: no-repeat;

  /* Background size with WebKit prefix */
  -webkit-background-size: cover !important;
  background-size: cover !important;
  min-height: calc(100vh - 71px);
}

.darktheme .profile-wrapper {
  padding: 30px !important;
}

.darktheme .profile-wrapper .profile-sub-wrapper {
  background-color: white !important;
  padding: 30px !important;
  height: calc(100vh - 132px)
}

.darktheme .search-crumb {
  background-color: transparent !important;
}

.darktheme .search-content .dashboard-card,
.darktheme .search-content .chart-card.no-data-div,
.darktheme .search-content .chart-card {
  /* background: #1F2430 !important; */
  background: white !important;
}

.darktheme .search-content .dev-key,
.darktheme .search-content .sdk-txt {
  /* color: #f9ae04 !important; */
  color: #000000 !important;
}

.darktheme .search-content .dashboard-card svg path,
.darktheme .search-content .dashboard-card svg path {
  /* fill: #f9ae04 !important; */
  fill: #000000 !important;
}

.darktheme .search-content .no-data-path {
  fill: #7466C8 !important;
}

.darktheme .subcription-card-body-top {
  color: white !important;
}

.darktheme .subcription-card {
  box-shadow: none !important;
  /* background: #1F2430 !important; */
  background: white !important;
}

.darktheme .subcription-card.subcription-card-currentPlan {
  box-shadow: none !important;
  background: #000000 !important;
}

.darktheme .subcription-card .subcription-card-header {
  background-color: white !important;
}

.darktheme .subcription-card .subcription-card-body,
.darktheme .subcription-card .subcription-card-footer {
  /* background: #1F2430 !important; */
  background: white !important;
}

.darktheme .subcription-card.subcription-card-currentPlan .subcription-card-body,
.darktheme .subcription-card.subcription-card-currentPlan .subcription-card-footer,
.darktheme .subcription-card.subcription-card-currentPlan .subcription-card-header {
  box-shadow: none !important;
  background: #000000 !important;
}

.darktheme .subcription-card .subcription-card-footer {
  box-shadow: none !important;
}

.darktheme .subcription-card .subcription-card-footer button {
  background-color: #AB121C !important;
}

.darktheme .subcription-card .add-toggle-menus p,
.darktheme .subcription-card .add-toggle-menus span {
  color: #797f81 !important;
}

.darktheme .empty-state-view {
  /* background-color: #292f3e !important; */
  background: #ffffff !important;
}

.darktheme .custom-mat-table table {
  /* background-color: #292f3e !important; */
  background: transparent !important;
}

.darktheme .custom-mat-table thead tr th {
  /* background: #44488F !important; */
  background: #ab121c !important;
}

.darktheme .custom-mat-table tbody tr {
  border: none !important;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.darktheme .custom-mat-table tbody tr:nth-of-type(odd) {
  /* background-color: #292F3E !important; */
  /* background-color: #000000 !important; */
  background-color: white !important;
}

.darktheme .custom-mat-table tbody tr:nth-of-type(even) {
  /* background-color: #1E2430 !important; */
  background-color: #E6E3E3 !important;
}

.darktheme .custom-mat-table tbody tr td {
  border: none !important;
}

.darktheme .custom-mat-table tbody tr td a {
  /* color: white !important; */
  color: black !important;
}

.darktheme .container-heading h6 {
  /* color: #f9ae04 !important; */
  color: #000000 !important;
}

.darktheme .container-heading h6 .text-underline {
  text-decoration: none !important;
  color: black !important;
}

.darktheme .container-heading h6 .person-manage {
  /* color: #f9ae04 !important; */
  color: #ab121c !important;
  text-decoration: underline;
}

.darktheme .custom-mat-table {
  box-shadow: none !important;
  /* background-color: #292f3e !important; */
  background-color: transparent !important;
}

.darktheme .dashboard-top .dashboard-card .change-plan:hover {
  /* background-color: #363c74 !important; */
  background-color: #000000 !important;
  transform: scaleX(1.03);
}

.darktheme .dashboard-top .dashboard-card .trial-subscribe-btn:hover {
  /* background-color: #363c74 !important; */
  background-color: #000000 !important;
  transform: scaleX(1.03);
}

.dashboard-card .dashboard-card-headings {
  /* color: white !important; */
  color: #ab121c !important;
  letter-spacing: 1.2px;
}

.darktheme .color-heading-red,
.darktheme .text-primary {
  color: #AB121C !important;
}

.mat-simple-snackbar-action {
  color: #F9A21B !important;
}

.form-control.terminate-input input {
  background: #FFFFFF !important;
  color: black !important;
}

.form-control.terminate-input input:focus {
  border: 1px solid #000000 !important;
}

@media screen and (max-width: 991px) {
  .login-register {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: url("./../../images/login/loginbg.svg");
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
}