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; */
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.wrap {
  width: 250px;
  height: auto;
  margin: auto;
  margin-top: 10%;
}

.avatar {
  width: 100%;
  margin: auto;
  width: 65px;
  border-radius: 100px;
  height: 65px;
  background: white;
  position: relative;
  bottom: -15px;
}

.avatar img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin: auto;
  border: 3px solid #fff;
  display: block;
}

.wrap input {
  border: none;
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  height: 40px;
  outline: none;
  width: calc(100% - 24px);
  margin: auto;
  padding: 6px 12px 6px 12px;
}

.phaijsoneditor div.jsoneditor-tree button.jsoneditor-button,
.phaijsoneditor .jsoneditor-menu > button,
.jsoneditor-menu > .jsoneditor-modes > button,
.phaijsoneditor .jsoneditor-search button {
  background-image: url('../javascript/assets/jsoneditor-icons.svg');
}
.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}
.phaijsoneditor jsoneditor-poweredBy {
  display: none;
}
/* .phaijsoneditor div.jsoneditor-tree {
  height: 435px;
} */
.json-view-lite div {
  background: transparent;
}
.json-view-lite [role='list']::after {
  content: '';
  border: 1px;
  border-color: #d1d1d1;
  border-left-style: dotted;
}
.bar {
  width: 100%;
  height: 1px;
  background: #fff;
}

.bar i {
  width: 95%;
  margin: auto;
  height: 1px;
  display: block;
  background: #d1d1d1;
}

.phaijsoneditor jsoneditor-poweredBy {
  display: none;
}
#json-view-lite ul,
#json-view-lite div {
  background: transparent;
}
#json-view-lite [role='list']::after {
  content: '';
  border: 1px;
  border-color: #d1d1d1;
  border-left-style: dotted;
}

.phaijsoneditor div.jsoneditor-tree button.jsoneditor-button,
.phaijsoneditor .jsoneditor-menu > button,
.jsoneditor-menu > .jsoneditor-modes > button,
.phaijsoneditor .jsoneditor-search button {
  background-image: url('../javascript/assets/jsoneditor-icons.svg');
}

.wrap input[type='text'] {
  border-radius: 7px 7px 0px 0px;
}

.wrap input[type='password'] {
  border-radius: 0px 0px 7px 7px;
}

.forgot_link {
  color: #83afdf;
  color: #83afdf;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  left: 193px;
  top: -36px;
}

.wrap button {
  width: 100%;
  border-radius: 7px;
  background: #b6ee65;
  text-decoration: center;
  border: none;
  color: #51771a;
  margin-top: -5px;
  padding-top: 14px;
  padding-bottom: 14px;
  outline: none;
  font-size: 13px;
  border-bottom: 3px solid #307d63;
  cursor: pointer;
}

.err_msg {
  width: 100%;
  margin: auto;
  position: relative;
  top: 10px;
  color: red;
}

#p_err_msg {
  width: 100%;
  font-size: smaller;
  text-align: center;
}
.MuiDataGrid-columnHeader .MuiDataGrid-columnSeparator {
  visibility: visible !important;
}

.datepickerComponent {
  height: 38px;
  width: 140px;
  margin: 0px 15px !important;
  cursor: pointer;
}

.datepickerComponent input {
  padding: 9px 0px 9px 14px;
}
.datepickerComponent label {
  margin-top: -7px;
}

.tiptap * {
  padding: revert;
}

.insightsCopilot * {
  margin: revert;
  padding: revert;
  vertical-align: revert;
  list-style: revert;
}

.insightsCopilot .chat-body + .cdsr-rounded-tr-large {
  margin-bottom: 60px;
  background-color: transparent;
}
